diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-08-15 10:07:30 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-08-15 10:07:30 +0000 |
commit | 2090b735c7b79cee8ca4d614058d97d097df36b8 (patch) | |
tree | f411a34045ef1a273fe4e80860965cd7aaf65b55 | |
parent | 08541ffaad514317aaf2f62c76585bc80773c6d1 (diff) | |
download | pkgsrc-2090b735c7b79cee8ca4d614058d97d097df36b8.tar.gz |
Update rman to 3.0.6. Remove MIRROR_DISTFILE=no as the license allows
noncomercial redistribution. Set RESTRICTED accordingly. Closes pr 5969.
-rw-r--r-- | textproc/rman/Makefile | 18 | ||||
-rw-r--r-- | textproc/rman/files/md5 | 4 |
2 files changed, 12 insertions, 10 deletions
diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile index e1f96ac4e0a..ebfe5654bc2 100644 --- a/textproc/rman/Makefile +++ b/textproc/rman/Makefile @@ -1,16 +1,18 @@ -# $NetBSD: Makefile,v 1.9 1998/06/22 13:12:14 agc Exp $ +# $NetBSD: Makefile,v 1.10 1998/08/15 10:07:30 frueauf Exp $ # FreeBSD Id: Makefile,v 1.17 1997/12/08 15:45:27 tg Exp # -DISTNAME= rman-3.0.5 -CATEGORIES= textproc -MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/ -EXTRACT_SUFX= .tar.Z +DISTNAME= rman-3.0.6 +CATEGORIES= textproc +MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/ +EXTRACT_SUFX= .tar.Z -MAINTAINER= packages@netbsd.org +MAINTAINER= packages@netbsd.org -NO_CDROM= "License required" -MIRROR_DISTFILE= no +CONFLICTS= rman-3.0.5 + +RESTRICTED= "Permission to incorporate this software into commercial products is needed." +NO_CDROM= "License required" post-install: @strip ${PREFIX}/bin/rman diff --git a/textproc/rman/files/md5 b/textproc/rman/files/md5 index 8f070dc4dc1..2eaafc38048 100644 --- a/textproc/rman/files/md5 +++ b/textproc/rman/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.4 1998/08/07 13:27:40 agc Exp $ +$NetBSD: md5,v 1.5 1998/08/15 10:07:30 frueauf Exp $ -MD5 (rman-3.0.5.tar.Z) = 440c1de6fc411b66e895d3a77ec6c8c0 +MD5 (rman-3.0.6.tar.Z) = ce99c4843223790a2cc828f07c2c7af2 |