ports/134154: [patch] dns/p5-Net-DNS-SEC missing dependency

Cezary Morga cm at therek.net
Sat May 2 09:40:19 UTC 2009


>Number:         134154
>Category:       ports
>Synopsis:       [patch] dns/p5-Net-DNS-SEC missing dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 02 09:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Cezary Morga
>Release:        
>Organization:
>Environment:
>Description:
Add dns/p5-Net-DNS-SEC missing dependency pointed out by Geoffrey Sisson <geoff at geoff.co.uk> on perl at freebsd.org.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN p5-Net-DNS-SEC.orig/Makefile p5-Net-DNS-SEC/Makefile
--- p5-Net-DNS-SEC.orig/Makefile	2009-05-01 21:36:36.664491026 +0200
+++ p5-Net-DNS-SEC/Makefile	2009-05-01 21:43:01.965321439 +0200
@@ -7,6 +7,7 @@
 
 PORTNAME=	Net-DNS-SEC
 PORTVERSION=	0.15
+PORTREVISION=	1
 CATEGORIES=	dns perl5
 MASTER_SITES=	CPAN \
 		http://www.ripe.net/ripencc/pub-services/np/DISI/SRC/
@@ -20,7 +21,8 @@
 		${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/DSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-DSA \
 		${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/Bignum.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-Bignum \
 		${SITE_PERL}/${PERL_ARCH}/Digest/SHA.pm:${PORTSDIR}/security/p5-Digest-SHA \
-		${SITE_PERL}/Digest/BubbleBabble.pm:${PORTSDIR}/security/p5-Digest-BubbleBabble
+		${SITE_PERL}/Digest/BubbleBabble.pm:${PORTSDIR}/security/p5-Digest-BubbleBabble \
+		${SITE_PERL}/MIME/Base32.pm:${PORTSDIR}/converters/p5-MIME-Base32
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes


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



More information about the freebsd-ports-bugs mailing list