From owner-svn-ports-all@freebsd.org Sun Jun 3 06:06:51 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C099AEFACA0; Sun, 3 Jun 2018 06:06:51 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E83B71CD4; Sun, 3 Jun 2018 06:06:51 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4F7091AB95; Sun, 3 Jun 2018 06:06:51 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5366pid067024; Sun, 3 Jun 2018 06:06:51 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5366oTH067020; Sun, 3 Jun 2018 06:06:50 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030606.w5366oTH067020@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 06:06:50 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/www: sogo2 sogo2-activesync sogo3 sogo3-activesync X-SVN-Commit-Revision: 471450 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jun 2018 06:06:52 -0000 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