svn commit: r436425 - head/dns/pear-Net_DNS

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 18 17:12:55 UTC 2017


Author: sunpoet
Date: Sat Mar 18 17:12:54 2017
New Revision: 436425
URL: https://svnweb.freebsd.org/changeset/ports/436425

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2017-03-31
  
  PR:		217875
  Submitted by:	Jochen Neumeister <joneum at bsdproject.de> (maintainer)

Modified:
  head/dns/pear-Net_DNS/Makefile

Modified: head/dns/pear-Net_DNS/Makefile
==============================================================================
--- head/dns/pear-Net_DNS/Makefile	Sat Mar 18 17:12:49 2017	(r436424)
+++ head/dns/pear-Net_DNS/Makefile	Sat Mar 18 17:12:54 2017	(r436425)
@@ -9,6 +9,9 @@ CATEGORIES=	dns net pear
 MAINTAINER=	joneum at bsdproject.de
 COMMENT=	Resolver library used to communicate with a DNS server
 
+DEPRECATED=	This Port use PHP4.2 - This PHP-Version is not longer supporded
+EXPIRATION_DATE=2017-03-31
+
 PORTSCOUT=	skipv:1.00b2,1.00b1
 USE_PHP=	hash
 USES=	pear


More information about the svn-ports-all mailing list