svn commit: r421548 - head/net/p5-Net-Ping

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Sep 8 13:03:14 UTC 2016


Author: amdmi3
Date: Thu Sep  8 13:03:13 2016
New Revision: 421548
URL: https://svnweb.freebsd.org/changeset/ports/421548

Log:
  - Deprecate, set expiration date: this module is bundled with perl
  - While here, add license
  
  Approved by:	portmgr (bapt)

Modified:
  head/net/p5-Net-Ping/Makefile

Modified: head/net/p5-Net-Ping/Makefile
==============================================================================
--- head/net/p5-Net-Ping/Makefile	Thu Sep  8 13:03:05 2016	(r421547)
+++ head/net/p5-Net-Ping/Makefile	Thu Sep  8 13:03:13 2016	(r421548)
@@ -10,6 +10,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Perl module to check a remote host for reachability
 
+LICENSE=	ART10 GPLv1
+
+DEPRECATED=	This or newer version included in all supported versions of perl
+EXPIRATION_DATE=	2016-11-08
+
 USES=		perl5
 USE_PERL5=	configure
 NO_ARCH=	yes


More information about the svn-ports-all mailing list