From owner-svn-ports-all@freebsd.org Sun Feb 12 21:29:03 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 E1008CDC00F; Sun, 12 Feb 2017 21:29:03 +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 A36901DC7; Sun, 12 Feb 2017 21:29:03 +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 v1CLT2DT066124; Sun, 12 Feb 2017 21:29:02 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CLT2MP066123; Sun, 12 Feb 2017 21:29:02 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201702122129.v1CLT2MP066123@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Sun, 12 Feb 2017 21:29:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433966 - head/security/krb5-115 X-SVN-Group: ports-head 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.23 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: Sun, 12 Feb 2017 21:29:04 -0000 Author: cy Date: Sun Feb 12 21:29:02 2017 New Revision: 433966 URL: https://svnweb.freebsd.org/changeset/ports/433966 Log: Fix build with LbreSSL. PR: 217027 Submitted by: brnrd Modified: head/security/krb5-115/Makefile Modified: head/security/krb5-115/Makefile ============================================================================== --- head/security/krb5-115/Makefile Sun Feb 12 21:09:17 2017 (r433965) +++ head/security/krb5-115/Makefile Sun Feb 12 21:29:02 2017 (r433966) @@ -3,7 +3,7 @@ PORTNAME= krb5 PORTVERSION= 1.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ .if !defined(MASTERDIR)