Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Feb 2017 21:29:02 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r433966 - head/security/krb5-115
Message-ID:  <201702122129.v1CLT2MP066123@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702122129.v1CLT2MP066123>