From owner-svn-ports-all@freebsd.org Tue Dec 5 08:01:29 2017 Return-Path: Delivered-To: svn-ports-all@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 6729BDFB1D4; Tue, 5 Dec 2017 08:01:29 +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 321DA6FBE4; Tue, 5 Dec 2017 08:01:29 +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 vB581Sa6075462; Tue, 5 Dec 2017 08:01:28 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB581SWZ075461; Tue, 5 Dec 2017 08:01:28 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201712050801.vB581SWZ075461@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Tue, 5 Dec 2017 08:01:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455567 - head/security/krb5 X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/security/krb5 X-SVN-Commit-Revision: 455567 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Dec 2017 08:01:29 -0000 Author: cy Date: Tue Dec 5 08:01:28 2017 New Revision: 455567 URL: https://svnweb.freebsd.org/changeset/ports/455567 Log: Follow up on r455423. Pointy hat to: rene Modified: head/security/krb5/Makefile Modified: head/security/krb5/Makefile ============================================================================== --- head/security/krb5/Makefile Tue Dec 5 08:00:12 2017 (r455566) +++ head/security/krb5/Makefile Tue Dec 5 08:01:28 2017 (r455567) @@ -1,6 +1,6 @@ # $FreeBSD$ -VERSIONS= 113 114 115 +VERSIONS= 114 115 KRB5_VERSION?= 115 MASTERDIR= ${.CURDIR}/../krb5-${KRB5_VERSION}