svn commit: r371142 - in head/security: krb5 krb5-111 krb5-112

Cy Schubert cy at FreeBSD.org
Sat Oct 18 17:05:57 UTC 2014


Author: cy
Date: Sat Oct 18 17:05:55 2014
New Revision: 371142
URL: https://svnweb.freebsd.org/changeset/ports/371142
QAT: https://qat.redports.org/buildarchive/r371142/

Log:
  Fix LATEST_LINK.

Modified:
  head/security/krb5-111/Makefile
  head/security/krb5-112/Makefile
  head/security/krb5/Makefile

Modified: head/security/krb5-111/Makefile
==============================================================================
--- head/security/krb5-111/Makefile	Sat Oct 18 16:39:35 2014	(r371141)
+++ head/security/krb5-111/Makefile	Sat Oct 18 17:05:55 2014	(r371142)
@@ -22,6 +22,7 @@ BUILD_DEPENDS=		gm4:${PORTSDIR}/devel/m4
 
 CONFLICTS=		heimdal-[0-9]* srp-[0-9]* krb5-[0-9]* krb5-maint-112-*
 
+LATEST_LINK=		${PORTNAME}-111
 KERBEROSV_URL=		http://web.mit.edu/kerberos/
 USES=			gettext gmake perl5
 USE_PERL5=		build

Modified: head/security/krb5-112/Makefile
==============================================================================
--- head/security/krb5-112/Makefile	Sat Oct 18 16:39:35 2014	(r371141)
+++ head/security/krb5-112/Makefile	Sat Oct 18 17:05:55 2014	(r371142)
@@ -21,7 +21,7 @@ BUILD_DEPENDS=		gm4:${PORTSDIR}/devel/m4
 
 CONFLICTS=		heimdal-[0-9]* srp-[0-9]* krb5-[0-9]* krb5-maint-111-*
 
-LATEST_LINK=		${PORTNAME}-19
+LATEST_LINK=		${PORTNAME}-112
 KERBEROSV_URL=		http://web.mit.edu/kerberos/
 USE_PERL5=		build
 USE_LDCONFIG=		yes

Modified: head/security/krb5/Makefile
==============================================================================
--- head/security/krb5/Makefile	Sat Oct 18 16:39:35 2014	(r371141)
+++ head/security/krb5/Makefile	Sat Oct 18 17:05:55 2014	(r371142)
@@ -20,7 +20,6 @@ BUILD_DEPENDS=		gm4:${PORTSDIR}/devel/m4
 
 CONFLICTS=		heimdal-[0-9]* srp-[0-9]* krb5-maint-11[0-9]-[0-9]*
 
-LATEST_LINK=		${PORTNAME}-19
 KERBEROSV_URL=		http://web.mit.edu/kerberos/
 USE_PERL5=		build
 USE_LDCONFIG=		yes


More information about the svn-ports-all mailing list