svn commit: r559889 - head/security/pgpgpg

Kurt Jaeger pi at FreeBSD.org
Fri Jan 1 23:06:40 UTC 2021


Author: pi
Date: Fri Jan  1 23:06:39 2021
New Revision: 559889
URL: https://svnweb.freebsd.org/changeset/ports/559889

Log:
  security/pgpgpg: fix MASTER_SITES, unbreak, submitter becomes maintainer
  
  PR:		252076
  Submitted by:	Chris Hutchinson <portmaster at bsdforge.com>

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

Modified: head/security/pgpgpg/Makefile
==============================================================================
--- head/security/pgpgpg/Makefile	Fri Jan  1 23:03:53 2021	(r559888)
+++ head/security/pgpgpg/Makefile	Fri Jan  1 23:06:39 2021	(r559889)
@@ -3,14 +3,15 @@
 
 PORTNAME=	pgpgpg
 PORTVERSION=	0.13
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	security
-MASTER_SITES=	PACKETSTORM/crypt/pgpgpg \
-		ftp://ftp.gnupg.org/gcrypt/historic/ \
-		http://www.nessie.de/mroth/pgpgpg/
+MASTER_SITES=	https://mroth.net/pgpgpg/ \
+		https://BSDforge.com/projects/source/security/pgpgpg/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Wrapper for GnuPG to simulate PGP 2.6.x
+
+LICENSE=	GPLv2
 
 BUILD_DEPENDS=	gnupg1>=0:security/gnupg1
 RUN_DEPENDS=	gnupg1>=0:security/gnupg1

Modified: head/security/pgpgpg/distinfo
==============================================================================
--- head/security/pgpgpg/distinfo	Fri Jan  1 23:03:53 2021	(r559888)
+++ head/security/pgpgpg/distinfo	Fri Jan  1 23:06:39 2021	(r559889)
@@ -1,2 +1,3 @@
+TIMESTAMP = 1608744168
 SHA256 (pgpgpg-0.13.tar.gz) = 905e1d2c60715a733f30e7469e9255370d69858abfe0c7d4972b10cb0165cbc3
 SIZE (pgpgpg-0.13.tar.gz) = 53135

Modified: head/security/pgpgpg/pkg-descr
==============================================================================
--- head/security/pgpgpg/pkg-descr	Fri Jan  1 23:03:53 2021	(r559888)
+++ head/security/pgpgpg/pkg-descr	Fri Jan  1 23:06:39 2021	(r559889)
@@ -2,4 +2,4 @@ pgpgpg is a wrapper around Gnu Privacy Guard which tak
 command line options, translates them, and calls GnuPG (Gnu Privacy
 Guard) to perform the desired action.
 
-WWW: http://www.nessie.de/mroth/pgpgpg/
+WWW: https://mroth.net/pgpgpg/


More information about the svn-ports-all mailing list