From owner-svn-ports-head@freebsd.org Thu Oct 1 15:58:09 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 81A74A0B65C; Thu, 1 Oct 2015 15:58:09 +0000 (UTC) (envelope-from ume@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 66BB5138F; Thu, 1 Oct 2015 15:58:09 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t91Fw9KY064530; Thu, 1 Oct 2015 15:58:09 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t91Fw84T064452; Thu, 1 Oct 2015 15:58:08 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201510011558.t91Fw84T064452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Thu, 1 Oct 2015 15:58:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398328 - 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: Thu, 01 Oct 2015 15:58:09 -0000 Author: ume Date: Thu Oct 1 15:58:07 2015 New Revision: 398328 URL: https://svnweb.freebsd.org/changeset/ports/398328 Log: Sync package name with origin. PR: 202756 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 Thu Oct 1 15:58:04 2015 (r398327) +++ head/security/cyrus-sasl2-gssapi/Makefile Thu Oct 1 15:58:07 2015 (r398328) @@ -2,12 +2,12 @@ PORTNAME= gssapi PORTVERSION= 2.1.26 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-sasl/ \ http://cyrusimap.org/releases/ -PKGNAMEPREFIX= cyrus-sasl- -DISTNAME= ${PKGNAMEPREFIX}${PORTVERSION} +PKGNAMEPREFIX= cyrus-sasl2- +DISTNAME= cyrus-sasl-${PORTVERSION} MAINTAINER= ume@FreeBSD.org COMMENT= SASL GSSAPI authentication plugin Modified: head/security/cyrus-sasl2-ldapdb/Makefile ============================================================================== --- head/security/cyrus-sasl2-ldapdb/Makefile Thu Oct 1 15:58:04 2015 (r398327) +++ head/security/cyrus-sasl2-ldapdb/Makefile Thu Oct 1 15:58:07 2015 (r398328) @@ -2,12 +2,12 @@ PORTNAME= ldapdb PORTVERSION= 2.1.26 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-sasl/ \ http://cyrusimap.org/releases/ -PKGNAMEPREFIX= cyrus-sasl- -DISTNAME= ${PKGNAMEPREFIX}${PORTVERSION} +PKGNAMEPREFIX= cyrus-sasl2- +DISTNAME= cyrus-sasl-${PORTVERSION} MAINTAINER= ume@FreeBSD.org COMMENT= SASL LDAPDB auxprop plugin Modified: head/security/cyrus-sasl2-saslauthd/Makefile ============================================================================== --- head/security/cyrus-sasl2-saslauthd/Makefile Thu Oct 1 15:58:04 2015 (r398327) +++ head/security/cyrus-sasl2-saslauthd/Makefile Thu Oct 1 15:58:07 2015 (r398328) @@ -2,12 +2,12 @@ PORTNAME= saslauthd PORTVERSION= 2.1.26 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-sasl/ \ http://cyrusimap.org/releases/ -PKGNAMEPREFIX= cyrus-sasl- -DISTNAME= ${PKGNAMEPREFIX}${PORTVERSION} +PKGNAMEPREFIX= cyrus-sasl2- +DISTNAME= cyrus-sasl-${PORTVERSION} MAINTAINER= ume@FreeBSD.org COMMENT= SASL authentication server for cyrus-sasl2 Modified: head/security/cyrus-sasl2/Makefile ============================================================================== --- head/security/cyrus-sasl2/Makefile Thu Oct 1 15:58:04 2015 (r398327) +++ head/security/cyrus-sasl2/Makefile Thu Oct 1 15:58:07 2015 (r398328) @@ -1,11 +1,12 @@ # $FreeBSD$ -PORTNAME= cyrus-sasl +PORTNAME= cyrus-sasl2 PORTVERSION= 2.1.26 -PORTREVISION= 9 +PORTREVISION= 10 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)