From owner-svn-ports-head@freebsd.org Fri Dec 16 20:16:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2BD92C83B98; Fri, 16 Dec 2016 20:16:50 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4FC79DD; Fri, 16 Dec 2016 20:16:49 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBGKGnjH071381; Fri, 16 Dec 2016 20:16:49 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBGKGmVp071377; Fri, 16 Dec 2016 20:16:48 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201612162016.uBGKGmVp071377@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Fri, 16 Dec 2016 20:16:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428694 - in head/security: krb5-113 krb5-114 krb5-115 krb5-appl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Dec 2016 20:16:50 -0000 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@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@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@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@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