diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-01 18:07:54 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-01 18:07:54 +0800 |
commit | 81635cb4e2639f672b86dd4601fc551c081fc1ed (patch) | |
tree | 25dfef05a109d3c780985364eba206f9c264db67 /devel | |
parent | b64cd4bddb026b9a2bf04beba635b0a9eb475c61 (diff) | |
download | freebsd-ports-gnome-81635cb4e2639f672b86dd4601fc551c081fc1ed.tar.gz freebsd-ports-gnome-81635cb4e2639f672b86dd4601fc551c081fc1ed.tar.zst freebsd-ports-gnome-81635cb4e2639f672b86dd4601fc551c081fc1ed.zip |
- Update to 20070223
PR: 109614
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/plan9port/Makefile | 10 | ||||
-rw-r--r-- | devel/plan9port/distinfo | 6 | ||||
-rw-r--r-- | devel/plan9port/files/pkg-message.in | 1 |
3 files changed, 10 insertions, 7 deletions
diff --git a/devel/plan9port/Makefile b/devel/plan9port/Makefile index 488944d2607f..81d347e55754 100644 --- a/devel/plan9port/Makefile +++ b/devel/plan9port/Makefile @@ -6,7 +6,7 @@ # PORTNAME= plan9port -PORTVERSION= 20060629 +PORTVERSION= 20070223 CATEGORIES= devel plan9 MASTER_SITES= http://swtch.com/plan9port/ \ ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/ @@ -43,7 +43,7 @@ MAN1= 9term.1 acmeevent.1 ascii.1 acme.1 9p.1 basename.1 cal.1 \ web.1 wintext.1 ndb.1 passwd.1 secstored.1 tar.1 pem.1 \ readcons.1 rsa.1 ssh-agent.1 netfiles.1 sftpcache.1 \ hist.1 venti.1 yesterday.1 hget.1 snarfer.1 htmlroff.1 \ - resample.1 devdraw.1 + resample.1 devdraw.1 mount.1 MAN3= ioproc.3 bio.3 fmtinstall.3 isalpharune.3 print.3 rune.3 \ runestrcat.3 thread.3 9p.3 matrix.3 arith3.3 ctime.3 \ @@ -71,7 +71,7 @@ MAN3= ioproc.3 bio.3 fmtinstall.3 isalpharune.3 print.3 rune.3 \ acme.3 drawfcall.3 MAN4= 0intro.4 9pserve.4 acme.4 import.4 plumber.4 ramfs.4 \ - vacfs.4 factotum.4 srv.4 + vacfs.4 factotum.4 srv.4 9pfuse.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 \ @@ -90,6 +90,8 @@ EMPTY_DIRS= plan9/log \ plan9/dist/debian \ plan9/dist/pkg +.include <bsd.port.pre.mk> + post-patch: @${FIND} ${WRKSRC}/man -type f -regex ".*\.[0-9?]$\" \ | ${XARGS} ${REINPLACE_CMD} -e 's|\\\*9|${PREFIX}/plan9|' @@ -127,4 +129,4 @@ install-user: @${MKDIR} ${HOME}/lib ${INSTALL_DATA} ${PLAN9}/plumb/initial.plumbing ${HOME}/lib/plumbing -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/devel/plan9port/distinfo b/devel/plan9port/distinfo index dbc569a114df..db08eb8717a0 100644 --- a/devel/plan9port/distinfo +++ b/devel/plan9port/distinfo @@ -1,3 +1,3 @@ -MD5 (plan9port-20060629.tgz) = 3761bd764cdf6279b6ecdb420e5f6148 -SHA256 (plan9port-20060629.tgz) = a74f6ac246a055f8bd1b863c8049b3097d952a587fb41be0e0c305e4bf81cca5 -SIZE (plan9port-20060629.tgz) = 22564295 +MD5 (plan9port-20070223.tgz) = 7a4626e8152583fda38f5a740bcbfc14 +SHA256 (plan9port-20070223.tgz) = 673bc282a4080f0b20cd307878bef212c7c9356a6e0be8f8088c7dcd24ec6e57 +SIZE (plan9port-20070223.tgz) = 22618750 diff --git a/devel/plan9port/files/pkg-message.in b/devel/plan9port/files/pkg-message.in index 78bc79c37e4b..60d03f5dcdd7 100644 --- a/devel/plan9port/files/pkg-message.in +++ b/devel/plan9port/files/pkg-message.in @@ -21,3 +21,4 @@ I suggest you to unset $PLAN9 before building any other ports if you don't want to fall into these problems and reset it after. - venti/fmt* commands work only with normal files. + |