diff --git a/security/pgpdump/Makefile b/security/pgpdump/Makefile index ef0b7f6365dd..1ec2ab6d0d68 100644 --- a/security/pgpdump/Makefile +++ b/security/pgpdump/Makefile @@ -2,21 +2,23 @@ # $FreeBSD$ PORTNAME= pgpdump -PORTVERSION= 0.32 +PORTVERSION= 0.33 CATEGORIES= security -MASTER_SITES= http://www.mew.org/~kazu/proj/pgpdump/ +MASTER_SITES= https://www.mew.org/~kazu/proj/pgpdump/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= PGP packet visualizer LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYRIGHT GNU_CONFIGURE= yes -PLIST_FILES= bin/pgpdump man/man1/pgpdump.1.gz +PLIST_FILES= bin/pgpdump \ + share/man/man1/pgpdump.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pgpdump ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/pgpdump.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/pgpdump.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/security/pgpdump/distinfo b/security/pgpdump/distinfo index 6b93882f0635..fc8befee8822 100644 --- a/security/pgpdump/distinfo +++ b/security/pgpdump/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1513183306 -SHA256 (pgpdump-0.32.tar.gz) = 2d49d9fa5c12750abc16e09db7f52950b526475bdb27ad16e489c92b59c2af25 -SIZE (pgpdump-0.32.tar.gz) = 65444 +TIMESTAMP = 1582449762 +SHA256 (pgpdump-0.33.tar.gz) = c41eca712d697b2749b3f7c3ee7e93372e728a86c00eed99b10955a1b20c00c8 +SIZE (pgpdump-0.33.tar.gz) = 65730 diff --git a/security/pgpdump/pkg-descr b/security/pgpdump/pkg-descr index 1185b11b876c..963a3a38dbf3 100644 --- a/security/pgpdump/pkg-descr +++ b/security/pgpdump/pkg-descr @@ -1,4 +1,5 @@ -"pgpdump" is a PGP packet visualizer which displays the packet format -of OpenPGP (RFC 2440 + bis) and PGP version 2 (RFC 1991). +pgpdump is a PGP packet visualizer which displays the packet format of OpenPGP +(RFC 4880) and PGP version 2 (RFC 1991). -WWW: http://www.mew.org/~kazu/proj/pgpdump/ +WWW: https://www.mew.org/~kazu/proj/pgpdump/ +WWW: https://github.com/kazu-yamamoto/pgpdump