diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-06-30 14:48:01 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-06-30 14:48:01 +0000 |
commit | 9e1822f503a15b95b771470ebec76e045185d6dc (patch) | |
tree | 59e0a5700805dddc3043347e8590a9ec3800f225 /security/gnupg1 | |
parent | 822aa246dd191a2eefd4d63777321a157aa660c8 (diff) | |
download | ports-9e1822f503a15b95b771470ebec76e045185d6dc.tar.gz ports-9e1822f503a15b95b771470ebec76e045185d6dc.zip |
Notes
Diffstat (limited to 'security/gnupg1')
-rw-r--r-- | security/gnupg1/Makefile | 7 | ||||
-rw-r--r-- | security/gnupg1/distinfo | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index b8038e3ba5ab..2dba25fbfeaa 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gnupg -# Version required: 0.9.7 +# Version required: 0.9.8 # Date created: Sep 30, 1998 # Whom: kuriyama@FreeBSD.ORG # -# $Id: Makefile,v 1.10 1999/05/09 04:46:30 kuriyama Exp $ +# $Id: Makefile,v 1.11 1999/05/25 00:32:32 kuriyama Exp $ # -DISTNAME= gnupg-0.9.7 +DISTNAME= gnupg-0.9.8 CATEGORIES= security MASTER_SITES= ftp://ftp.guug.de/pub/gcrypt/ \ ftp://pgp.iijlab.net/pub/gnupg/ \ @@ -25,6 +25,7 @@ MLINKS= gpg.1 gpgm.1 .if ${OSVERSION} < 300000 CONFIGURE_ARGS+=--disable-asm .endif +CFLAGS:= ${CFLAGS:S/-pipe//g} post-install: .if !defined(NOPORTDOCS) diff --git a/security/gnupg1/distinfo b/security/gnupg1/distinfo index 65b234bf4828..812d01c599b7 100644 --- a/security/gnupg1/distinfo +++ b/security/gnupg1/distinfo @@ -1 +1 @@ -MD5 (gnupg-0.9.7.tar.gz) = 74234fdaaaf3581a9d98db92179d59c9 +MD5 (gnupg-0.9.8.tar.gz) = fd9351b26b3189c1d577f0970f9dcadc |