diff options
author | gdt <gdt@pkgsrc.org> | 2015-09-07 20:09:11 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2015-09-07 20:09:11 +0000 |
commit | 2d95ff0dc23b3d7e2f8b606bf8453b8e9fddd791 (patch) | |
tree | 4451afae5562c184608a484d0eb6619c2b9c8759 /security | |
parent | a811dd7f87c94ad4e1b3f04f6f6eacb13c020ebc (diff) | |
download | pkgsrc-2d95ff0dc23b3d7e2f8b606bf8453b8e9fddd791.tar.gz |
Update to 0.29.
Update HOMEPAGE. Set LICENSE.
0.28 2013/06/21
* No significant change. Maintenance purpose only.
0.27 2010/08/12
* Adding Camellia defined in RFC 5581.
"Stefan H. Holek" <stefan>
* Notation name is always text.
Risko Gergely <gergely>
Diffstat (limited to 'security')
-rw-r--r-- | security/pgpdump/Makefile | 11 | ||||
-rw-r--r-- | security/pgpdump/PLIST | 4 | ||||
-rw-r--r-- | security/pgpdump/distinfo | 10 | ||||
-rw-r--r-- | security/pgpdump/patches/patch-aa | 11 |
4 files changed, 13 insertions, 23 deletions
diff --git a/security/pgpdump/Makefile b/security/pgpdump/Makefile index e013476c7ca..8e8751287ec 100644 --- a/security/pgpdump/Makefile +++ b/security/pgpdump/Makefile @@ -1,22 +1,23 @@ -# $NetBSD: Makefile,v 1.22 2012/10/23 18:16:49 asau Exp $ +# $NetBSD: Makefile,v 1.23 2015/09/07 20:09:11 gdt Exp $ # -DISTNAME= pgpdump-0.26 -PKGREVISION= 1 +DISTNAME= pgpdump-0.29 CATEGORIES= security MASTER_SITES= http://www.mew.org/~kazu/proj/pgpdump/ MAINTAINER= tech-pkg-ja@jp.NetBSD.org -HOMEPAGE= http://pgp.iijlab.net/pgpdump.html +HOMEPAGE= http://www.mew.org/~kazu/proj/pgpdump/en/ COMMENT= PGP packet visualizer +LICENSE= modified-bsd + GNU_CONFIGURE= YES INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 post-install: ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/pgpdump - ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${WRKSRC}/README \ + ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${WRKSRC}/README.md \ ${DESTDIR}${PREFIX}/share/doc/pgpdump .include "../../archivers/bzip2/buildlink3.mk" diff --git a/security/pgpdump/PLIST b/security/pgpdump/PLIST index bddecd2b373..78d285e4805 100644 --- a/security/pgpdump/PLIST +++ b/security/pgpdump/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:13:35 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2015/09/07 20:09:11 gdt Exp $ bin/pgpdump man/man1/pgpdump.1 share/doc/pgpdump/COPYRIGHT -share/doc/pgpdump/README +share/doc/pgpdump/README.md diff --git a/security/pgpdump/distinfo b/security/pgpdump/distinfo index 8a8bc812fbf..8f7a516c0db 100644 --- a/security/pgpdump/distinfo +++ b/security/pgpdump/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2007/09/24 03:57:59 taca Exp $ +$NetBSD: distinfo,v 1.18 2015/09/07 20:09:11 gdt Exp $ -SHA1 (pgpdump-0.26.tar.gz) = 37cdceb6a722919f73081fa0d364c47c6a30c65f -RMD160 (pgpdump-0.26.tar.gz) = a3be63c7a7c7246e94954e945f73abb99911e75a -Size (pgpdump-0.26.tar.gz) = 55341 bytes -SHA1 (patch-aa) = db23a92e379212216a82dae5f17f24dc15024aac +SHA1 (pgpdump-0.29.tar.gz) = 5f36b5b3d9668442de542ced1d2b670cbe5e30a9 +RMD160 (pgpdump-0.29.tar.gz) = 49404bcff6cf6f5fc4e2f380c8efb424962cdabc +Size (pgpdump-0.29.tar.gz) = 62779 bytes +SHA1 (patch-Makefile.in) = 5e4a76444964c043a73c5f33178c12a76ee40b9a diff --git a/security/pgpdump/patches/patch-aa b/security/pgpdump/patches/patch-aa deleted file mode 100644 index e1740036d0c..00000000000 --- a/security/pgpdump/patches/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2007/09/24 03:58:00 taca Exp $ ---- Makefile.in.orig 2004-01-29 12:17:01.000000000 +0900 -+++ Makefile.in -@@ -36,5 +36,5 @@ distclean: - $(RM) $(OBJS) $(PROG) $(CNF) $(MKF) - - install: all -- $(INSTALL) 555 $(PROG) $(bindir) -- $(INSTALL) 444 $(MAN) $(mandir) -+ $(BSD_INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(bindir)/$(PROG) -+ $(BSD_INSTALL_MAN) $(MAN) $(DESTDIR)$(mandir)/$(MAN) |