From owner-svn-ports-all@freebsd.org Fri Jan 1 23:06:40 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1DE1A4D75A1; Fri, 1 Jan 2021 23:06:40 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D70yR75ggz4V4N; Fri, 1 Jan 2021 23:06:39 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E22C52C3C; Fri, 1 Jan 2021 23:06:39 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 101N6d70086231; Fri, 1 Jan 2021 23:06:39 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 101N6diP086229; Fri, 1 Jan 2021 23:06:39 GMT (envelope-from pi@FreeBSD.org) Message-Id: <202101012306.101N6diP086229@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 1 Jan 2021 23:06:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559889 - head/security/pgpgpg X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/security/pgpgpg X-SVN-Commit-Revision: 559889 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jan 2021 23:06:40 -0000 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 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@FreeBSD.org +MAINTAINER= portmaster@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/