summaryrefslogtreecommitdiff
path: root/security/pgpdump
diff options
context:
space:
mode:
authorgdt <gdt>2015-09-07 20:09:11 +0000
committergdt <gdt>2015-09-07 20:09:11 +0000
commit9968768209bc7a3b968a51b2bad0f42c352499a6 (patch)
tree4451afae5562c184608a484d0eb6619c2b9c8759 /security/pgpdump
parentae13057b6d86a036e21e096717c026bd9880cf5a (diff)
downloadpkgsrc-9968768209bc7a3b968a51b2bad0f42c352499a6.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/pgpdump')
-rw-r--r--security/pgpdump/Makefile11
-rw-r--r--security/pgpdump/PLIST4
-rw-r--r--security/pgpdump/distinfo10
-rw-r--r--security/pgpdump/patches/patch-aa11
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)