From faade591636fb48e73e4c8c4ea1074e6fce966ff Mon Sep 17 00:00:00 2001 From: Ruben Schuller Date: Fri, 7 Jun 2013 21:36:12 -0300 Subject: system/plan9port: Updated for version 20130308. Signed-off-by: Niels Horn --- system/plan9port/README | 8 -------- system/plan9port/plan9port.SlackBuild | 18 ++++-------------- system/plan9port/plan9port.info | 6 +++--- system/plan9port/slack-desc | 2 +- 4 files changed, 8 insertions(+), 26 deletions(-) diff --git a/system/plan9port/README b/system/plan9port/README index 12f49333db..f447a8d3b2 100644 --- a/system/plan9port/README +++ b/system/plan9port/README @@ -1,14 +1,6 @@ -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. -Notes: -MD5SUM/VERSION: -The tarball is recreated from the sources whenever a change to the tree -occurs. You'll find the current tarball at: -http://code.google.com/p/plan9port/downloads/list - Updating: You can use Mercurial to update plan9port, read http://9fans.net/archive/2009/12/108 diff --git a/system/plan9port/plan9port.SlackBuild b/system/plan9port/plan9port.SlackBuild index f36c73fcb3..c9ee6389f5 100644 --- a/system/plan9port/plan9port.SlackBuild +++ b/system/plan9port/plan9port.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for plan9port -# Copyright (c) 2012, Ruben Schuller +# Copyright (c) 2012,2013 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:-20121022} +VERSION=${VERSION:-20130308} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -48,6 +48,7 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG/opt $OUTPUT cd $TMP +rm -rf $PRGNAM tar xvf $CWD/$PRGNAM-$VERSION.tgz cd $PRGNAM chown -R root:root . @@ -58,18 +59,7 @@ find . \ -exec chmod 644 {} \; # All plan9 programs are going to be installed in "/opt/plan9" - -# The default prefix for plan9 is "/usr/local/plan9" and some files (that are -# listed in $TMP/plan9/lib/moveplan9.files) are going to end up with that -# prefix hardcoded. There's a script that resolves this problem, and the -# compilation runs it by default, but we'll have to edit it because it uses -# the current build directory as the path. I've tried passing /opt/plan9 -# as the value of PLAN9, hoping the script would pick it up and do the -# right thing, but no dice, so we'll kludge it. --rworkman -sed -i 's:^new=`cleanname $PLAN9`$:new=`cleanname /opt/plan9`:' \ - lib/moveplan9.sh - -./INSTALL +PLAN9_TARGET=/opt/plan9 ./INSTALL cd $TMP mv $PRGNAM $PKG/opt/plan9 diff --git a/system/plan9port/plan9port.info b/system/plan9port/plan9port.info index 8b5cd4e2a4..51c4771eb5 100644 --- a/system/plan9port/plan9port.info +++ b/system/plan9port/plan9port.info @@ -1,8 +1,8 @@ PRGNAM="plan9port" -VERSION="20121022" +VERSION="20130308" HOMEPAGE="http://swtch.com/plan9port/" -DOWNLOAD="http://plan9port.googlecode.com/files/plan9port-20121022.tgz" -MD5SUM="6ac8b01783ed43657c6735e762ea75be" +DOWNLOAD="http://plan9port.googlecode.com/files/plan9port-20130308.tgz" +MD5SUM="13731b934a33278d44e7e98b6a6d25ea" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/system/plan9port/slack-desc b/system/plan9port/slack-desc index 67b3d2cdc3..8a22d7cc11 100644 --- a/system/plan9port/slack-desc +++ b/system/plan9port/slack-desc @@ -5,7 +5,7 @@ # make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':'. - |-----handy-ruler------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| plan9port: Plan9Port (Plan 9 from User Space) plan9port: plan9port: Plan 9 from User Space (aka plan9port) is a port of many -- cgit v1.2.3