Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2013 16:02:11 GMT
From:      Henk van Oers <hvo.pm@xs4all.nl>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/181872: [patch] p5-Dancer-Plugin-Passphrase depends on p5-Digest-Bcrypt
Message-ID:  <201309061602.r86G2BlE086852@oldred.freebsd.org>
Resent-Message-ID: <201309061610.r86GA00r029401@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



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