Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Nov 2010 19:55:15 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org, clsung@FreeBSD.org
Subject:   ports/152138: [PATCH] dns/p5-Net-Domain-ExpireDate: update to 1.00
Message-ID:  <20101111115515.3924C7E81B@colo-p.gslin.org>
Resent-Message-ID: <201011111200.oABC0KNZ029964@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         152138
>Category:       ports
>Synopsis:       [PATCH] dns/p5-Net-Domain-ExpireDate: update to 1.00
>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 Nov 11 12:00:20 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 7.3-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD colo-p.gslin.org 7.3-RELEASE-p2 FreeBSD 7.3-RELEASE-p2 #0: Mon Jul 12 19:04:04 UTC 2010
>Description:
- Update to 1.00

Port maintainer (clsung@FreeBSD.org) is cc'd.

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

--- p5-Net-Domain-ExpireDate-1.00.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/dns/p5-Net-Domain-ExpireDate/Makefile /home/staff/gslin/work/ports/p5-Net-Domain-ExpireDate/Makefile
--- /usr/ports/dns/p5-Net-Domain-ExpireDate/Makefile	2010-08-23 11:58:13.000000000 +0800
+++ /home/staff/gslin/work/ports/p5-Net-Domain-ExpireDate/Makefile	2010-11-11 19:54:38.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Net-Domain-ExpireDate
-PORTVERSION=	0.98
+PORTVERSION=	1.00
 CATEGORIES=	dns net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,10 +14,7 @@
 MAINTAINER=	clsung@FreeBSD.org
 COMMENT=	Perl module obtain expiration date of domain names
 
-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Time/Piece.pm:${PORTSDIR}/devel/p5-Time-Piece \
-		${SITE_PERL}/Net/Whois/Raw.pm:${PORTSDIR}/net/p5-Net-Whois-Raw \
-		${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${SITE_PERL}/Net/Whois/Raw.pm:${PORTSDIR}/net/p5-Net-Whois-Raw
 
 PERL_CONFIGURE=	yes
 
@@ -26,4 +23,10 @@
 post-patch:
 		@${FIND} ${WRKSRC} -name "*.orig" -delete
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500905
+RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Time/Piece.pm:${PORTSDIR}/devel/p5-Time-Piece
+.endif
+
+.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/dns/p5-Net-Domain-ExpireDate/distinfo /home/staff/gslin/work/ports/p5-Net-Domain-ExpireDate/distinfo
--- /usr/ports/dns/p5-Net-Domain-ExpireDate/distinfo	2010-08-23 11:58:13.000000000 +0800
+++ /home/staff/gslin/work/ports/p5-Net-Domain-ExpireDate/distinfo	2010-11-11 19:53:10.000000000 +0800
@@ -1,3 +1,2 @@
-MD5 (Net-Domain-ExpireDate-0.98.tar.gz) = 4b4331d529cae223586e914ebc8d4519
-SHA256 (Net-Domain-ExpireDate-0.98.tar.gz) = ec8664935212a610b0e65ba57a2e29df7fafcdae54ffa3dbd243b4f75324813e
-SIZE (Net-Domain-ExpireDate-0.98.tar.gz) = 12052
+SHA256 (Net-Domain-ExpireDate-1.00.tar.gz) = f945b41c1c18ce6712dc85621d5bb0fde0e659ba0d05e7e206d0499d098503b4
+SIZE (Net-Domain-ExpireDate-1.00.tar.gz) = 12102
--- p5-Net-Domain-ExpireDate-1.00.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?20101111115515.3924C7E81B>