From owner-svn-ports-all@freebsd.org Fri May 4 17:39:50 2018 Return-Path: Delivered-To: svn-ports-all@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 ABCF8FB2E08; Fri, 4 May 2018 17:39:50 +0000 (UTC) (envelope-from krion@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 567496E87E; Fri, 4 May 2018 17:39:50 +0000 (UTC) (envelope-from krion@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 37AE112041; Fri, 4 May 2018 17:39:50 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w44Hdogw035346; Fri, 4 May 2018 17:39:50 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w44HdnVB035343; Fri, 4 May 2018 17:39:49 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201805041739.w44HdnVB035343@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Fri, 4 May 2018 17:39:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469038 - head/security/p5-Crypt-PKCS10 X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: head/security/p5-Crypt-PKCS10 X-SVN-Commit-Revision: 469038 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.25 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, 04 May 2018 17:39:50 -0000 Author: krion Date: Fri May 4 17:39:49 2018 New Revision: 469038 URL: https://svnweb.freebsd.org/changeset/ports/469038 Log: Update to 1.10 PR: 227972 Submitted by: maintainer Modified: head/security/p5-Crypt-PKCS10/Makefile head/security/p5-Crypt-PKCS10/distinfo head/security/p5-Crypt-PKCS10/pkg-descr Modified: head/security/p5-Crypt-PKCS10/Makefile ============================================================================== --- head/security/p5-Crypt-PKCS10/Makefile Fri May 4 17:33:47 2018 (r469037) +++ head/security/p5-Crypt-PKCS10/Makefile Fri May 4 17:39:49 2018 (r469038) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= Crypt-PKCS10 -PORTVERSION= 1.9 +PORTVERSION= 1.10 PORTEPOCH= 1 CATEGORIES= security perl5 -MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= svysh.fbsd@gmail.com @@ -28,6 +27,8 @@ PORTSCOUT= ignore:1.800201,1.8002 USES= perl5 USE_PERL5= modbuildtiny +USE_GITHUB= yes +GH_ACCOUNT= openxpki NO_ARCH= yes .include Modified: head/security/p5-Crypt-PKCS10/distinfo ============================================================================== --- head/security/p5-Crypt-PKCS10/distinfo Fri May 4 17:33:47 2018 (r469037) +++ head/security/p5-Crypt-PKCS10/distinfo Fri May 4 17:39:49 2018 (r469038) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524066676 -SHA256 (Crypt-PKCS10-1.9.tar.gz) = ee0ce58cc17e9a8d7a6f33f3f26aca5be7edfc054204f7946370b3a8d291f0fd -SIZE (Crypt-PKCS10-1.9.tar.gz) = 69109 +TIMESTAMP = 1525444973 +SHA256 (openxpki-Crypt-PKCS10-1.10_GH0.tar.gz) = aa6a612f9774e3becaf4bc3e2e5e4ee5cea3fee7c4c3c67f4eea31c8b29449a9 +SIZE (openxpki-Crypt-PKCS10-1.10_GH0.tar.gz) = 70045 Modified: head/security/p5-Crypt-PKCS10/pkg-descr ============================================================================== --- head/security/p5-Crypt-PKCS10/pkg-descr Fri May 4 17:33:47 2018 (r469037) +++ head/security/p5-Crypt-PKCS10/pkg-descr Fri May 4 17:39:49 2018 (r469038) @@ -7,4 +7,4 @@ x509decode example by Norbert Klasen. It is also based works of Duncan Segrests Crypt-X509-CRL module. The module parses common fields and extensions. Some fields might be missing. -WWW: http://search.cpan.org/dist/Crypt-PKCS10/ +WWW: https://github.com/openxpki/Crypt-PKCS10/