diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1999-03-08 14:33:26 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1999-03-08 14:33:26 +0000 |
commit | c4a92292fe9fd266820387ba482e04a32c21123c (patch) | |
tree | 16799435b505f6d3120d4de2a50b70f06e8f5f16 /security/gnupg | |
parent | a25d00be62b7ce23fafc376112c66bf053b2018c (diff) | |
download | FreeBSD-ports-c4a92292fe9fd266820387ba482e04a32c21123c.zip FreeBSD-ports-c4a92292fe9fd266820387ba482e04a32c21123c.tar.gz |
Upgrade to v0.9.3.
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/Makefile | 12 | ||||
-rw-r--r-- | security/gnupg/distinfo | 2 | ||||
-rw-r--r-- | security/gnupg/pkg-plist | 1 |
3 files changed, 7 insertions, 8 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 8090581..4adfcda 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gnupg -# Version required: 0.9.2 +# Version required: 0.9.3 # Date created: Sep 30, 1998 # Whom: kuriyama@FreeBSD.ORG # -# $Id: Makefile,v 1.4 1999/02/07 11:18:51 kuriyama Exp $ +# $Id: Makefile,v 1.5 1999/02/11 11:41:04 obrien Exp $ # -DISTNAME= gnupg-0.9.2 +DISTNAME= gnupg-0.9.3 CATEGORIES= security MASTER_SITES= ftp://ftp.guug.de/pub/gcrypt/ \ ftp://pgp.iijlab.net/pub/gnupg/ \ @@ -14,13 +14,11 @@ MASTER_SITES= ftp://ftp.guug.de/pub/gcrypt/ \ MAINTAINER= kuriyama@FreeBSD.ORG -BROKEN='{standard input}: Assembler messages: Error: Alignment not a power of 2' +BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake RESTRICTED= "Crypto; export-controlled" - -GNU_CONFIGURE= YES +USE_AUTOCONF= 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 4b3dbda..3d60957 100644 --- a/security/gnupg/distinfo +++ b/security/gnupg/distinfo @@ -1 +1 @@ -MD5 (gnupg-0.9.2.tar.gz) = ff35d5cb65c976f4576756df2016cc43 +MD5 (gnupg-0.9.3.tar.gz) = 55ae7ad3e36d2e057ce8a762cbcb85dd diff --git a/security/gnupg/pkg-plist b/security/gnupg/pkg-plist index dfb67dc..c2de70e 100644 --- a/security/gnupg/pkg-plist +++ b/security/gnupg/pkg-plist @@ -1,5 +1,6 @@ bin/gpg bin/gpgm +lib/gnupg/rndunix lib/gnupg/tiger lib/gnupg/twofish @dirrm lib/gnupg |