diff options
author | beech <beech@FreeBSD.org> | 2007-09-20 07:03:16 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2007-09-20 07:03:16 +0800 |
commit | 1dbbedfe2933988e11a862c0509f058f9d6d4334 (patch) | |
tree | 24e2e07779245c15ecc354d8cdb799169cbffced /security/pgpdump | |
parent | 7f73576bdce258c392325e4e258b20b2a35bc0d7 (diff) | |
download | freebsd-ports-gnome-1dbbedfe2933988e11a862c0509f058f9d6d4334.tar.gz freebsd-ports-gnome-1dbbedfe2933988e11a862c0509f058f9d6d4334.tar.zst freebsd-ports-gnome-1dbbedfe2933988e11a862c0509f058f9d6d4334.zip |
- Update to 0.26
PR: ports/116429
Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer)
Reviewed by: sat (mentor)
Diffstat (limited to 'security/pgpdump')
-rw-r--r-- | security/pgpdump/Makefile | 6 | ||||
-rw-r--r-- | security/pgpdump/distinfo | 6 | ||||
-rw-r--r-- | security/pgpdump/pkg-descr | 2 |
3 files changed, 7 insertions, 7 deletions
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 <bsd.port.mk> 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/ |