diff options
author | danfe <danfe@FreeBSD.org> | 2013-06-13 15:11:41 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-06-13 15:11:41 +0800 |
commit | 213acbe147394907d4066b8f8ddafc7999fb95bc (patch) | |
tree | 5796324f4d7b94f2ce95aa33ae7b0275e92ba275 | |
parent | fffe0a7ea9f8a87c2dbb5e583da5b233a50c096f (diff) | |
download | freebsd-ports-gnome-213acbe147394907d4066b8f8ddafc7999fb95bc.tar.gz freebsd-ports-gnome-213acbe147394907d4066b8f8ddafc7999fb95bc.tar.zst freebsd-ports-gnome-213acbe147394907d4066b8f8ddafc7999fb95bc.zip |
Update to version 20130320.
-rw-r--r-- | devel/plan9port/Makefile | 4 | ||||
-rw-r--r-- | devel/plan9port/distinfo | 4 | ||||
-rw-r--r-- | devel/plan9port/files/pkg-message.in | 3 |
3 files changed, 6 insertions, 5 deletions
diff --git a/devel/plan9port/Makefile b/devel/plan9port/Makefile index 0d85d5d18b7e..780c64a7023e 100644 --- a/devel/plan9port/Makefile +++ b/devel/plan9port/Makefile @@ -6,7 +6,7 @@ # PORTNAME= plan9port -PORTVERSION= 20120820 +PORTVERSION= 20130320 CATEGORIES= devel plan9 MASTER_SITES= http://swtch.com/plan9port/ EXTRACT_SUFX= .tgz @@ -76,7 +76,7 @@ MAN3= ioproc.3 bio.3 fmtinstall.3 isalpharune.3 print.3 rune.3 \ MAN4= 0intro.4 9pserve.4 acme.4 import.4 plumber.4 ramfs.4 \ vacfs.4 factotum.4 srv.4 9pfuse.4 tapefs.4 smugfs.4 \ - fontsrv.4 + fontsrv.4 9import.4 MAN7= utf.7 regexp.7 0intro.7 color.7 face.7 font.7 image.7 \ man.7 map.7 ms.7 plot.7 plumb.7 thumbprint.7 ndb.7 \ diff --git a/devel/plan9port/distinfo b/devel/plan9port/distinfo index 5ed42201cb92..8c8dc71cddfc 100644 --- a/devel/plan9port/distinfo +++ b/devel/plan9port/distinfo @@ -1,2 +1,2 @@ -SHA256 (plan9port-20120820.tgz) = ec221aa54eaa5a2b84f0f6f36087dd11f9343b4143981c93b5df0b6ab670fc34 -SIZE (plan9port-20120820.tgz) = 54085046 +SHA256 (plan9port-20130320.tgz) = 49a5e6c97c76f0846c45791bda10d6b3ba5c4453855e401980e8e04f92e830fa +SIZE (plan9port-20130320.tgz) = 54169941 diff --git a/devel/plan9port/files/pkg-message.in b/devel/plan9port/files/pkg-message.in index 1038804875b7..8895ed276a88 100644 --- a/devel/plan9port/files/pkg-message.in +++ b/devel/plan9port/files/pkg-message.in @@ -1,4 +1,5 @@ -You should benefit from adding these to your profile environment: +You should benefit from adding these to your profile environment (example +for sh/bash, adjust for tcsh as appropriate): PLAN9=%%PREFIX%%/plan9; export PLAN9 PATH=$PATH:$PLAN9/bin; export PATH |