aboutsummaryrefslogtreecommitdiff
path: root/devel/plan9port
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-01-01 00:11:02 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-01-01 00:11:02 +0000
commit677e08a15dff8082b3f8f8d562f68a6f0d78cb52 (patch)
tree4c30cc2c4df81e1d7d9ddffa77190c23abe3ff38 /devel/plan9port
parenta55d7e7f208d6f4de36ddea0bcb70504c065a63a (diff)
- Update to 20051231
PR: ports/91150 Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> (maintainer)
Notes
Notes: svn path=/head/; revision=152515
Diffstat (limited to 'devel/plan9port')
-rw-r--r--devel/plan9port/Makefile3
-rw-r--r--devel/plan9port/distinfo6
-rw-r--r--devel/plan9port/files/pkg-message.in5
3 files changed, 9 insertions, 5 deletions
diff --git a/devel/plan9port/Makefile b/devel/plan9port/Makefile
index 71e30209f360..986858c132ea 100644
--- a/devel/plan9port/Makefile
+++ b/devel/plan9port/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= plan9port
-PORTVERSION= 20051228
+PORTVERSION= 20051231
CATEGORIES= devel plan9
MASTER_SITES= http://swtch.com/plan9port/ \
ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/
@@ -84,6 +84,7 @@ MAN8= listen1.8 vbackup.8 venti-backup.8 venti-fmt.8 venti.8
MAN9= 0intro.9p attach.9p clunk.9p error.9p flush.9p open.9p \
openfd.9p read.9p remove.9p stat.9p version.9p walk.9p
MANCOMPRESSED= no
+NOMANCOMPRESS= yes
EMPTY_DIRS= plan9/log \
plan9/bin/lpbin \
diff --git a/devel/plan9port/distinfo b/devel/plan9port/distinfo
index d6f613fac81a..5a39139f2084 100644
--- a/devel/plan9port/distinfo
+++ b/devel/plan9port/distinfo
@@ -1,3 +1,3 @@
-MD5 (plan9port-20051228.tgz) = 7ce9773ab40280caee7c29a1f5d49930
-SHA256 (plan9port-20051228.tgz) = 3bf5175a66467ea3ac31a8e40b9052f7a15160f39e1c96090d429610b198b90b
-SIZE (plan9port-20051228.tgz) = 18374917
+MD5 (plan9port-20051231.tgz) = 712d893f62426800d0894959af81c012
+SHA256 (plan9port-20051231.tgz) = 8ecc59889b450193ee24c20f68e120573b6a60cf64dd3ebb3bc2c081a4fc1206
+SIZE (plan9port-20051231.tgz) = 18376484
diff --git a/devel/plan9port/files/pkg-message.in b/devel/plan9port/files/pkg-message.in
index 39fa690d1ca4..909e5ed1119c 100644
--- a/devel/plan9port/files/pkg-message.in
+++ b/devel/plan9port/files/pkg-message.in
@@ -2,8 +2,9 @@ Add these to your profile environment.
PLAN9=%%PREFIX%%/plan9; export PLAN9
PATH=$PATH:$PLAN9/bin; export PATH
+BUGS
This port can cause some problems if you install certain
-ports
+ports:
www/mozilla -> $PLAN9/bin/zip (mozilla doesn't build if
archivers/zip is not already installed)
x11/kdebase3 -> build crash in a fish.cpp file
@@ -11,3 +12,5 @@ x11/kdebase3 -> build crash in a fish.cpp file
I suggest you to unset $PLAN9 before building any other ports
if you don't want to fall into these problems et reset it after.
+venti/fmt* commands works only with normal files but the
+author is actually working on it.