Date: Sun, 9 Oct 2016 15:52:44 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423607 - head/security/p5-Crypt-OpenSSL-ECDSA Message-ID: <201610091552.u99Fqi1v094649@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Sun Oct 9 15:52:44 2016 New Revision: 423607 URL: https://svnweb.freebsd.org/changeset/ports/423607 Log: Update to 0.08 (which just improves the Makefile.PL), and strip the XS module. Changes: https://metacpan.org/changes/distribution/Crypt-OpenSSL-ECDSA Modified: head/security/p5-Crypt-OpenSSL-ECDSA/Makefile head/security/p5-Crypt-OpenSSL-ECDSA/distinfo Modified: head/security/p5-Crypt-OpenSSL-ECDSA/Makefile ============================================================================== --- head/security/p5-Crypt-OpenSSL-ECDSA/Makefile Sun Oct 9 15:47:37 2016 (r423606) +++ head/security/p5-Crypt-OpenSSL-ECDSA/Makefile Sun Oct 9 15:52:44 2016 (r423607) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= Crypt-OpenSSL-ECDSA -PORTVERSION= 0.07 +PORTVERSION= 0.08 CATEGORIES= security perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:MIKEM PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -21,4 +20,7 @@ USES= perl5 ssl USE_PERL5= 5.18+ configure CFLAGS+= -I${OPENSSLINC} +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/OpenSSL/ECDSA/ECDSA.so + .include <bsd.port.mk> Modified: head/security/p5-Crypt-OpenSSL-ECDSA/distinfo ============================================================================== --- head/security/p5-Crypt-OpenSSL-ECDSA/distinfo Sun Oct 9 15:47:37 2016 (r423606) +++ head/security/p5-Crypt-OpenSSL-ECDSA/distinfo Sun Oct 9 15:52:44 2016 (r423607) @@ -1,2 +1,3 @@ -SHA256 (Crypt-OpenSSL-ECDSA-0.07.tar.gz) = b8c4a067db328f04fcacb4cc873f39abb0123ee0019365d471acf115677e1fbe -SIZE (Crypt-OpenSSL-ECDSA-0.07.tar.gz) = 52873 +TIMESTAMP = 1476028093 +SHA256 (Crypt-OpenSSL-ECDSA-0.08.tar.gz) = 8439f6af81cc5e656e8b2f4dd86a98faa95d9938dcdcbfc7c22bb358eb5f8deb +SIZE (Crypt-OpenSSL-ECDSA-0.08.tar.gz) = 52955
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610091552.u99Fqi1v094649>