Enclosed a diff for bringing pgpdump to 0.3.3, which updates support for public key algorithms, https://github.com/kazu-yamamoto/pgpdump/blob/master/CHANGES
While here switch HOMEPAGE to https. Tested lightly on amd64. Comments/OKs? Index: Makefile =================================================================== RCS file: /cvs/ports/security/pgpdump/Makefile,v retrieving revision 1.24 diff -u -p -r1.24 Makefile --- Makefile 2 Dec 2017 18:42:14 -0000 1.24 +++ Makefile 15 May 2018 18:18:42 -0000 @@ -2,10 +2,10 @@ COMMENT= PGP packet visualizer -DISTNAME= pgpdump-0.32 +DISTNAME= pgpdump-0.33 CATEGORIES= security -HOMEPAGE= http://www.mew.org/~kazu/proj/pgpdump/ +HOMEPAGE= https://www.mew.org/~kazu/proj/pgpdump/ # BSD PERMIT_PACKAGE_CDROM= Yes Index: distinfo =================================================================== RCS file: /cvs/ports/security/pgpdump/distinfo,v retrieving revision 1.11 diff -u -p -r1.11 distinfo --- distinfo 2 Dec 2017 18:42:14 -0000 1.11 +++ distinfo 15 May 2018 18:18:42 -0000 @@ -1,2 +1,2 @@ -SHA256 (pgpdump-0.32.tar.gz) = LUnZ+lwSdQq8FuCdt/UpULUmR1vbJ60W5InJK1nCryU= -SIZE (pgpdump-0.32.tar.gz) = 65444 +SHA256 (pgpdump-0.33.tar.gz) = xB7KcS1peydJs/fD7n6TNy5yiobADu2ZsQlVobIMAMg= +SIZE (pgpdump-0.33.tar.gz) = 65730
