Date: Tue, 21 Mar 2006 15:56:29 +0800 (CST) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: DougB@FreeBSD.org Subject: ports/94770: [PATCH] dns/p5-Net-DNS: update to 0.57 Message-ID: <20060321075629.20AEFB29CB0@utopia.leeym.com> Resent-Message-ID: <200603210800.k2L80VCf078104@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 94770 >Category: ports >Synopsis: [PATCH] dns/p5-Net-DNS: update to 0.57 >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: Tue Mar 21 08:00:31 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Wed Mar 1 11:06:23 CST >Description: - Update to 0.57 Port maintainer (DougB@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-Net-DNS-0.57.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/dns/p5-Net-DNS/Makefile,v retrieving revision 1.63 diff -u -u -r1.63 Makefile --- Makefile 20 Feb 2006 21:44:05 -0000 1.63 +++ Makefile 21 Mar 2006 07:56:13 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Net-DNS -PORTVERSION= 0.56 +PORTVERSION= 0.57 CATEGORIES= dns net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -16,7 +16,8 @@ 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 +RUN_DEPENDS= ipcount:${PORTSDIR}/net-mgmt/p5-Net-IP \ + ${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC PERL_CONFIGURE= yes CONFIGURE_ARGS+= --online-tests @@ -43,17 +44,10 @@ .include <bsd.port.pre.mk> -pre-fetch: .if ${PERL_LEVEL} < 500600 - @${ECHO} "************************************************************" - @${ECHO} "* WARNING: Dependencies for the cryptographic functions of *" - @${ECHO} "* this library require at least Perl 5.6.2. Although most *" - @${ECHO} "* functions of this library will work without them, if you *" - @${ECHO} "* need those features, you will have to upgrade Perl. *" - @${ECHO} "************************************************************" - @sleep 5 -.else -RUN_DEPENDS+= ${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO/Socket/INET.pm:${PORTSDIR}/devel/p5-IO +post-patch: + ${PERL} -pi -e 's/=(.*);/\($$1\);/ if m{errorstring}' ${WRKSRC}/lib/Net/DNS/Resolver/Recurse.pm .endif .if ${PERL_LEVEL} < 500800 Index: distinfo =================================================================== RCS file: /home/pcvs/ports/dns/p5-Net-DNS/distinfo,v retrieving revision 1.37 diff -u -u -r1.37 distinfo --- distinfo 20 Feb 2006 21:44:05 -0000 1.37 +++ distinfo 21 Mar 2006 07:56:13 -0000 @@ -1,3 +1,3 @@ -MD5 (Net-DNS-0.56.tar.gz) = 4a029f80c4aeedb4691ad9f342d4b5b3 -SHA256 (Net-DNS-0.56.tar.gz) = 7e98a00c43dab10933717799b953e822563b0ceaaa01e114ee6aaf7ebd6baafb -SIZE (Net-DNS-0.56.tar.gz) = 131463 +MD5 (Net-DNS-0.57.tar.gz) = 9511a7052e553f2a29a5bae32c20bc44 +SHA256 (Net-DNS-0.57.tar.gz) = 5411ca2713c206315a3302b6e95bdb1096fc46d00a4e5697faede4d6202e23df +SIZE (Net-DNS-0.57.tar.gz) = 131596 --- p5-Net-DNS-0.57.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060321075629.20AEFB29CB0>