Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2015 15:58:08 +0000 (UTC)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
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
Message-ID:  <201510011558.t91Fw84T064452@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510011558.t91Fw84T064452>