aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_DNSBL/Makefile
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-12-22 22:34:57 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-12-22 22:34:57 +0000
commita76a665c75d02edd480b3c0abe1b9af8361a960f (patch)
tree0010d5efb1c7dae6669b5d7c56262e0d4a7e0c39 /net/pear-Net_DNSBL/Makefile
parent6690332baad37dac9aec927e52874a0b73eceb88 (diff)
downloadports-a76a665c75d02edd480b3c0abe1b9af8361a960f.tar.gz
ports-a76a665c75d02edd480b3c0abe1b9af8361a960f.zip
- Update to 1.2.0
- Pass maintainership to submitter PR: ports/107029 Submitted by: chinsan
Notes
Notes: svn path=/head/; revision=180535
Diffstat (limited to 'net/pear-Net_DNSBL/Makefile')
-rw-r--r--net/pear-Net_DNSBL/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/net/pear-Net_DNSBL/Makefile b/net/pear-Net_DNSBL/Makefile
index 17d4fce97dbc..8b3906a0d445 100644
--- a/net/pear-Net_DNSBL/Makefile
+++ b/net/pear-Net_DNSBL/Makefile
@@ -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}/dns/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>