svn commit: r428694 - in head/security: krb5-113 krb5-114 krb5-115 krb5-appl

Cy Schubert cy at FreeBSD.org
Fri Dec 16 20:16:50 UTC 2016


Author: cy
Date: Fri Dec 16 20:16:48 2016
New Revision: 428694
URL: https://svnweb.freebsd.org/changeset/ports/428694

Log:
  Replace description with somthing more relevant to today.
  
  Suggested by:	wollman

Modified:
  head/security/krb5-113/Makefile
  head/security/krb5-114/Makefile
  head/security/krb5-115/Makefile
  head/security/krb5-appl/Makefile

Modified: head/security/krb5-113/Makefile
==============================================================================
--- head/security/krb5-113/Makefile	Fri Dec 16 19:14:57 2016	(r428693)
+++ head/security/krb5-113/Makefile	Fri Dec 16 20:16:48 2016	(r428694)
@@ -13,7 +13,7 @@ PATCH_SITES=		http://web.mit.edu/kerbero
 PATCH_DIST_STRIP=	-p2
 
 MAINTAINER=		cy at FreeBSD.org
-COMMENT=		Authentication system developed at MIT, successor to Kerberos IV
+COMMENT=		MIT implementation of RFC 4120 network authentication service
 
 LICENSE=		MIT
 

Modified: head/security/krb5-114/Makefile
==============================================================================
--- head/security/krb5-114/Makefile	Fri Dec 16 19:14:57 2016	(r428693)
+++ head/security/krb5-114/Makefile	Fri Dec 16 20:16:48 2016	(r428694)
@@ -14,7 +14,7 @@ PATCH_SITES=		http://web.mit.edu/kerbero
 PATCH_DIST_STRIP=	-p2
 
 MAINTAINER=		cy at FreeBSD.org
-COMMENT=		Authentication system developed at MIT, successor to Kerberos IV
+COMMENT=		MIT implementation of RFC 4120 network authentication service
 
 LICENSE=		MIT
 

Modified: head/security/krb5-115/Makefile
==============================================================================
--- head/security/krb5-115/Makefile	Fri Dec 16 19:14:57 2016	(r428693)
+++ head/security/krb5-115/Makefile	Fri Dec 16 20:16:48 2016	(r428694)
@@ -14,7 +14,7 @@ PATCH_SITES=		http://web.mit.edu/kerbero
 PATCH_DIST_STRIP=	-p2
 
 MAINTAINER=		cy at FreeBSD.org
-COMMENT=		Authentication system developed at MIT, successor to Kerberos IV
+COMMENT=		MIT implementation of RFC 4120 network authentication service
 
 LICENSE=		MIT
 

Modified: head/security/krb5-appl/Makefile
==============================================================================
--- head/security/krb5-appl/Makefile	Fri Dec 16 19:14:57 2016	(r428693)
+++ head/security/krb5-appl/Makefile	Fri Dec 16 20:16:48 2016	(r428694)
@@ -12,7 +12,7 @@ EXTRACT_SUFX=		.tar
 PATCH_SITES=		http://web.mit.edu/kerberos/advisories/
 
 MAINTAINER=		cy at FreeBSD.org
-COMMENT=		Authentication system developed at MIT, successor to Kerberos IV
+COMMENT=		MIT implementation of RFC 4120 network authentication clients
 
 BUILD_DEPENDS=		krb5-config:security/krb5
 


More information about the svn-ports-all mailing list