svn commit: r335299 - head/security/p5-Crypt-PBKDF2
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Nov 30 15:37:19 UTC 2013
Author: sunpoet
Date: Sat Nov 30 15:37:18 2013
New Revision: 335299
URL: http://svnweb.freebsd.org/changeset/ports/335299
Log:
- Update to 0.133330
- Add LICENSE
- Sort *_DEPENDS
Changes: http://search.cpan.org/dist/Crypt-PBKDF2/Changes
Modified:
head/security/p5-Crypt-PBKDF2/Makefile
head/security/p5-Crypt-PBKDF2/distinfo (contents, props changed)
Modified: head/security/p5-Crypt-PBKDF2/Makefile
==============================================================================
--- head/security/p5-Crypt-PBKDF2/Makefile Sat Nov 30 15:22:06 2013 (r335298)
+++ head/security/p5-Crypt-PBKDF2/Makefile Sat Nov 30 15:37:18 2013 (r335299)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Crypt-PBKDF2
-PORTVERSION= 0.131750
+PORTVERSION= 0.133330
CATEGORIES= security perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ARODLAND
@@ -11,12 +11,16 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= The PBKDF2 password hashing algorithm
-RUN_DEPENDS= p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC \
- p5-Moose>=1:${PORTSDIR}/devel/p5-Moose \
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC \
p5-Method-Signatures-Simple>=0:${PORTSDIR}/devel/p5-Method-Signatures-Simple \
+ p5-Module-Runtime>=0:${PORTSDIR}/devel/p5-Module-Runtime \
+ p5-Moose>=1:${PORTSDIR}/devel/p5-Moose \
p5-Try-Tiny>=0.04:${PORTSDIR}/lang/p5-Try-Tiny \
p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
-BUILD_DEPENDS:= ${RUN_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
Modified: head/security/p5-Crypt-PBKDF2/distinfo
==============================================================================
--- head/security/p5-Crypt-PBKDF2/distinfo Sat Nov 30 15:22:06 2013 (r335298)
+++ head/security/p5-Crypt-PBKDF2/distinfo Sat Nov 30 15:37:18 2013 (r335299)
@@ -1,2 +1,2 @@
-SHA256 (Crypt-PBKDF2-0.131750.tar.gz) = e27866a5a8314ddb138e7673b265492fdf93e9e1d23023446280931433f4f102
-SIZE (Crypt-PBKDF2-0.131750.tar.gz) = 15844
+SHA256 (Crypt-PBKDF2-0.133330.tar.gz) = 83fcc87e77b95599a63203cd606d00ce4cfa893a9a1c8e42d40f261f8d2aece5
+SIZE (Crypt-PBKDF2-0.133330.tar.gz) = 15904
More information about the svn-ports-head
mailing list