diff options
author | miwi <miwi@FreeBSD.org> | 2012-01-15 00:32:21 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-01-15 00:32:21 +0800 |
commit | 7c64973d8ed8391dbb924e44d8613e78ed2a37e6 (patch) | |
tree | 5c797140846c67cb6afd2d8ad4dfa216cfa1d0c2 /net/pear-Net_DNSBL | |
parent | d9a244f1c61eae8e9873bd046c4aea95c812dc90 (diff) | |
download | freebsd-ports-gnome-7c64973d8ed8391dbb924e44d8613e78ed2a37e6.tar.gz freebsd-ports-gnome-7c64973d8ed8391dbb924e44d8613e78ed2a37e6.tar.zst freebsd-ports-gnome-7c64973d8ed8391dbb924e44d8613e78ed2a37e6.zip |
- Update to 1.3.6
- Pet Portlint
Diffstat (limited to 'net/pear-Net_DNSBL')
-rw-r--r-- | net/pear-Net_DNSBL/Makefile | 18 | ||||
-rw-r--r-- | net/pear-Net_DNSBL/distinfo | 4 |
2 files changed, 8 insertions, 14 deletions
diff --git a/net/pear-Net_DNSBL/Makefile b/net/pear-Net_DNSBL/Makefile index a830802e4045..a6c77d83baa0 100644 --- a/net/pear-Net_DNSBL/Makefile +++ b/net/pear-Net_DNSBL/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net_DNSBL -PORTVERSION= 1.3.4 +PORTVERSION= 1.3.6 CATEGORIES= net pear MAINTAINER= miwi@FreeBSD.org @@ -16,23 +16,17 @@ 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} +RUN_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 USE_PHP= yes -CATEGORY= Net -FILES= Net/DNSBL.php Net/DNSBL/SURBL.php -TESTS= AllTests.php TestNetDNSBL.php TestNetDNSBLSURBL.php +PEAR_AUTOINSTALL= yes PORTSCOUT= skipv:1.3.0a1 .include <bsd.port.pre.mk> - -PHP_VERS= ${PHP_VERSION:S/.//g} - -.if defined(PHP_VERSION) && ${PHP_VERS} < 436 -IGNORE= need PHP 4.3.6 or later to install PEAR::Net_DNSBL -.endif - .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff --git a/net/pear-Net_DNSBL/distinfo b/net/pear-Net_DNSBL/distinfo index c68ea0fb99ef..3bfccbf77f3f 100644 --- a/net/pear-Net_DNSBL/distinfo +++ b/net/pear-Net_DNSBL/distinfo @@ -1,2 +1,2 @@ -SHA256 (PEAR/Net_DNSBL-1.3.4.tgz) = 62bdb48be7ddc9e427690997b2a0c4dad241599912d0b091af6805bdfc8f7819 -SIZE (PEAR/Net_DNSBL-1.3.4.tgz) = 8398 +SHA256 (PEAR/Net_DNSBL-1.3.6.tgz) = d3ce3a6f88e21f21665705678a2bf3aac6726a1bda81f6dcbdf7601c8a420983 +SIZE (PEAR/Net_DNSBL-1.3.6.tgz) = 8521 |