aboutsummaryrefslogtreecommitdiff
path: root/security/pgpdump
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-02-24 16:13:41 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-02-24 16:13:41 +0000
commit5549663f159adbcb8b385733e59a8c8ebcf9bf50 (patch)
tree7eb8e7d64529ca25855e30c5aad34813b765bda3 /security/pgpdump
parent5550cf35eb0e7b050ae34d8362a6697595d75be5 (diff)
downloadports-5549663f159adbcb8b385733e59a8c8ebcf9bf50.tar.gz
ports-5549663f159adbcb8b385733e59a8c8ebcf9bf50.zip
Update to 0.33
- Update MASTER_SITES - Add LICENSE_FILE - Update manpage location (r523104) - Update WWW - Take maintainership Changes: https://github.com/kazu-yamamoto/pgpdump/blob/master/CHANGES
Notes
Notes: svn path=/head/; revision=526983
Diffstat (limited to 'security/pgpdump')
-rw-r--r--security/pgpdump/Makefile12
-rw-r--r--security/pgpdump/distinfo6
-rw-r--r--security/pgpdump/pkg-descr7
3 files changed, 14 insertions, 11 deletions
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 <bsd.port.mk>
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