svn commit: r453056 - head/net-mgmt/nrpe

Niclas Zeising zeising at FreeBSD.org
Sat Oct 28 11:25:52 UTC 2017


Author: zeising
Date: Sat Oct 28 11:25:50 2017
New Revision: 453056
URL: https://svnweb.freebsd.org/changeset/ports/453056

Log:
  Add deprecation note and set expiration date.
  
  Please update to use net-mgmt/nrpe3 instead, as that's the version supported
  by upstream.

Modified:
  head/net-mgmt/nrpe/Makefile

Modified: head/net-mgmt/nrpe/Makefile
==============================================================================
--- head/net-mgmt/nrpe/Makefile	Sat Oct 28 10:12:58 2017	(r453055)
+++ head/net-mgmt/nrpe/Makefile	Sat Oct 28 11:25:50 2017	(r453056)
@@ -14,6 +14,9 @@ LICENSE=	GPLv2
 
 CONFLICTS?=	nrpe-ssl nrpe3
 
+DEPRECATED=	EoL, please use nrpe3 instead
+EXPIRATION_DATE=	2018-01-01
+
 USES=		perl5
 USE_PERL5=	build
 USE_RC_SUBR=	nrpe2


More information about the svn-ports-all mailing list