Update to version 20130320.

This commit is contained in:
Alexey Dokuchaev 2013-06-13 07:11:41 +00:00
parent 61b8c71a60
commit 922fbe347d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320739
3 changed files with 6 additions and 5 deletions

View file

@ -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 \

View file

@ -1,2 +1,2 @@
SHA256 (plan9port-20120820.tgz) = ec221aa54eaa5a2b84f0f6f36087dd11f9343b4143981c93b5df0b6ab670fc34
SIZE (plan9port-20120820.tgz) = 54085046
SHA256 (plan9port-20130320.tgz) = 49a5e6c97c76f0846c45791bda10d6b3ba5c4453855e401980e8e04f92e830fa
SIZE (plan9port-20130320.tgz) = 54169941

View file

@ -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