From leeym@utopia.leeym.com  Thu Dec  8 01:19:32 2005
Return-Path: <leeym@utopia.leeym.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 089B216A420;
	Thu,  8 Dec 2005 01:19:32 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from msr21.hinet.net (msr21.hinet.net [168.95.4.121])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8877443D80;
	Thu,  8 Dec 2005 01:19:25 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52])
	by msr21.hinet.net (8.9.3/8.9.3) with ESMTP id JAA15023;
	Thu, 8 Dec 2005 09:19:23 +0800 (CST)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id 242E6B29D46;
	Thu,  8 Dec 2005 09:19:22 +0800 (CST)
Received: from utopia.leeym.com ([127.0.0.1])
 by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 71807-08; Thu,  8 Dec 2005 09:19:17 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id BBE46B29D0C; Thu,  8 Dec 2005 09:19:17 +0800 (CST)
Message-Id: <20051208011917.BBE46B29D0C@utopia.leeym.com>
Date: Thu,  8 Dec 2005 09:19:17 +0800 (CST)
From: Yen-Ming Lee <leeym@FreeBSD.org>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc: DougB@FreeBSD.org
Subject: [PATCH] dns/p5-Net-DNS: update to 0.54
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         90091
>Category:       ports
>Synopsis:       [PATCH] dns/p5-Net-DNS: update to 0.54
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dougb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 08 01:20:07 GMT 2005
>Closed-Date:    Tue Dec 13 09:20:15 GMT 2005
>Last-Modified:  Tue Dec 13 09:20:15 GMT 2005
>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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->dougb 
Responsible-Changed-By: leeym 
Responsible-Changed-When: Thu Dec 8 01:20:54 GMT 2005 
Responsible-Changed-Why:  
Over to the maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=90091 
State-Changed-From-To: open->closed 
State-Changed-By: dougb 
State-Changed-When: Tue Dec 13 09:19:27 UTC 2005 
State-Changed-Why:  

I'm not quite ready to give up on older perl, but thanks 
for submitting this in any case. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=90091 
>Unformatted:
