mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.2.0
- Pass maintainership to submitter PR: ports/107029 Submitted by: chinsan
This commit is contained in:
parent
6690332baa
commit
a76a665c75
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180535
2 changed files with 8 additions and 7 deletions
|
@ -6,22 +6,23 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= Net_DNSBL
|
PORTNAME= Net_DNSBL
|
||||||
PORTVERSION= 1.1.1
|
PORTVERSION= 1.2.0
|
||||||
CATEGORIES= net pear
|
CATEGORIES= net pear
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= chinsan@FreeBSD.org
|
||||||
COMMENT= PEAR DNSBL Checker
|
COMMENT= PEAR DNSBL Checker
|
||||||
|
|
||||||
BUILD_DEPENDS= ${PEARDIR}/Cache/Lite.php:${PORTSDIR}/sysutils/pear-Cache_Lite \
|
BUILD_DEPENDS= ${PEARDIR}/Cache/Lite.php:${PORTSDIR}/sysutils/pear-Cache_Lite \
|
||||||
${PEARDIR}/Net/CheckIP.php:${PORTSDIR}/net/pear-Net_CheckIP \
|
${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
|
${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
|
||||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
USE_PHP= yes
|
USE_PHP= yes
|
||||||
|
|
||||||
CATEGORY= Net
|
CATEGORY= Net
|
||||||
FILES= DNSBL.php DNSBL/SURBL.php
|
FILES= Net/DNSBL.php Net/DNSBL/SURBL.php
|
||||||
TESTS= testNetDNSBL.php testNetDNSBLSURBL.php
|
TESTS= AllTests.php testNetDNSBL.php testNetDNSBLSURBL.php
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (PEAR/Net_DNSBL-1.1.1.tgz) = 74d57b037a7f3992822d7e5d2925efa1
|
MD5 (PEAR/Net_DNSBL-1.2.0.tgz) = b455d97e2a813a8b46dc3afeedd3d156
|
||||||
SHA256 (PEAR/Net_DNSBL-1.1.1.tgz) = c31ea257118766cdc2b143f57f9cf35abc41e8787553619ef56c72dce44fca67
|
SHA256 (PEAR/Net_DNSBL-1.2.0.tgz) = ad76f10f1e2ba6108e160c7d7e3f437410548dd9ffa95294cddc459d2c322a54
|
||||||
SIZE (PEAR/Net_DNSBL-1.1.1.tgz) = 4686
|
SIZE (PEAR/Net_DNSBL-1.2.0.tgz) = 5487
|
||||||
|
|
Loading…
Add table
Reference in a new issue