ports/90091: [PATCH] dns/p5-Net-DNS: update to 0.54

Yen-Ming Lee leeym at FreeBSD.org
Thu Dec 8 01:20:26 UTC 2005


>Number:         90091
>Category:       ports
>Synopsis:       [PATCH] dns/p5-Net-DNS: update to 0.54
>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:   Thu Dec 08 01:20:07 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.0-STABLE FreeBSD 6.0-STABLE #0: Thu Nov 17 09:15:19 CST 2005
>Description:
- Update to 0.54
- Set IGNORE when perl < 5.6 due to the dependency of p5-MIME-Base64

Port maintainer (DougB at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-Net-DNS-0.54.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/dns/p5-Net-DNS/Makefile,v
retrieving revision 1.59
diff -u -u -r1.59 Makefile
--- Makefile	23 Jul 2005 01:37:20 -0000	1.59
+++ Makefile	8 Dec 2005 01:14:40 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Net-DNS
-PORTVERSION=	0.53
+PORTVERSION=	0.54
 CATEGORIES=	dns net perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Net
@@ -44,6 +44,11 @@
 
 .include <bsd.port.pre.mk>
 
+# p5-Net-DNS -> p5-Digest-HMAC -> p5-Digest-SHA1 -> p5-Digest -> p5-MIME-Base64
+.if ${PERL_LEVEL} < 500600
+IGNORE=		requires Perl 5.6 or newer. Install lang/perl5.8 and try again
+.endif
+
 .if ${PERL_LEVEL} < 500800
 .if defined(WITH_IPv6)
 RUN_DEPENDS+=	${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/dns/p5-Net-DNS/distinfo,v
retrieving revision 1.34
diff -u -u -r1.34 distinfo
--- distinfo	24 Nov 2005 00:08:49 -0000	1.34
+++ distinfo	8 Dec 2005 01:14:40 -0000
@@ -1,3 +1,3 @@
-MD5 (Net-DNS-0.53.tar.gz) = 404797359373d4df1a025458ab1415f7
-SHA256 (Net-DNS-0.53.tar.gz) = 181acfb0178070bd06907097b7f7256fb5b37279109550067123dd8b9f378f4a
-SIZE (Net-DNS-0.53.tar.gz) = 119705
+MD5 (Net-DNS-0.54.tar.gz) = 70d7ef4940d8777af6f3659dd359c80b
+SHA256 (Net-DNS-0.54.tar.gz) = 8c1b30fbf917f9efcb761f04f17d2dc8ac11b2971a318bc5e518b212f2a48fb8
+SIZE (Net-DNS-0.54.tar.gz) = 126285
--- p5-Net-DNS-0.54.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list