ports/181872: [patch] p5-Dancer-Plugin-Passphrase depends on p5-Digest-Bcrypt

Henk van Oers hvo.pm at xs4all.nl
Fri Sep 6 16:10:00 UTC 2013


>Number:         181872
>Category:       ports
>Synopsis:       [patch] p5-Dancer-Plugin-Passphrase depends on p5-Digest-Bcrypt
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 06 16:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Henk van Oers
>Release:        9.1-RELEASE-p6
>Organization:
perl.nl
>Environment:
FreeBSD cor.signature.nl 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:40:52 UTC 2013     root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
This plugin uses Bcrypt as default by "use Digest;"
p5-Crypt-Eksblowfish is pulled in by p5-Digest-Bcrypt
>How-To-Repeat:
Use the default.
>Fix:


Patch attached with submission follows:

--- Makefile.orig	2013-02-08 19:52:13.000000000 +0100
+++ Makefile	2013-09-06 17:49:26.000000000 +0200
@@ -14,10 +14,10 @@
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Crypt-Eksblowfish>0:${PORTSDIR}/security/p5-Crypt-Eksblowfish \
+BUILD_DEPENDS=	p5-Digest-Bcrypt>0:${PORTSDIR}/security/p5-Digest-Bcrypt \
 		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 \
+RUN_DEPENDS=	p5-Digest-Bcrypt>0:${PORTSDIR}/security/p5-Digest-Bcrypt \
 		p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \
 		p5-Data-Entropy>0:${PORTSDIR}/security/p5-Data-Entropy
 


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list