From owner-svn-ports-all@freebsd.org Fri Feb 16 15:42:18 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 5A4C9F1EDFB; Fri, 16 Feb 2018 15:42:18 +0000 (UTC) (envelope-from sunpoet@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 0A61680CB8; Fri, 16 Feb 2018 15:42:18 +0000 (UTC) (envelope-from sunpoet@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 F17437AA7; Fri, 16 Feb 2018 15:42:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1GFgHCm063785; Fri, 16 Feb 2018 15:42:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1GFgHsT063782; Fri, 16 Feb 2018 15:42:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802161542.w1GFgHsT063782@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 16 Feb 2018 15:42:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462028 - head/dns/p5-Net-DNS-SEC X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/dns/p5-Net-DNS-SEC X-SVN-Commit-Revision: 462028 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, 16 Feb 2018 15:42:18 -0000 Author: sunpoet Date: Fri Feb 16 15:42:17 2018 New Revision: 462028 URL: https://svnweb.freebsd.org/changeset/ports/462028 Log: Update to 1.04 - Fix *_DEPENDS: - p5-Net-DNS is required not only for testing - Fix version requirement - Remove NO_ARCH - Add USES=ssl - Strip shared library Changes: http://search.cpan.org/dist/Net-DNS-SEC/Changes Modified: head/dns/p5-Net-DNS-SEC/Makefile head/dns/p5-Net-DNS-SEC/distinfo head/dns/p5-Net-DNS-SEC/pkg-plist Modified: head/dns/p5-Net-DNS-SEC/Makefile ============================================================================== --- head/dns/p5-Net-DNS-SEC/Makefile Fri Feb 16 15:42:12 2018 (r462027) +++ head/dns/p5-Net-DNS-SEC/Makefile Fri Feb 16 15:42:17 2018 (r462028) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Net-DNS-SEC -PORTVERSION= 1.03 +PORTVERSION= 1.04 CATEGORIES= dns perl5 MASTER_SITES= CPAN \ http://www.ripe.net/ripencc/pub-services/np/DISI/SRC/ @@ -12,17 +12,18 @@ COMMENT= DNSSEC extensions to Net::DNS LICENSE= MIT -BUILD_DEPENDS= p5-Crypt-OpenSSL-Bignum>=0.04:security/p5-Crypt-OpenSSL-Bignum \ - p5-Crypt-OpenSSL-DSA>=0.14:security/p5-Crypt-OpenSSL-DSA \ +BUILD_DEPENDS= p5-Crypt-OpenSSL-Bignum>=0.05:security/p5-Crypt-OpenSSL-Bignum \ p5-Crypt-OpenSSL-EC>=1.01:security/p5-Crypt-OpenSSL-EC \ - p5-Crypt-OpenSSL-ECDSA>=0.6:security/p5-Crypt-OpenSSL-ECDSA \ - p5-Crypt-OpenSSL-RSA>=0.27:security/p5-Crypt-OpenSSL-RSA \ - p5-Crypt-OpenSSL-Random>=0.06:security/p5-Crypt-OpenSSL-Random + p5-Crypt-OpenSSL-ECDSA>=0.06:security/p5-Crypt-OpenSSL-ECDSA \ + p5-Crypt-OpenSSL-RSA>=0.28:security/p5-Crypt-OpenSSL-RSA \ + p5-Crypt-OpenSSL-Random>=0.10:security/p5-Crypt-OpenSSL-Random \ + p5-Net-DNS>=1.01:dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Net-DNS>=1.01:dns/p5-Net-DNS -NO_ARCH= yes -USES= perl5 +USES= perl5 ssl USE_PERL5= configure + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/DNS/SEC/SEC.so .include Modified: head/dns/p5-Net-DNS-SEC/distinfo ============================================================================== --- head/dns/p5-Net-DNS-SEC/distinfo Fri Feb 16 15:42:12 2018 (r462027) +++ head/dns/p5-Net-DNS-SEC/distinfo Fri Feb 16 15:42:17 2018 (r462028) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473149734 -SHA256 (Net-DNS-SEC-1.03.tar.gz) = 7d89ed9a140f80a3ad84799c7b00d17328e18bb763765910af2c661e5e5035e7 -SIZE (Net-DNS-SEC-1.03.tar.gz) = 35605 +TIMESTAMP = 1518779142 +SHA256 (Net-DNS-SEC-1.04.tar.gz) = 5b8a6559c9e07abdb9e9a829351afd465478a63c6a7f57c57f54bbd1d1ccf8d2 +SIZE (Net-DNS-SEC-1.04.tar.gz) = 38429 Modified: head/dns/p5-Net-DNS-SEC/pkg-plist ============================================================================== --- head/dns/p5-Net-DNS-SEC/pkg-plist Fri Feb 16 15:42:12 2018 (r462027) +++ head/dns/p5-Net-DNS-SEC/pkg-plist Fri Feb 16 15:42:17 2018 (r462028) @@ -1,10 +1,12 @@ -%%SITE_PERL%%/Net/DNS/SEC.pm -%%SITE_PERL%%/Net/DNS/SEC/DSA.pm -%%SITE_PERL%%/Net/DNS/SEC/ECCGOST.pm -%%SITE_PERL%%/Net/DNS/SEC/ECDSA.pm -%%SITE_PERL%%/Net/DNS/SEC/Keyset.pm -%%SITE_PERL%%/Net/DNS/SEC/Private.pm -%%SITE_PERL%%/Net/DNS/SEC/RSA.pm +%%SITE_ARCH%%/Net/DNS/SEC.pm +%%SITE_ARCH%%/Net/DNS/SEC/DSA.pm +%%SITE_ARCH%%/Net/DNS/SEC/ECCGOST.pm +%%SITE_ARCH%%/Net/DNS/SEC/ECDSA.pm +%%SITE_ARCH%%/Net/DNS/SEC/Keyset.pm +%%SITE_ARCH%%/Net/DNS/SEC/Private.pm +%%SITE_ARCH%%/Net/DNS/SEC/RSA.pm +%%SITE_ARCH%%/Net/DNS/SEC/libcrypto.pod +%%SITE_ARCH%%/auto/Net/DNS/SEC/SEC.so %%PERL5_MAN3%%/Net::DNS::SEC.3.gz %%PERL5_MAN3%%/Net::DNS::SEC::DSA.3.gz %%PERL5_MAN3%%/Net::DNS::SEC::ECCGOST.3.gz @@ -12,3 +14,4 @@ %%PERL5_MAN3%%/Net::DNS::SEC::Keyset.3.gz %%PERL5_MAN3%%/Net::DNS::SEC::Private.3.gz %%PERL5_MAN3%%/Net::DNS::SEC::RSA.3.gz +%%PERL5_MAN3%%/Net::DNS::SEC::libcrypto.3.gz