From 1dbbedfe2933988e11a862c0509f058f9d6d4334 Mon Sep 17 00:00:00 2001 From: beech Date: Wed, 19 Sep 2007 23:03:16 +0000 Subject: - Update to 0.26 PR: ports/116429 Submitted by: TAKAHASHI Kaoru (maintainer) Reviewed by: sat (mentor) --- security/pgpdump/Makefile | 6 +++--- security/pgpdump/distinfo | 6 +++--- security/pgpdump/pkg-descr | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'security/pgpdump') diff --git a/security/pgpdump/Makefile b/security/pgpdump/Makefile index 14b89be72f49..e53ff83531d1 100644 --- a/security/pgpdump/Makefile +++ b/security/pgpdump/Makefile @@ -6,9 +6,9 @@ # PORTNAME= pgpdump -PORTVERSION= 0.25 +PORTVERSION= 0.26 CATEGORIES= security -MASTER_SITES= http://pgp.iijlab.net/pgpdump/ +MASTER_SITES= http://www.mew.org/~kazu/proj/pgpdump/ MAINTAINER= kaoru@kaisei.org COMMENT= PGP packet visualizer @@ -21,6 +21,6 @@ PLIST_FILES= bin/pgpdump do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pgpdump ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/pgpdump.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/pgpdump.1 ${MANPREFIX}/man/man1 .include diff --git a/security/pgpdump/distinfo b/security/pgpdump/distinfo index 7512bb8b0499..5b6f7cf12269 100644 --- a/security/pgpdump/distinfo +++ b/security/pgpdump/distinfo @@ -1,3 +1,3 @@ -MD5 (pgpdump-0.25.tar.gz) = c095d48558beef526232adbf7ca69a38 -SHA256 (pgpdump-0.25.tar.gz) = d45aef3010b0e04121103a4b3d3d08d51c45ad25f361eab1b24f6666c1f9166f -SIZE (pgpdump-0.25.tar.gz) = 55564 +MD5 (pgpdump-0.26.tar.gz) = a6beef0c94e053d95a70acc4a39e5c48 +SHA256 (pgpdump-0.26.tar.gz) = 6b94c8647cc316b64c6ab2e26827bf3530a8a0a1e80876a66cebed4e2be9895e +SIZE (pgpdump-0.26.tar.gz) = 55341 diff --git a/security/pgpdump/pkg-descr b/security/pgpdump/pkg-descr index 7a9c2d82cbdf..1185b11b876c 100644 --- a/security/pgpdump/pkg-descr +++ b/security/pgpdump/pkg-descr @@ -1,4 +1,4 @@ "pgpdump" is a PGP packet visualizer which displays the packet format of OpenPGP (RFC 2440 + bis) and PGP version 2 (RFC 1991). -WWW: http://pgp.iijlab.net/pgpdump.html +WWW: http://www.mew.org/~kazu/proj/pgpdump/ -- cgit