diff options
author | thierry <thierry@FreeBSD.org> | 2005-01-09 03:27:04 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-01-09 03:27:04 +0800 |
commit | 20767de2538dde57b0f31d2282609dfc5356b45a (patch) | |
tree | a7d768bf5dc6b72e8c8930e3d171880e0ad7400b /net | |
parent | 3f8beb132288f96680b0cd1dac23beee7102589c (diff) | |
download | freebsd-ports-gnome-20767de2538dde57b0f31d2282609dfc5356b45a.tar.gz freebsd-ports-gnome-20767de2538dde57b0f31d2282609dfc5356b45a.tar.zst freebsd-ports-gnome-20767de2538dde57b0f31d2282609dfc5356b45a.zip |
Upgrade to 1.0.0.
PR: 75754
Submitted by: Antonio Carlos Venancio Junior
Diffstat (limited to 'net')
-rw-r--r-- | net/pear-Net_DNSBL/Makefile | 4 | ||||
-rw-r--r-- | net/pear-Net_DNSBL/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/pear-Net_DNSBL/Makefile b/net/pear-Net_DNSBL/Makefile index 7628bbb98282..21c8e1919507 100644 --- a/net/pear-Net_DNSBL/Makefile +++ b/net/pear-Net_DNSBL/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net_DNSBL -PORTVERSION= 0.5.4 +PORTVERSION= 1.0.0 CATEGORIES= net pear MAINTAINER= antonio@php.net @@ -27,7 +27,7 @@ TESTS= testNetDNSBL.php testNetDNSBLSURBL.php PHP_VERS= ${PHP_VERSION:S/.//g} -.if defined(PHP_VERS) && ${PHP_VERS} < 420 +.if defined(PHP_VERS) && ${PHP_VERS} < 436 IGNORE= "You need PHP 4.3.6 or later to install PEAR::Net_DNSBL" .endif diff --git a/net/pear-Net_DNSBL/distinfo b/net/pear-Net_DNSBL/distinfo index ea746fe25411..f3614e7b74fd 100644 --- a/net/pear-Net_DNSBL/distinfo +++ b/net/pear-Net_DNSBL/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/Net_DNSBL-0.5.4.tgz) = 24b43fdc8ab393c8ba0bc8a2b1ee2855 -SIZE (PEAR/Net_DNSBL-0.5.4.tgz) = 4181 +MD5 (PEAR/Net_DNSBL-1.0.0.tgz) = fcc53573625e56cf53c053678ae7ada7 +SIZE (PEAR/Net_DNSBL-1.0.0.tgz) = 4196 |