diff options
author | taca <taca@pkgsrc.org> | 2003-12-08 17:33:41 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2003-12-08 17:33:41 +0000 |
commit | b7fffbff5a2ec20fbea9554c1a5d84eab8f8baf4 (patch) | |
tree | c560f1e426d872887d9d1a21bf361ff37df266a0 /security/pgpdump/Makefile | |
parent | ec353c21dfdc14d856c5799b81522032437333af (diff) | |
download | pkgsrc-b7fffbff5a2ec20fbea9554c1a5d84eab8f8baf4.tar.gz |
Update pgpdump package to 0.20.
0.20 2003/12/08
* Catching up to 2440bis-09. Bzip2 was supported.
0.19 2003/06/06
* Catching up to 2440bis-08.
* Supporting MINGW32. This is dirty and needs to be refined.
* autotime.h -> types.c
Diffstat (limited to 'security/pgpdump/Makefile')
-rw-r--r-- | security/pgpdump/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pgpdump/Makefile b/security/pgpdump/Makefile index 77be04ab0b2..4d0b18e02e4 100644 --- a/security/pgpdump/Makefile +++ b/security/pgpdump/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 22:53:10 grant Exp $ +# $NetBSD: Makefile,v 1.13 2003/12/08 17:33:41 taca Exp $ # -DISTNAME= pgpdump-0.18 +DISTNAME= pgpdump-0.20 CATEGORIES= security MASTER_SITES= ftp://pgp.iijlab.net/pub/pgp/tools/ |