svn commit: r455635 - head/security/krb5-114

Cy Schubert cy at FreeBSD.org
Wed Dec 6 04:43:05 UTC 2017


Author: cy
Date: Wed Dec  6 04:43:03 2017
New Revision: 455635
URL: https://svnweb.freebsd.org/changeset/ports/455635

Log:
  As per MIT policy, deprecate and expire twelve months following
  release of 1.16 (+ grace period to end of month).

Modified:
  head/security/krb5-114/Makefile

Modified: head/security/krb5-114/Makefile
==============================================================================
--- head/security/krb5-114/Makefile	Wed Dec  6 04:18:14 2017	(r455634)
+++ head/security/krb5-114/Makefile	Wed Dec  6 04:43:03 2017	(r455635)
@@ -17,6 +17,9 @@ COMMENT=		MIT implementation of RFC 4120 network authe
 
 LICENSE=		MIT
 
+DEPRECATED=		EOL twelve months after release of krb5-1.16
+EXPIRATION_DATE=	2017-12-31
+
 CONFLICTS=		heimdal-[0-9]* srp-[0-9]* krb5-11[35]-[0-9]* \
 			krb5-1.[0-9]* krb5-devel-*
 


More information about the svn-ports-head mailing list