diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-22 22:34:57 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-22 22:34:57 +0000 |
commit | a76a665c75d02edd480b3c0abe1b9af8361a960f (patch) | |
tree | 0010d5efb1c7dae6669b5d7c56262e0d4a7e0c39 /net | |
parent | 6690332baad37dac9aec927e52874a0b73eceb88 (diff) | |
download | ports-a76a665c75d02edd480b3c0abe1b9af8361a960f.tar.gz ports-a76a665c75d02edd480b3c0abe1b9af8361a960f.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/pear-Net_DNSBL/Makefile | 9 | ||||
-rw-r--r-- | net/pear-Net_DNSBL/distinfo | 6 |
2 files changed, 8 insertions, 7 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> diff --git a/net/pear-Net_DNSBL/distinfo b/net/pear-Net_DNSBL/distinfo index 4a47bddefa8a..d972e9fd8765 100644 --- a/net/pear-Net_DNSBL/distinfo +++ b/net/pear-Net_DNSBL/distinfo @@ -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 |