diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-09-19 14:44:54 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-09-19 14:44:54 +0000 |
commit | 7006e81c04801022c45844113a24e292cd4572f7 (patch) | |
tree | 22667ccb0aab87b58dc4ac8d811e67f3fb267116 /net/pear-Net_DNSBL | |
parent | 5d1d8916a79de0f94a7bc80a21ba7b57a71a27cb (diff) | |
download | ports-7006e81c04801022c45844113a24e292cd4572f7.tar.gz ports-7006e81c04801022c45844113a24e292cd4572f7.zip |
Notes
Diffstat (limited to 'net/pear-Net_DNSBL')
-rw-r--r-- | net/pear-Net_DNSBL/Makefile | 6 | ||||
-rw-r--r-- | net/pear-Net_DNSBL/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/pear-Net_DNSBL/Makefile b/net/pear-Net_DNSBL/Makefile index d643fda99825..cace4a7ec024 100644 --- a/net/pear-Net_DNSBL/Makefile +++ b/net/pear-Net_DNSBL/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net_DNSBL -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.1 CATEGORIES= net pear MAINTAINER= antonio@php.net @@ -27,8 +27,8 @@ TESTS= testNetDNSBL.php testNetDNSBLSURBL.php PHP_VERS= ${PHP_VERSION:S/.//g} -.if defined(PHP_VERS) && ${PHP_VERS} < 436 -IGNORE= "You need PHP 4.3.6 or later to install PEAR::Net_DNSBL" +.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" diff --git a/net/pear-Net_DNSBL/distinfo b/net/pear-Net_DNSBL/distinfo index dc25c43e18ea..4a47bddefa8a 100644 --- a/net/pear-Net_DNSBL/distinfo +++ b/net/pear-Net_DNSBL/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/Net_DNSBL-1.0.0.tgz) = fcc53573625e56cf53c053678ae7ada7 -SHA256 (PEAR/Net_DNSBL-1.0.0.tgz) = 7ae4618cd2bb15ca99230cd206d162273e4703140a76c6daad4c8db6d5632b4f -SIZE (PEAR/Net_DNSBL-1.0.0.tgz) = 4196 +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 |