diff options
author | pav <pav@FreeBSD.org> | 2004-10-27 20:56:37 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-10-27 20:56:37 +0000 |
commit | f0b386c6e8e490f7e1b35620111ca57051353c30 (patch) | |
tree | 444a504124ab4ca75ffd359453cf0b8510320b1f /security/pgpdump | |
parent | ca6b37f1547e1d2f4dc1f366fa178a9d06d45ee0 (diff) | |
download | FreeBSD-ports-f0b386c6e8e490f7e1b35620111ca57051353c30.zip FreeBSD-ports-f0b386c6e8e490f7e1b35620111ca57051353c30.tar.gz |
- Update to 0.23
PR: ports/73187
Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer)
Diffstat (limited to 'security/pgpdump')
-rw-r--r-- | security/pgpdump/Makefile | 2 | ||||
-rw-r--r-- | security/pgpdump/distinfo | 4 | ||||
-rw-r--r-- | security/pgpdump/files/patch-aa | 14 |
3 files changed, 10 insertions, 10 deletions
diff --git a/security/pgpdump/Makefile b/security/pgpdump/Makefile index d8ffeb6..67270bd 100644 --- a/security/pgpdump/Makefile +++ b/security/pgpdump/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pgpdump -PORTVERSION= 0.22 +PORTVERSION= 0.23 CATEGORIES= security MASTER_SITES= ftp://pgp.iijlab.net/pub/pgp/tools/ \ ftp://ftp.mew.org/pub/pgp/tools/ diff --git a/security/pgpdump/distinfo b/security/pgpdump/distinfo index 4412885..9e6fee1 100644 --- a/security/pgpdump/distinfo +++ b/security/pgpdump/distinfo @@ -1,2 +1,2 @@ -MD5 (pgpdump-0.22.tar.gz) = f514933bf8b204c159594aed9701f91b -SIZE (pgpdump-0.22.tar.gz) = 53764 +MD5 (pgpdump-0.23.tar.gz) = de7f8157e52dbe39e3b4b1c59aa7cd13 +SIZE (pgpdump-0.23.tar.gz) = 54613 diff --git a/security/pgpdump/files/patch-aa b/security/pgpdump/files/patch-aa index 6995563..88623da 100644 --- a/security/pgpdump/files/patch-aa +++ b/security/pgpdump/files/patch-aa @@ -1,11 +1,11 @@ ---- Makefile.in.orig Sat Dec 8 13:29:30 2001 -+++ Makefile.in Sat Dec 8 13:29:36 2001 -@@ -4,7 +4,7 @@ +--- Makefile.in.orig Wed Oct 27 14:37:37 2004 ++++ Makefile.in Wed Oct 27 14:38:00 2004 +@@ -3,7 +3,7 @@ + bindir = @bindir@ mandir = @mandir@/man1 LIBS = @LIBS@ +-CFLAGS = @CFLAGS@ -O ++CFLAGS = @CFLAGS@ + LDFLAGS = @LDFLAGS@ --CFLAGS = -O -+CFLAGS ?= -O RM = rm -f - INSTALL = install -c -m - |