diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-03-14 03:12:11 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-03-14 03:12:11 +0000 |
commit | da49bf2ba273e6c2bd5d0c0069835ad0e46c9419 (patch) | |
tree | 9bb697ef1a872e20e624c3c680dc5b23840dab92 /security | |
parent | Update to 4.1.1 (diff) |
Upgrade to v0.9.4.
Notes
Notes:
svn path=/head/; revision=17171
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg/Makefile | 11 | ||||
-rw-r--r-- | security/gnupg/distinfo | 2 | ||||
-rw-r--r-- | security/gnupg/pkg-plist | 1 | ||||
-rw-r--r-- | security/gnupg1/Makefile | 11 | ||||
-rw-r--r-- | security/gnupg1/distinfo | 2 | ||||
-rw-r--r-- | security/gnupg1/pkg-plist | 1 |
6 files changed, 16 insertions, 12 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 4adfcdad796d..3a831b8fe3d3 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gnupg -# Version required: 0.9.3 +# Version required: 0.9.4 # Date created: Sep 30, 1998 # Whom: kuriyama@FreeBSD.ORG # -# $Id: Makefile,v 1.5 1999/02/11 11:41:04 obrien Exp $ +# $Id: Makefile,v 1.6 1999/03/08 14:33:24 kuriyama Exp $ # -DISTNAME= gnupg-0.9.3 +DISTNAME= gnupg-0.9.4 CATEGORIES= security MASTER_SITES= ftp://ftp.guug.de/pub/gcrypt/ \ ftp://pgp.iijlab.net/pub/gnupg/ \ @@ -14,10 +14,11 @@ MASTER_SITES= ftp://ftp.guug.de/pub/gcrypt/ \ MAINTAINER= kuriyama@FreeBSD.ORG -BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake +#BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake RESTRICTED= "Crypto; export-controlled" -USE_AUTOCONF= YES +#USE_AUTOCONF= YES +GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-included-gettext MAN1= gpg.1 MLINKS= gpg.1 gpgm.1 diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo index 3d60957543a8..a13ddb7ae840 100644 --- a/security/gnupg/distinfo +++ b/security/gnupg/distinfo @@ -1 +1 @@ -MD5 (gnupg-0.9.3.tar.gz) = 55ae7ad3e36d2e057ce8a762cbcb85dd +MD5 (gnupg-0.9.4.tar.gz) = b673ffd3552a7b28a36bed25e5319b0f diff --git a/security/gnupg/pkg-plist b/security/gnupg/pkg-plist index c2de70ee1071..9f9818ffcfac 100644 --- a/security/gnupg/pkg-plist +++ b/security/gnupg/pkg-plist @@ -1,5 +1,6 @@ bin/gpg bin/gpgm +lib/gnupg/rndegd lib/gnupg/rndunix lib/gnupg/tiger lib/gnupg/twofish diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index 4adfcdad796d..3a831b8fe3d3 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gnupg -# Version required: 0.9.3 +# Version required: 0.9.4 # Date created: Sep 30, 1998 # Whom: kuriyama@FreeBSD.ORG # -# $Id: Makefile,v 1.5 1999/02/11 11:41:04 obrien Exp $ +# $Id: Makefile,v 1.6 1999/03/08 14:33:24 kuriyama Exp $ # -DISTNAME= gnupg-0.9.3 +DISTNAME= gnupg-0.9.4 CATEGORIES= security MASTER_SITES= ftp://ftp.guug.de/pub/gcrypt/ \ ftp://pgp.iijlab.net/pub/gnupg/ \ @@ -14,10 +14,11 @@ MASTER_SITES= ftp://ftp.guug.de/pub/gcrypt/ \ MAINTAINER= kuriyama@FreeBSD.ORG -BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake +#BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake RESTRICTED= "Crypto; export-controlled" -USE_AUTOCONF= YES +#USE_AUTOCONF= YES +GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-included-gettext MAN1= gpg.1 MLINKS= gpg.1 gpgm.1 diff --git a/security/gnupg1/distinfo b/security/gnupg1/distinfo index 3d60957543a8..a13ddb7ae840 100644 --- a/security/gnupg1/distinfo +++ b/security/gnupg1/distinfo @@ -1 +1 @@ -MD5 (gnupg-0.9.3.tar.gz) = 55ae7ad3e36d2e057ce8a762cbcb85dd +MD5 (gnupg-0.9.4.tar.gz) = b673ffd3552a7b28a36bed25e5319b0f diff --git a/security/gnupg1/pkg-plist b/security/gnupg1/pkg-plist index c2de70ee1071..9f9818ffcfac 100644 --- a/security/gnupg1/pkg-plist +++ b/security/gnupg1/pkg-plist @@ -1,5 +1,6 @@ bin/gpg bin/gpgm +lib/gnupg/rndegd lib/gnupg/rndunix lib/gnupg/tiger lib/gnupg/twofish |