From owner-svn-ports-all@freebsd.org Sun Aug 23 19:40:58 2020 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 2A7E23C6534; Sun, 23 Aug 2020 19:40:58 +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.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 4BZQbX4wJPz46HZ; Sun, 23 Aug 2020 19:40:55 +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 4BAF8C5FF; Sun, 23 Aug 2020 19:40:53 +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 07NJerTW077793; Sun, 23 Aug 2020 19:40:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07NJeqC9077792; Sun, 23 Aug 2020 19:40:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202008231940.07NJeqC9077792@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 23 Aug 2020 19:40:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545907 - head/security/p5-Crypt-SMIME X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/p5-Crypt-SMIME X-SVN-Commit-Revision: 545907 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.33 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: Sun, 23 Aug 2020 19:40:58 -0000 Author: sunpoet Date: Sun Aug 23 19:40:52 2020 New Revision: 545907 URL: https://svnweb.freebsd.org/changeset/ports/545907 Log: Update to 0.26 Changes: https://metacpan.org/changes/distribution/Crypt-SMIME Modified: head/security/p5-Crypt-SMIME/Makefile head/security/p5-Crypt-SMIME/distinfo Modified: head/security/p5-Crypt-SMIME/Makefile ============================================================================== --- head/security/p5-Crypt-SMIME/Makefile Sun Aug 23 19:40:48 2020 (r545906) +++ head/security/p5-Crypt-SMIME/Makefile Sun Aug 23 19:40:52 2020 (r545907) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Crypt-SMIME -PORTVERSION= 0.25 +PORTVERSION= 0.26 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,16 +13,17 @@ LICENSE= ART10 BUILD_DEPENDS= p5-ExtUtils-CChecker>=0:devel/p5-ExtUtils-CChecker \ p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig -TEST_DEPENDS= p5-Taint-Util>=0:devel/p5-Taint-Util \ +TEST_DEPENDS= p5-Taint-Util>=0.08:devel/p5-Taint-Util \ p5-Test-Dependencies>=0:devel/p5-Test-Dependencies \ p5-Test-Exception>=0:devel/p5-Test-Exception \ p5-Test-Pod>=1.14:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage \ p5-Test-Taint>=0:devel/p5-Test-Taint -CONFIGURE_ENV= LIBCRYPTO_CFLAGS="-I${OPENSSLINC}" LIBCRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" -USE_PERL5= configure USES= perl5 ssl +USE_PERL5= configure + +CONFIGURE_ENV= LIBCRYPTO_CFLAGS="-I${OPENSSLINC}" LIBCRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/SMIME/SMIME.so Modified: head/security/p5-Crypt-SMIME/distinfo ============================================================================== --- head/security/p5-Crypt-SMIME/distinfo Sun Aug 23 19:40:48 2020 (r545906) +++ head/security/p5-Crypt-SMIME/distinfo Sun Aug 23 19:40:52 2020 (r545907) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519396960 -SHA256 (Crypt-SMIME-0.25.tar.gz) = 016c65c9c2818d603c84754d7e672964ce9b46de9b06f5c16687d835099704ae -SIZE (Crypt-SMIME-0.25.tar.gz) = 28029 +TIMESTAMP = 1598175308 +SHA256 (Crypt-SMIME-0.26.tar.gz) = 48a6fb20bbdfcde77789ccefe47b8f42319dfc2b63b4813d18abb74ad6c9def2 +SIZE (Crypt-SMIME-0.26.tar.gz) = 28171