net/pear-Net_DNSBL: Change RUN_DEPENDS from Net_DNS2 to Net_DNS21

- Remove BUILD_DEPENDS
- Fix *_DEPENDS: remove pear-Net_CheckIP
- Change the way *_DEPENDS are set
- Remove outdated PORTSCOUT
- Add NO_ARCH
- Bump PORTREVISION for dependency change
This commit is contained in:
Po-Chuan Hsieh 2025-06-26 17:59:28 +08:00
parent cf7d9ef7da
commit fc4d427f94
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -1,6 +1,6 @@
PORTNAME= Net_DNSBL
PORTVERSION= 1.3.7
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net pear
MAINTAINER= sunpoet@FreeBSD.org
@ -9,17 +9,12 @@ WWW= https://pear.php.net/package/Net_DNSBL
LICENSE= PHP30
BUILD_DEPENDS= ${PEARDIR}/Cache/Lite.php:sysutils/pear-Cache_Lite@${PHP_FLAVOR} \
${PEARDIR}/Net/CheckIP.php:net/pear-Net_CheckIP@${PHP_FLAVOR} \
${PEARDIR}/Net/DNS2.php:dns/pear-Net_DNS2@${PHP_FLAVOR} \
${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR}
RUN_DEPENDS:= ${PEARDIR}/Cache/Lite.php:sysutils/pear-Cache_Lite@${PHP_FLAVOR} \
${PEARDIR}/Net/CheckIP.php:net/pear-Net_CheckIP@${PHP_FLAVOR} \
${PEARDIR}/Net/DNS2.php:dns/pear-Net_DNS2@${PHP_FLAVOR} \
${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR}
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Cache_Lite>=1.4.1:sysutils/pear-Cache_Lite@${PHP_FLAVOR} \
${PEAR_PKGNAMEPREFIX}HTTP_Request2>=2.0.0:www/pear-HTTP_Request2@${PHP_FLAVOR} \
${PEAR_PKGNAMEPREFIX}Net_DNS21>=1.0.0:dns/pear-Net_DNS21@${PHP_FLAVOR}
USES= pear
PORTSCOUT= skipv:1.3.0a1
NO_ARCH= yes
.include <bsd.port.mk>