From 7d08a1b05a5df5cd0617c004bebf4d86ba16f98f Mon Sep 17 00:00:00 2001 From: Ruben Schuller Date: Thu, 22 May 2014 20:47:18 +0700 Subject: system/plan9port: Updated for version 20140306. Signed-off-by: Willy Sudiarto Raharjo --- system/plan9port/README | 2 ++ system/plan9port/plan9port.SlackBuild | 14 +++++++------- system/plan9port/plan9port.info | 6 +++--- 3 files changed, 12 insertions(+), 10 deletions(-) (limited to 'system') diff --git a/system/plan9port/README b/system/plan9port/README index f447a8d3b2..1a9c35ff07 100644 --- a/system/plan9port/README +++ b/system/plan9port/README @@ -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. diff --git a/system/plan9port/plan9port.SlackBuild b/system/plan9port/plan9port.SlackBuild index 999d86c428..7c51a2ead6 100644 --- a/system/plan9port/plan9port.SlackBuild +++ b/system/plan9port/plan9port.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for plan9port -# Copyright (c) 2012,2013 Ruben Schuller +# Copyright (c) 2012-2014 Ruben Schuller # # Copyright (c) 2008-2010, Antonio Hernández Blas # 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 :) diff --git a/system/plan9port/plan9port.info b/system/plan9port/plan9port.info index 51c4771eb5..e274f32d07 100644 --- a/system/plan9port/plan9port.info +++ b/system/plan9port/plan9port.info @@ -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="" -- cgit v1.2.3