From owner-svn-ports-head@freebsd.org Sun Apr 22 09:08:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D68E7FACA7F; Sun, 22 Apr 2018 09:08:42 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 77E6372AAB; Sun, 22 Apr 2018 09:08:42 +0000 (UTC) (envelope-from wen@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 5A3B313C3F; Sun, 22 Apr 2018 09:08:42 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3M98grP041860; Sun, 22 Apr 2018 09:08:42 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3M98glN041857; Sun, 22 Apr 2018 09:08:42 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201804220908.w3M98glN041857@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 22 Apr 2018 09:08:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468012 - head/security/p5-Crypt-PKCS10 X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/security/p5-Crypt-PKCS10 X-SVN-Commit-Revision: 468012 X-SVN-Commit-Repository: ports 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.25 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, 22 Apr 2018 09:08:43 -0000 Author: wen Date: Sun Apr 22 09:08:41 2018 New Revision: 468012 URL: https://svnweb.freebsd.org/changeset/ports/468012 Log: - Update 1.800201 to 1.9 Changes: http://cpansearch.perl.org/src/MRSCOTTY/Crypt-PKCS10-1.9/Changes - Bump PORTEPOCH - Add LICENSE_FILE - Add PORTSCOUT=ignore:1.800201,1.8002 - Switch configure stage to modbuildtiny PR: 227617 Submitted by: svysh.fbsd@gmail.com(maintainer) Modified: head/security/p5-Crypt-PKCS10/Makefile head/security/p5-Crypt-PKCS10/distinfo head/security/p5-Crypt-PKCS10/pkg-plist Modified: head/security/p5-Crypt-PKCS10/Makefile ============================================================================== --- head/security/p5-Crypt-PKCS10/Makefile Sun Apr 22 09:03:46 2018 (r468011) +++ head/security/p5-Crypt-PKCS10/Makefile Sun Apr 22 09:08:41 2018 (r468012) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= Crypt-PKCS10 -PORTVERSION= 1.800201 +PORTVERSION= 1.9 +PORTEPOCH= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,6 +13,7 @@ COMMENT= Parse PKCS #10 certificate requests LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Convert-ASN1>=0.27:converters/p5-Convert-ASN1 \ p5-Crypt-OpenSSL-DSA>0:security/p5-Crypt-OpenSSL-DSA \ @@ -22,8 +24,10 @@ BUILD_DEPENDS= p5-Convert-ASN1>=0.27:converters/p5-Con RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Module-Signature>0:security/p5-Module-Signature +PORTSCOUT= ignore:1.800201,1.8002 + USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuildtiny NO_ARCH= yes .include Modified: head/security/p5-Crypt-PKCS10/distinfo ============================================================================== --- head/security/p5-Crypt-PKCS10/distinfo Sun Apr 22 09:03:46 2018 (r468011) +++ head/security/p5-Crypt-PKCS10/distinfo Sun Apr 22 09:08:41 2018 (r468012) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485765168 -SHA256 (Crypt-PKCS10-1.800201.tar.gz) = c16d4482d68bbd4fd69d6190efde363914c755a26aeac8e05cd45449b6324f32 -SIZE (Crypt-PKCS10-1.800201.tar.gz) = 88787 +TIMESTAMP = 1524066676 +SHA256 (Crypt-PKCS10-1.9.tar.gz) = ee0ce58cc17e9a8d7a6f33f3f26aca5be7edfc054204f7946370b3a8d291f0fd +SIZE (Crypt-PKCS10-1.9.tar.gz) = 69109 Modified: head/security/p5-Crypt-PKCS10/pkg-plist ============================================================================== --- head/security/p5-Crypt-PKCS10/pkg-plist Sun Apr 22 09:03:46 2018 (r468011) +++ head/security/p5-Crypt-PKCS10/pkg-plist Sun Apr 22 09:08:41 2018 (r468012) @@ -1,2 +1,2 @@ -%%SITE_PERL%%/Crypt/PKCS10.pm %%PERL5_MAN3%%/Crypt::PKCS10.3.gz +%%SITE_PERL%%/Crypt/PKCS10.pm