svn commit: r441748 - head/net/pear-Net_DNSBL

Jochen Neumeister joneum at FreeBSD.org
Fri May 26 05:42:23 UTC 2017


Author: joneum
Date: Fri May 26 05:42:21 2017
New Revision: 441748
URL: https://svnweb.freebsd.org/changeset/ports/441748

Log:
  - Chance RUN und BUILD Depends to DNS2 (DNS is EOL)
  - Add LICENSE PHP30
  
  PR:	 218762
  Submitted by:	rene
  Approved by:	rene (mentor)
  Differential Revision:	https://reviews.freebsd.org/D10804

Modified:
  head/net/pear-Net_DNSBL/Makefile

Modified: head/net/pear-Net_DNSBL/Makefile
==============================================================================
--- head/net/pear-Net_DNSBL/Makefile	Fri May 26 02:32:11 2017	(r441747)
+++ head/net/pear-Net_DNSBL/Makefile	Fri May 26 05:42:21 2017	(r441748)
@@ -3,18 +3,21 @@
 
 PORTNAME=	Net_DNSBL
 PORTVERSION=	1.3.7
+PORTREVISION=	1
 CATEGORIES=	net pear
 
 MAINTAINER=	joneum at FreeBSD.org
 COMMENT=	PEAR DNSBL Checker
 
+LICENSE=	PHP30
+
 BUILD_DEPENDS=	${PEARDIR}/Cache/Lite.php:sysutils/pear-Cache_Lite \
 		${PEARDIR}/Net/CheckIP.php:net/pear-Net_CheckIP \
-		${PEARDIR}/Net/DNS/RR/A.php:dns/pear-Net_DNS \
+		${PEARDIR}/Net/DNS2.php:dns/pear-Net_DNS2 \
 		${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2
 RUN_DEPENDS:=	${PEARDIR}/Cache/Lite.php:sysutils/pear-Cache_Lite \
 		${PEARDIR}/Net/CheckIP.php:net/pear-Net_CheckIP \
-		${PEARDIR}/Net/DNS/RR/A.php:dns/pear-Net_DNS \
+		${PEARDIR}/Net/DNS2.php:dns/pear-Net_DNS2 \
 		${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2
 
 USES=	pear


More information about the svn-ports-all mailing list