From owner-svn-ports-all@FreeBSD.ORG Sat Oct 18 10:06:59 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 717C3ACB; Sat, 18 Oct 2014 10:06:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 5D248BF2; Sat, 18 Oct 2014 10:06:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9IA6xho047500; Sat, 18 Oct 2014 10:06:59 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9IA6wCB047498; Sat, 18 Oct 2014 10:06:58 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410181006.s9IA6wCB047498@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 18 Oct 2014 10:06:58 +0000 (UTC) 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 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.18-1 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: Sat, 18 Oct 2014 10:06:59 -0000 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