From owner-svn-ports-head@freebsd.org Sun Jun 4 22:21:47 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E892BF0E5F; Sun, 4 Jun 2017 22:21:47 +0000 (UTC) (envelope-from bofh@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 mx1.freebsd.org (Postfix) with ESMTPS id 6CB723718; Sun, 4 Jun 2017 22:21:47 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v54MLksP045491; Sun, 4 Jun 2017 22:21:46 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v54MLkS9045489; Sun, 4 Jun 2017 22:21:46 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201706042221.v54MLkS9045489@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sun, 4 Jun 2017 22:21:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442595 - head/security/p5-PGP-Sign X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jun 2017 22:21:47 -0000 Author: bofh Date: Sun Jun 4 22:21:46 2017 New Revision: 442595 URL: https://svnweb.freebsd.org/changeset/ports/442595 Log: security/p5-PGP-Sign: Remove option for expired security/pgp - Mark NO_ARCH - Update pkg-descr PR: 218937 Submitted by: rene Modified: head/security/p5-PGP-Sign/Makefile head/security/p5-PGP-Sign/pkg-descr Modified: head/security/p5-PGP-Sign/Makefile ============================================================================== --- head/security/p5-PGP-Sign/Makefile Sun Jun 4 22:13:41 2017 (r442594) +++ head/security/p5-PGP-Sign/Makefile Sun Jun 4 22:21:46 2017 (r442595) @@ -3,7 +3,7 @@ PORTNAME= PGP-Sign PORTVERSION= 0.20 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,23 +14,12 @@ COMMENT= Create detached PGP signatures for data LICENSE= ART10 GPLv1 LICENSE_COMB= dual +BUILD_DEPENDS= gpg:security/gnupg +RUN_DEPENDS= gpg:security/gnupg + USES= perl5 USE_PERL5= configure -CONFIGURE_ARGS= PGP=${PGP} PGPSTYLE=${PGPSTYLE} - -# Currently useful values for DEFAULTPGP are: -# PGP2 - PGP 2.6.* or a reasonable facsimile thereof -# GPG - Gnu Privacy Guard - -OPTIONS_SINGLE= DEFAULTPGP -OPTIONS_SINGLE_DEFAULTPGP= GNUPG PGP2 -OPTIONS_DEFAULT= GNUPG -PGP2_DESC= PGP2 support -GNUPG_BUILD_DEPENDS= gpg:security/gnupg -GNUPG_CONFIGURE_ON= PGP=${LOCALBASE}/bin/gpg PGPSTYLE=GPG -GNUPG_RUN_DEPENDS= gpg:security/gnupg -PGP2_BUILD_DEPENDS= pgp:security/pgp -PGP2_CONFIGURE_ON= PGP=${LOCALBASE}/bin/pgp PGPSTYLE=PGP2 -PGP2_RUN_DEPENDS= pgp:security/pgp +CONFIGURE_ARGS= PGP=${LOCALBASE}/bin/gpg PGPSTYLE=GPG +NO_ARCH= yes .include Modified: head/security/p5-PGP-Sign/pkg-descr ============================================================================== --- head/security/p5-PGP-Sign/pkg-descr Sun Jun 4 22:13:41 2017 (r442594) +++ head/security/p5-PGP-Sign/pkg-descr Sun Jun 4 22:21:46 2017 (r442595) @@ -2,6 +2,6 @@ PGP::Sign is a special purpose module designed to crea signatures for data. It's mainly intended to be used for things like reimplementing PGPMoose, signcontrol and pgpverify. -It can use PGP 2.6.*, PGP 5 or Gnu Privacy Guard. +It can use Gnu Privacy Guard. WWW: http://search.cpan.org/dist/PGP-Sign/