svn commit: r410488 - head/security/p5-Digest-Bcrypt

Adam Weinberger adamw at FreeBSD.org
Sun Mar 6 21:57:41 UTC 2016


Author: adamw
Date: Sun Mar  6 21:57:39 2016
New Revision: 410488
URL: https://svnweb.freebsd.org/changeset/ports/410488

Log:
  Update to 1.201. Add NO_ARCH, and sort plist.
  
  Changes: https://metacpan.org/changes/distribution/Digest-Bcrypt

Modified:
  head/security/p5-Digest-Bcrypt/Makefile
  head/security/p5-Digest-Bcrypt/distinfo
  head/security/p5-Digest-Bcrypt/pkg-plist

Modified: head/security/p5-Digest-Bcrypt/Makefile
==============================================================================
--- head/security/p5-Digest-Bcrypt/Makefile	Sun Mar  6 21:57:10 2016	(r410487)
+++ head/security/p5-Digest-Bcrypt/Makefile	Sun Mar  6 21:57:39 2016	(r410488)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Digest-Bcrypt
-PORTVERSION=	1.0.1
-PORTREVISION=	1
+PORTVERSION=	1.201
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,8 +14,10 @@ LICENSE=	ART10
 
 BUILD_DEPENDS=	p5-Crypt-Eksblowfish>0:${PORTSDIR}/security/p5-Crypt-Eksblowfish
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/security/p5-Digest-Bcrypt/distinfo
==============================================================================
--- head/security/p5-Digest-Bcrypt/distinfo	Sun Mar  6 21:57:10 2016	(r410487)
+++ head/security/p5-Digest-Bcrypt/distinfo	Sun Mar  6 21:57:39 2016	(r410488)
@@ -1,2 +1,2 @@
-SHA256 (Digest-Bcrypt-1.0.1.tar.gz) = 8326990624f1da453ce057e2cc1883f1d2a1d65639b98ddd533987b493c786e1
-SIZE (Digest-Bcrypt-1.0.1.tar.gz) = 11831
+SHA256 (Digest-Bcrypt-1.201.tar.gz) = 203e4437fa4f338474fd4185f61577a4dd6fb46c5b272ec490cb1a2de16d3f52
+SIZE (Digest-Bcrypt-1.201.tar.gz) = 12941

Modified: head/security/p5-Digest-Bcrypt/pkg-plist
==============================================================================
--- head/security/p5-Digest-Bcrypt/pkg-plist	Sun Mar  6 21:57:10 2016	(r410487)
+++ head/security/p5-Digest-Bcrypt/pkg-plist	Sun Mar  6 21:57:39 2016	(r410488)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/Digest::Bcrypt.3.gz
 %%SITE_PERL%%/Digest/Bcrypt.pm
+%%PERL5_MAN3%%/Digest::Bcrypt.3.gz


More information about the svn-ports-all mailing list