Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Nov 2013 15:37:18 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335299 - head/security/p5-Crypt-PBKDF2
Message-ID:  <201311301537.rAUFbIAv097094@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311301537.rAUFbIAv097094>