Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Dec 2006 01:48:14 +0800 (CST)
From:      chinsan <chinsan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/107029: [PATCH] net/pear-Net_DNSBL: update to 1.2.0, take maintainership
Message-ID:  <20061221174814.E23EE1144F@chinsan.twbbs.org>
Resent-Message-ID: <200612211750.kBLHoDxr000273@freefall.freebsd.org>

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

>Number:         107029
>Category:       ports
>Synopsis:       [PATCH] net/pear-Net_DNSBL: update to 1.2.0, take maintainership
>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 21 17:50:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD chinsan.twbbs.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #3: Mon Dec  4 02:04:40 CST
>Description:
- Update to 1.2.0
- this PR depens on ports/107028
- Take maintainership

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

--- pear-Net_DNSBL-1.2.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/pear-Net_DNSBL/Makefile /usr/home/chinsan/project/pear-Net_DNSBL/Makefile
--- /usr/ports/net/pear-Net_DNSBL/Makefile	Mon Oct 30 03:24:49 2006
+++ /usr/home/chinsan/project/pear-Net_DNSBL/Makefile	Fri Dec 22 01:45:39 2006
@@ -6,22 +6,23 @@
 #
 
 PORTNAME=	Net_DNSBL
-PORTVERSION=	1.1.1
+PORTVERSION=	1.2.0
 CATEGORIES=	net pear
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	chinsan@FreeBSD.org
 COMMENT=	PEAR DNSBL Checker
 
 BUILD_DEPENDS=	${PEARDIR}/Cache/Lite.php:${PORTSDIR}/sysutils/pear-Cache_Lite \
 		${PEARDIR}/Net/CheckIP.php:${PORTSDIR}/net/pear-Net_CheckIP \
+		${PEARDIR}/Net/DNS/RR/A.php:${PORTSDIR}/net/pear-Net_DNS \
 		${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 USE_PHP=	yes
 
 CATEGORY=	Net
-FILES=		DNSBL.php DNSBL/SURBL.php
-TESTS=		testNetDNSBL.php testNetDNSBLSURBL.php
+FILES=		Net/DNSBL.php Net/DNSBL/SURBL.php
+TESTS=		AllTests.php testNetDNSBL.php testNetDNSBLSURBL.php
 
 .include <bsd.port.pre.mk>
 
diff -ruN --exclude=CVS /usr/ports/net/pear-Net_DNSBL/distinfo /usr/home/chinsan/project/pear-Net_DNSBL/distinfo
--- /usr/ports/net/pear-Net_DNSBL/distinfo	Mon Oct 30 03:24:49 2006
+++ /usr/home/chinsan/project/pear-Net_DNSBL/distinfo	Fri Dec 22 00:41:38 2006
@@ -1,3 +1,3 @@
-MD5 (PEAR/Net_DNSBL-1.1.1.tgz) = 74d57b037a7f3992822d7e5d2925efa1
-SHA256 (PEAR/Net_DNSBL-1.1.1.tgz) = c31ea257118766cdc2b143f57f9cf35abc41e8787553619ef56c72dce44fca67
-SIZE (PEAR/Net_DNSBL-1.1.1.tgz) = 4686
+MD5 (PEAR/Net_DNSBL-1.2.0.tgz) = b455d97e2a813a8b46dc3afeedd3d156
+SHA256 (PEAR/Net_DNSBL-1.2.0.tgz) = ad76f10f1e2ba6108e160c7d7e3f437410548dd9ffa95294cddc459d2c322a54
+SIZE (PEAR/Net_DNSBL-1.2.0.tgz) = 5487
--- pear-Net_DNSBL-1.2.0.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?20061221174814.E23EE1144F>