Date: Sat, 18 Oct 2014 10:06:58 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371108 - in head/security: krb5-111 krb5-112 Message-ID: <201410181006.s9IA6wCB047498@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Oct 18 10:06:58 2014 New Revision: 371108 URL: https://svnweb.freebsd.org/changeset/ports/371108 QAT: https://qat.redports.org/buildarchive/r371108/ Log: Unbreak Modified: head/security/krb5-111/Makefile head/security/krb5-112/Makefile Modified: head/security/krb5-111/Makefile ============================================================================== --- head/security/krb5-111/Makefile Sat Oct 18 10:05:41 2014 (r371107) +++ head/security/krb5-111/Makefile Sat Oct 18 10:06:58 2014 (r371108) @@ -1,11 +1,12 @@ # Created by: nectar@FreeBSD.org # $FreeBSD$ -PORTNAME= krb5--111 +PORTNAME= krb5 PORTVERSION= 1.11.5 PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/krb5/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ +PKGNAMESUFFIX= -111 DISTNAME= krb5-${PORTVERSION}-signed EXTRACT_SUFX= .tar Modified: head/security/krb5-112/Makefile ============================================================================== --- head/security/krb5-112/Makefile Sat Oct 18 10:05:41 2014 (r371107) +++ head/security/krb5-112/Makefile Sat Oct 18 10:06:58 2014 (r371108) @@ -1,10 +1,11 @@ # Created by: nectar@FreeBSD.org # $FreeBSD$ -PORTNAME= krb5-112 +PORTNAME= krb5 PORTVERSION= 1.12.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//}/ +PKGNAMESUFFIX= -112 DISTNAME= ${PORTNAME}-${PORTVERSION}-signed EXTRACT_SUFX= .tar
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410181006.s9IA6wCB047498>