summaryrefslogtreecommitdiffstats
path: root/security/gnupg
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>1999-06-30 14:48:01 +0000
committerkuriyama <kuriyama@FreeBSD.org>1999-06-30 14:48:01 +0000
commit2522f07c6e38c88e6911d7a93579676c023baf13 (patch)
tree1153c60c4e355c841dfb74cdaa125c89918a98e3 /security/gnupg
parent41a7f44c68cfdc8c27b7fae6c40a77350d0d9822 (diff)
downloadFreeBSD-ports-2522f07c6e38c88e6911d7a93579676c023baf13.zip
FreeBSD-ports-2522f07c6e38c88e6911d7a93579676c023baf13.tar.gz
Upgrade to v0.9.8.
Add workaround for compilation with CFLAGS=-pipe.
Diffstat (limited to 'security/gnupg')
-rw-r--r--security/gnupg/Makefile7
-rw-r--r--security/gnupg/distinfo2
2 files changed, 5 insertions, 4 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index b8038e3..2dba25fbf 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/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/gnupg/distinfo b/security/gnupg/distinfo
index 65b234b..812d01c 100644
--- a/security/gnupg/distinfo
+++ b/security/gnupg/distinfo
@@ -1 +1 @@
-MD5 (gnupg-0.9.7.tar.gz) = 74234fdaaaf3581a9d98db92179d59c9
+MD5 (gnupg-0.9.8.tar.gz) = fd9351b26b3189c1d577f0970f9dcadc
OpenPOWER on IntegriCloud