summaryrefslogtreecommitdiff
path: root/security/pgpdump
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2007-09-24 03:57:59 +0000
committertaca <taca@pkgsrc.org>2007-09-24 03:57:59 +0000
commitaa535dccfb20157b31cde1a475b164d85b3d8115 (patch)
tree8ae6327e6924df22a38d014b32fb5a66ea90e7f1 /security/pgpdump
parent6540f39ca7c9f64fed0540a64f8747c90ced248c (diff)
downloadpkgsrc-aa535dccfb20157b31cde1a475b164d85b3d8115.tar.gz
Update pgpdump package to 0.26. Add support of DESTDIR_SUPPORT, too.
0.26 2007/09/06 * Catching upto ID 22. (http://www.ietf.org/internet-drafts/draft-ietf-openpgp-rfc2440bis-22.txt)
Diffstat (limited to 'security/pgpdump')
-rw-r--r--security/pgpdump/Makefile14
-rw-r--r--security/pgpdump/distinfo10
-rw-r--r--security/pgpdump/patches/patch-aa12
3 files changed, 20 insertions, 16 deletions
diff --git a/security/pgpdump/Makefile b/security/pgpdump/Makefile
index 32f8b365d2d..a9a4b0d1cb2 100644
--- a/security/pgpdump/Makefile
+++ b/security/pgpdump/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.18 2006/10/03 04:18:33 taca Exp $
+# $NetBSD: Makefile,v 1.19 2007/09/24 03:57:59 taca Exp $
#
-DISTNAME= pgpdump-0.25
+DISTNAME= pgpdump-0.26
CATEGORIES= security
-MASTER_SITES= http://pgp.iijlab.net/pgpdump/
+MASTER_SITES= http://pgp.iijlab.net/pgpdump/ \
+ http://www.mew.org/~kazu/proj/pgpdump/
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
HOMEPAGE= http://pgp.iijlab.net/pgpdump.html
@@ -11,9 +12,12 @@ COMMENT= PGP packet visualizer
GNU_CONFIGURE= YES
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+PKG_DESTDIR_SUPPORT= user-destdir
+
post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pgpdump
+ ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/pgpdump
${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${WRKSRC}/README \
- ${PREFIX}/share/doc/pgpdump
+ ${DESTDIR}${PREFIX}/share/doc/pgpdump
.include "../../mk/bsd.pkg.mk"
diff --git a/security/pgpdump/distinfo b/security/pgpdump/distinfo
index 4e0bfb59829..8a8bc812fbf 100644
--- a/security/pgpdump/distinfo
+++ b/security/pgpdump/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2006/10/03 04:18:34 taca Exp $
+$NetBSD: distinfo,v 1.17 2007/09/24 03:57:59 taca Exp $
-SHA1 (pgpdump-0.25.tar.gz) = b30e8f5751100c1ffcd7cdd84df1e4d1122b2d66
-RMD160 (pgpdump-0.25.tar.gz) = 684bd027c8b459404e5a584f44354b51290cd6d8
-Size (pgpdump-0.25.tar.gz) = 55564 bytes
-SHA1 (patch-aa) = 094442e84f26ce018e9baa7b7aeba2306a0f6281
+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
diff --git a/security/pgpdump/patches/patch-aa b/security/pgpdump/patches/patch-aa
index d45d5c8a689..e1740036d0c 100644
--- a/security/pgpdump/patches/patch-aa
+++ b/security/pgpdump/patches/patch-aa
@@ -1,11 +1,11 @@
-$NetBSD: patch-aa,v 1.2 2003/10/18 13:20:32 cjep Exp $
---- Makefile.in.orig 2003-10-07 23:43:03.000000000 +1000
-+++ Makefile.in 2003-10-07 23:44:30.000000000 +1000
-@@ -35,5 +35,5 @@
+$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) $(bindir)/$(PROG)
-+ $(BSD_INSTALL_MAN) $(MAN) $(mandir)/$(MAN)
++ $(BSD_INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(bindir)/$(PROG)
++ $(BSD_INSTALL_MAN) $(MAN) $(DESTDIR)$(mandir)/$(MAN)