diff options
author | clsung <clsung@FreeBSD.org> | 2006-09-19 22:44:54 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-09-19 22:44:54 +0800 |
commit | 1acc27df14f527d8b679f260de396ae4f90fc663 (patch) | |
tree | 23ced88fca6cbf8af49787bde45ec143e8c8d993 /net | |
parent | cff544e5945c69f7ccdd7cfcb3a5281f45a91fa1 (diff) | |
download | freebsd-ports-graphics-1acc27df14f527d8b679f260de396ae4f90fc663.tar.gz freebsd-ports-graphics-1acc27df14f527d8b679f260de396ae4f90fc663.tar.zst freebsd-ports-graphics-1acc27df14f527d8b679f260de396ae4f90fc663.zip |
- Update to 1.1.1
PR: ports/101304
Submitted by: chinsan <chinsan dot tw_AT_gmail dot com>
Approved by: maintainer (timeout)
Diffstat (limited to 'net')
-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 d643fda9982..cace4a7ec02 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 dc25c43e18e..4a47bddefa8 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 |