Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2020 16:13:41 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526983 - head/security/pgpdump
Message-ID:  <202002241613.01OGDf9C017566@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Feb 24 16:13:41 2020
New Revision: 526983
URL: https://svnweb.freebsd.org/changeset/ports/526983

Log:
  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

Modified:
  head/security/pgpdump/Makefile
  head/security/pgpdump/distinfo
  head/security/pgpdump/pkg-descr

Modified: head/security/pgpdump/Makefile
==============================================================================
--- head/security/pgpdump/Makefile	Mon Feb 24 16:13:40 2020	(r526982)
+++ head/security/pgpdump/Makefile	Mon Feb 24 16:13:41 2020	(r526983)
@@ -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>

Modified: head/security/pgpdump/distinfo
==============================================================================
--- head/security/pgpdump/distinfo	Mon Feb 24 16:13:40 2020	(r526982)
+++ head/security/pgpdump/distinfo	Mon Feb 24 16:13:41 2020	(r526983)
@@ -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

Modified: head/security/pgpdump/pkg-descr
==============================================================================
--- head/security/pgpdump/pkg-descr	Mon Feb 24 16:13:40 2020	(r526982)
+++ head/security/pgpdump/pkg-descr	Mon Feb 24 16:13:41 2020	(r526983)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002241613.01OGDf9C017566>