svn commit: r320739 - in head/devel/plan9port: . files
Alexey Dokuchaev
danfe at FreeBSD.org
Thu Jun 13 07:11:42 UTC 2013
Author: danfe
Date: Thu Jun 13 07:11:41 2013
New Revision: 320739
URL: http://svnweb.freebsd.org/changeset/ports/320739
Log:
Update to version 20130320.
Modified:
head/devel/plan9port/Makefile
head/devel/plan9port/distinfo
head/devel/plan9port/files/pkg-message.in
Modified: head/devel/plan9port/Makefile
==============================================================================
--- head/devel/plan9port/Makefile Thu Jun 13 07:01:20 2013 (r320738)
+++ head/devel/plan9port/Makefile Thu Jun 13 07:11:41 2013 (r320739)
@@ -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 isalp
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 \
Modified: head/devel/plan9port/distinfo
==============================================================================
--- head/devel/plan9port/distinfo Thu Jun 13 07:01:20 2013 (r320738)
+++ head/devel/plan9port/distinfo Thu Jun 13 07:11:41 2013 (r320739)
@@ -1,2 +1,2 @@
-SHA256 (plan9port-20120820.tgz) = ec221aa54eaa5a2b84f0f6f36087dd11f9343b4143981c93b5df0b6ab670fc34
-SIZE (plan9port-20120820.tgz) = 54085046
+SHA256 (plan9port-20130320.tgz) = 49a5e6c97c76f0846c45791bda10d6b3ba5c4453855e401980e8e04f92e830fa
+SIZE (plan9port-20130320.tgz) = 54169941
Modified: head/devel/plan9port/files/pkg-message.in
==============================================================================
--- head/devel/plan9port/files/pkg-message.in Thu Jun 13 07:01:20 2013 (r320738)
+++ head/devel/plan9port/files/pkg-message.in Thu Jun 13 07:11:41 2013 (r320739)
@@ -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
More information about the svn-ports-head
mailing list