From owner-svn-ports-head@freebsd.org Fri Oct 2 10:41:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB695A0E25B; Fri, 2 Oct 2015 10:41:11 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.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 9BDE21D7A; Fri, 2 Oct 2015 10:41:11 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t92AfBxg034013; Fri, 2 Oct 2015 10:41:11 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t92AfASA034007; Fri, 2 Oct 2015 10:41:10 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201510021041.t92AfASA034007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 2 Oct 2015 10:41:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398428 - in head/security: cyrus-sasl2 cyrus-sasl2-gssapi cyrus-sasl2-ldapdb cyrus-sasl2-saslauthd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Oct 2015 10:41:11 -0000 Author: mat Date: Fri Oct 2 10:41:09 2015 New Revision: 398428 URL: https://svnweb.freebsd.org/changeset/ports/398428 Log: Backout r398328 and r398370, they break packages depending on them. With hat: portmgr MFH: 2015Q4 Sponsored by: Absolight, The FreeBSD Foundation Modified: head/security/cyrus-sasl2-gssapi/Makefile head/security/cyrus-sasl2-ldapdb/Makefile head/security/cyrus-sasl2-saslauthd/Makefile head/security/cyrus-sasl2/Makefile Modified: head/security/cyrus-sasl2-gssapi/Makefile ============================================================================== --- head/security/cyrus-sasl2-gssapi/Makefile Fri Oct 2 09:44:26 2015 (r398427) +++ head/security/cyrus-sasl2-gssapi/Makefile Fri Oct 2 10:41:09 2015 (r398428) @@ -2,12 +2,12 @@ PORTNAME= gssapi PORTVERSION= 2.1.26 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-sasl/ \ http://cyrusimap.org/releases/ -PKGNAMEPREFIX= cyrus-sasl2- -DISTNAME= cyrus-sasl-${PORTVERSION} +PKGNAMEPREFIX= cyrus-sasl- +DISTNAME= ${PKGNAMEPREFIX}${PORTVERSION} MAINTAINER= ume@FreeBSD.org COMMENT= SASL GSSAPI authentication plugin Modified: head/security/cyrus-sasl2-ldapdb/Makefile ============================================================================== --- head/security/cyrus-sasl2-ldapdb/Makefile Fri Oct 2 09:44:26 2015 (r398427) +++ head/security/cyrus-sasl2-ldapdb/Makefile Fri Oct 2 10:41:09 2015 (r398428) @@ -2,12 +2,12 @@ PORTNAME= ldapdb PORTVERSION= 2.1.26 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-sasl/ \ http://cyrusimap.org/releases/ -PKGNAMEPREFIX= cyrus-sasl2- -DISTNAME= cyrus-sasl-${PORTVERSION} +PKGNAMEPREFIX= cyrus-sasl- +DISTNAME= ${PKGNAMEPREFIX}${PORTVERSION} MAINTAINER= ume@FreeBSD.org COMMENT= SASL LDAPDB auxprop plugin Modified: head/security/cyrus-sasl2-saslauthd/Makefile ============================================================================== --- head/security/cyrus-sasl2-saslauthd/Makefile Fri Oct 2 09:44:26 2015 (r398427) +++ head/security/cyrus-sasl2-saslauthd/Makefile Fri Oct 2 10:41:09 2015 (r398428) @@ -2,12 +2,12 @@ PORTNAME= saslauthd PORTVERSION= 2.1.26 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-sasl/ \ http://cyrusimap.org/releases/ -PKGNAMEPREFIX= cyrus-sasl2- -DISTNAME= cyrus-sasl-${PORTVERSION} +PKGNAMEPREFIX= cyrus-sasl- +DISTNAME= ${PKGNAMEPREFIX}${PORTVERSION} MAINTAINER= ume@FreeBSD.org COMMENT= SASL authentication server for cyrus-sasl2 Modified: head/security/cyrus-sasl2/Makefile ============================================================================== --- head/security/cyrus-sasl2/Makefile Fri Oct 2 09:44:26 2015 (r398427) +++ head/security/cyrus-sasl2/Makefile Fri Oct 2 10:41:09 2015 (r398428) @@ -1,12 +1,11 @@ # $FreeBSD$ -PORTNAME= cyrus-sasl2 +PORTNAME= cyrus-sasl PORTVERSION= 2.1.26 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-sasl/ \ http://cyrusimap.org/releases/ -DISTNAME= cyrus-sasl-${PORTVERSION} MAINTAINER= ume@FreeBSD.org COMMENT= RFC 2222 SASL (Simple Authentication and Security Layer) @@ -35,6 +34,8 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/e --disable-krb4 MAKE_ENV+= INSTALL_STRIP_FLAG=${STRIP} +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}2 + CPE_VENDOR= cmu NO_OPTIONS_SORT= yes