svn commit: r471450 - in head/www: sogo2 sogo2-activesync sogo3 sogo3-activesync

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Sun Jun 3 06:06:52 UTC 2018


Author: acm
Date: Sun Jun  3 06:06:50 2018
New Revision: 471450
URL: https://svnweb.freebsd.org/changeset/ports/471450

Log:
  - Add CONFLICTS
  - Bump PORTREVISION
  - Pass maintainership to me
  
  Approved by:	maintainer (timeout 21 days)

Modified:
  head/www/sogo2-activesync/Makefile
  head/www/sogo2/Makefile
  head/www/sogo3-activesync/Makefile
  head/www/sogo3/Makefile

Modified: head/www/sogo2-activesync/Makefile
==============================================================================
--- head/www/sogo2-activesync/Makefile	Sun Jun  3 06:00:42 2018	(r471449)
+++ head/www/sogo2-activesync/Makefile	Sun Jun  3 06:06:50 2018	(r471450)
@@ -1,10 +1,11 @@
 # $FreeBSD$
 
+PORTREVISION=		1
 PKGNAMESUFFIX=		-activesync
 
-MAINTAINER=		euan at potensol.com
+MAINTAINER=		acm at FreeBSD.org
 
-CONFLICTS=		sogo2-[0-9]* sogo3-[0-9]*
+CONFLICTS=		sogo[2-4]-[0-9]* sogo[3-4]-activesync-[0-9]*
 
 OPTIONS_SLAVE=		ACTIVESYNC
 

Modified: head/www/sogo2/Makefile
==============================================================================
--- head/www/sogo2/Makefile	Sun Jun  3 06:00:42 2018	(r471449)
+++ head/www/sogo2/Makefile	Sun Jun  3 06:06:50 2018	(r471450)
@@ -3,12 +3,12 @@
 
 PORTNAME=		sogo2
 PORTVERSION=		2.3.23
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=		www gnustep
 MASTER_SITES=		http://www.sogo.nu/files/downloads/SOGo/Sources/
 DISTNAME=		SOGo-${PORTVERSION}
 
-MAINTAINER=		euan at potensol.com
+MAINTAINER=		acm at FreeBSD.org
 COMMENT=		Groupware server with a focus on scalability and open standards
 
 LICENSE=		GPLv2
@@ -31,7 +31,7 @@ USES=			gnustep ssl objc
 USE_GNUSTEP=		base build
 USE_LDCONFIG=		${GNUSTEP_LOCAL_LIBRARIES}/sogo
 
-CONFLICTS?=		sogo2-activesync-[0-9]* sogo3-activesync-[0-9]*
+CONFLICTS?=		sogo[2-4]-activesync-[0-9]* sogo[3-4]-[0-9]*
 
 USE_RC_SUBR=		sogod
 

Modified: head/www/sogo3-activesync/Makefile
==============================================================================
--- head/www/sogo3-activesync/Makefile	Sun Jun  3 06:00:42 2018	(r471449)
+++ head/www/sogo3-activesync/Makefile	Sun Jun  3 06:06:50 2018	(r471450)
@@ -1,10 +1,11 @@
 # $FreeBSD$
 
+PORTREVISION=		1
 PKGNAMESUFFIX=		-activesync
 
-MAINTAINER=		euan at potensol.com
+MAINTAINER=		acm at FreeBSD.org
 
-CONFLICTS=		sogo[2-3]-[0-9]*
+CONFLICTS=		sogo[2-4]-[0-9]* sogo2-activesync-[0-9]* sogo4-activesync-[0-9]*
 
 OPTIONS_SLAVE=		ACTIVESYNC
 

Modified: head/www/sogo3/Makefile
==============================================================================
--- head/www/sogo3/Makefile	Sun Jun  3 06:00:42 2018	(r471449)
+++ head/www/sogo3/Makefile	Sun Jun  3 06:06:50 2018	(r471450)
@@ -3,12 +3,12 @@
 
 PORTNAME=		sogo3
 PORTVERSION=		3.2.10
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=		www gnustep
 MASTER_SITES=		http://www.sogo.nu/files/downloads/SOGo/Sources/
 DISTNAME=		SOGo-${PORTVERSION}
 
-MAINTAINER=		euan at potensol.com
+MAINTAINER=		acm at FreeBSD.org
 COMMENT=		Groupware server with a focus on scalability and open standards
 
 LICENSE=		GPLv2
@@ -32,7 +32,7 @@ USES=			gnustep ssl objc
 USE_GNUSTEP=		base build
 USE_LDCONFIG=		${GNUSTEP_LOCAL_LIBRARIES}/sogo
 
-CONFLICTS?=		sogo[2-3]-activesync-[0-9]* sogo2-[0-9]*
+CONFLICTS?=		sogo[2-4]-activesync-[0-9]* sogo2-[0-9]* sogo4-[0-9]*
 
 USE_RC_SUBR=		sogod
 


More information about the svn-ports-all mailing list