svn commit: r398328 - in head/security: cyrus-sasl2 cyrus-sasl2-gssapi cyrus-sasl2-ldapdb cyrus-sasl2-saslauthd

Hajimu UMEMOTO ume at FreeBSD.org
Thu Oct 1 15:58:09 UTC 2015


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 at 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 at 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 at 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 at FreeBSD.org
 COMMENT=	RFC 2222 SASL (Simple Authentication and Security Layer)


More information about the svn-ports-all mailing list