svn commit: r354135 - head/security/p5-Digest-SHA

Frederic Culot culot at FreeBSD.org
Thu May 15 14:54:51 UTC 2014


Author: culot
Date: Thu May 15 14:54:51 2014
New Revision: 354135
URL: http://svnweb.freebsd.org/changeset/ports/354135
QAT: https://qat.redports.org/buildarchive/r354135/

Log:
  - Update to 5.90
  
  Changes:	http://search.cpan.org/dist/Digest-SHA/Changes

Modified:
  head/security/p5-Digest-SHA/Makefile
  head/security/p5-Digest-SHA/distinfo

Modified: head/security/p5-Digest-SHA/Makefile
==============================================================================
--- head/security/p5-Digest-SHA/Makefile	Thu May 15 14:47:46 2014	(r354134)
+++ head/security/p5-Digest-SHA/Makefile	Thu May 15 14:54:51 2014	(r354135)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Digest-SHA
-PORTVERSION=	5.89
+PORTVERSION=	5.90
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -22,4 +22,7 @@ USE_PERL5=	configure
 post-patch:
 	@${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Digest/SHA/SHA.so
+
 .include <bsd.port.mk>

Modified: head/security/p5-Digest-SHA/distinfo
==============================================================================
--- head/security/p5-Digest-SHA/distinfo	Thu May 15 14:47:46 2014	(r354134)
+++ head/security/p5-Digest-SHA/distinfo	Thu May 15 14:54:51 2014	(r354135)
@@ -1,2 +1,2 @@
-SHA256 (Digest-SHA-5.89.tar.gz) = 2612a172c2501049b3ba5b5a2db2d664399ba5c32be855e2531ae83712f1ed06
-SIZE (Digest-SHA-5.89.tar.gz) = 44624
+SHA256 (Digest-SHA-5.90.tar.gz) = e87f5102d3432b20be9bd8966af5704f32ff0c86f1a31cb03d99c5b300f12d96
+SIZE (Digest-SHA-5.90.tar.gz) = 44652


More information about the svn-ports-all mailing list