Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jun 2018 06:06:50 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r471450 - in head/www: sogo2 sogo2-activesync sogo3 sogo3-activesync
Message-ID:  <201806030606.w5366oTH067020@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@potensol.com
+MAINTAINER=		acm@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@potensol.com
+MAINTAINER=		acm@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@potensol.com
+MAINTAINER=		acm@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@potensol.com
+MAINTAINER=		acm@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
 



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