system/plan9port: Updated for version 20140306.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ruben Schuller 2014-05-22 20:47:18 +07:00 committed by Willy Sudiarto Raharjo
parent bea639fa54
commit 7d08a1b05a
3 changed files with 12 additions and 10 deletions

View file

@ -1,3 +1,5 @@
Plan 9 from User Space (aka plan9port).
Plan 9 from User Space (aka plan9port) is a port of many Plan 9 programs
from their native Plan 9 environment to Unix-like operating systems.

View file

@ -2,7 +2,7 @@
# Slackware build script for plan9port
# Copyright (c) 2012,2013 Ruben Schuller <ruben@orgizm.net>
# Copyright (c) 2012-2014 Ruben Schuller <ruben@orgizm.net>
#
# Copyright (c) 2008-2010, Antonio Hernández Blas <hba.nihilismus@gmail.com>
# All rights reserved.
@ -26,7 +26,7 @@
# 2012-10-23: added some changes to reflect the usage of nightly tarballs
PRGNAM=plan9port
VERSION=${VERSION:-20130308}
VERSION=${VERSION:-20140306}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -53,10 +53,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tgz
cd $PRGNAM
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# All plan9 programs are going to be installed in "/opt/plan9"
PLAN9_TARGET=/opt/plan9 ./INSTALL
@ -64,7 +64,7 @@ PLAN9_TARGET=/opt/plan9 ./INSTALL
cd $TMP
mv $PRGNAM $PKG/opt/plan9
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
# man(1) from plan9port dislikes man pages compressed :)

View file

@ -1,8 +1,8 @@
PRGNAM="plan9port"
VERSION="20130308"
VERSION="20140306"
HOMEPAGE="http://swtch.com/plan9port/"
DOWNLOAD="http://plan9port.googlecode.com/files/plan9port-20130308.tgz"
MD5SUM="13731b934a33278d44e7e98b6a6d25ea"
DOWNLOAD="http://plan9port.googlecode.com/files/plan9port-20140306.tgz"
MD5SUM="f03331f0fa0d0d6c6582ced4bc0094c5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""