svn commit: r442286 - head/net/freeradius2

Ryan Steinmetz zi at FreeBSD.org
Thu Jun 1 13:53:38 UTC 2017


Author: zi
Date: Thu Jun  1 13:53:37 2017
New Revision: 442286
URL: https://svnweb.freebsd.org/changeset/ports/442286

Log:
  - Mark as deprecated and add an expiration date.  No longer supported by upstream

Modified:
  head/net/freeradius2/Makefile

Modified: head/net/freeradius2/Makefile
==============================================================================
--- head/net/freeradius2/Makefile	Thu Jun  1 13:50:45 2017	(r442285)
+++ head/net/freeradius2/Makefile	Thu Jun  1 13:53:37 2017	(r442286)
@@ -28,6 +28,9 @@ CONFLICTS_INSTALL=	gnu-radius-[0-9].* openradius-[0-9]
 
 USE_RC_SUBR=	radiusd
 
+DEPRECATED=	EoL, use net/freeradius3 instead
+EXPIRATION_DATE=2017-06-30
+
 GNU_CONFIGURE=	yes
 USES=		autoreconf gmake libtool shebangfix ssl tar:bzip2
 SHEBANG_FILES=	scripts/radsqlrelay src/modules/rlm_counter/rad_counter


More information about the svn-ports-all mailing list