ports/103725: [PATCH] dns/p5-Net-DNS: update to 0.59

Yen-Ming Lee leeym at FreeBSD.org
Wed Sep 27 22:30:34 UTC 2006


>Number:         103725
>Category:       ports
>Synopsis:       [PATCH] dns/p5-Net-DNS: update to 0.59
>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:   Wed Sep 27 22:30:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Mon Sep 18 00:39:29 CST 2006
>Description:
- Update to 0.59
- set BUILD_DEPENDS so that 'make test' will work.

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

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

--- p5-Net-DNS-0.59.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/dns/p5-Net-DNS/Makefile,v
retrieving revision 1.65
diff -u -u -r1.65 Makefile
--- Makefile	9 Jul 2006 07:45:25 -0000	1.65
+++ Makefile	27 Sep 2006 22:22:08 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Net-DNS
-PORTVERSION=	0.58
+PORTVERSION=	0.59
 CATEGORIES=	dns net perl5 ipv6
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Net
@@ -15,9 +15,9 @@
 MAINTAINER=	DougB at FreeBSD.org
 COMMENT=	Perl5 interface to the DNS resolver, and dynamic updates
 
-# Warnings during build are harmless, the port does not need these to build
 RUN_DEPENDS=	ipcount:${PORTSDIR}/net-mgmt/p5-Net-IP \
 		${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--online-tests
@@ -52,6 +52,7 @@
 
 .if ${PERL_LEVEL} < 500600
 RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/IO/Socket/INET.pm:${PORTSDIR}/devel/p5-IO
+BUILD_DEPENDS+=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
 post-patch:
 	${PERL} -pi -e 's/=(.*);/\($$1\);/ if m{errorstring}' ${WRKSRC}/lib/Net/DNS/Resolver/Recurse.pm
 .endif
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/dns/p5-Net-DNS/distinfo,v
retrieving revision 1.39
diff -u -u -r1.39 distinfo
--- distinfo	9 Jul 2006 07:45:25 -0000	1.39
+++ distinfo	27 Sep 2006 22:22:08 -0000
@@ -1,3 +1,3 @@
-MD5 (Net-DNS-0.58.tar.gz) = eddc33ef5ab2fc17a1c2239177360c01
-SHA256 (Net-DNS-0.58.tar.gz) = 3475f20eb094ca5e5b7018a215f1a74863e014ca0d24a9f38b4968b62ea31241
-SIZE (Net-DNS-0.58.tar.gz) = 136609
+MD5 (Net-DNS-0.59.tar.gz) = d3408875f34e5fa0a313a4a21c70e832
+SHA256 (Net-DNS-0.59.tar.gz) = 4ec19c2390d42a83943ea99adf0d174c5e47992f47b2541a9021d2f714dd8633
+SIZE (Net-DNS-0.59.tar.gz) = 137998
--- p5-Net-DNS-0.59.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list