Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2013 08:39:25 +0000 (UTC)
From:      Grzegorz Blach <gblach@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326582 - head/security/p5-Dancer-Plugin-Passphrase
Message-ID:  <201309070839.r878dP6c008706@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gblach
Date: Sat Sep  7 08:39:25 2013
New Revision: 326582
URL: http://svnweb.freebsd.org/changeset/ports/326582

Log:
  - Fix BUILD_DEPENDS & RUN_DEPENDS
  - Update pkg-descr
  
  PR:		ports/181872
  Approved by:	crees, tabthorpe (mentors, implicit)

Modified:
  head/security/p5-Dancer-Plugin-Passphrase/Makefile
  head/security/p5-Dancer-Plugin-Passphrase/pkg-descr

Modified: head/security/p5-Dancer-Plugin-Passphrase/Makefile
==============================================================================
--- head/security/p5-Dancer-Plugin-Passphrase/Makefile	Sat Sep  7 08:23:45 2013	(r326581)
+++ head/security/p5-Dancer-Plugin-Passphrase/Makefile	Sat Sep  7 08:39:25 2013	(r326582)
@@ -14,12 +14,14 @@ COMMENT=	Passphrases and Passwords as ob
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Crypt-Eksblowfish>0:${PORTSDIR}/security/p5-Crypt-Eksblowfish \
-		p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \
-		p5-Data-Entropy>0:${PORTSDIR}/security/p5-Data-Entropy
-RUN_DEPENDS=	p5-Crypt-Eksblowfish>0:${PORTSDIR}/security/p5-Crypt-Eksblowfish \
-		p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \
-		p5-Data-Entropy>0:${PORTSDIR}/security/p5-Data-Entropy
+BUILD_DEPENDS=	p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \
+		p5-Data-Entropy>=0.005:${PORTSDIR}/security/p5-Data-Entropy \
+		p5-Digest-Bcrypt>0:${PORTSDIR}/security/p5-Digest-Bcrypt \
+		p5-Digest-SHA>=5.008:${PORTSDIR}/security/p5-Digest-SHA
+RUN_DEPENDS=	p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \
+		p5-Data-Entropy>=0.005:${PORTSDIR}/security/p5-Data-Entropy \
+		p5-Digest-Bcrypt>0:${PORTSDIR}/security/p5-Digest-Bcrypt \
+		p5-Digest-SHA>=5.008:${PORTSDIR}/security/p5-Digest-SHA
 
 PERL_CONFIGURE=	yes
 

Modified: head/security/p5-Dancer-Plugin-Passphrase/pkg-descr
==============================================================================
--- head/security/p5-Dancer-Plugin-Passphrase/pkg-descr	Sat Sep  7 08:23:45 2013	(r326581)
+++ head/security/p5-Dancer-Plugin-Passphrase/pkg-descr	Sat Sep  7 08:39:25 2013	(r326582)
@@ -1,7 +1,6 @@
 Dancer::Plugin::Passphrase manages the hashing of passwords for Dancer apps,
-allowing developers to follow best cryptography practice without having to
+allowing developers to follow cryptography best practices without having to
 become a cryptography expert. It uses the bcrypt algorithm as the default,
-wrapping Crypt::Eksblowfish::Bcrypt, and also supports any hashing function
-provided by Digest.
+while also supporting any hashing function provided by Digest.
 
 WWW: http://search.cpan.org/dist/Dancer-Plugin-Passphrase/



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