svn commit: r433966 - head/security/krb5-115

Cy Schubert cy at FreeBSD.org
Sun Feb 12 21:29:04 UTC 2017


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)


More information about the svn-ports-all mailing list