From owner-svn-ports-head@freebsd.org Wed Mar 30 18:29:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2CA4AE37A8; Wed, 30 Mar 2016 18:29:28 +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 mx1.freebsd.org (Postfix) with ESMTPS id 81BE9169B; Wed, 30 Mar 2016 18:29:28 +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 u2UITRxB051460; Wed, 30 Mar 2016 18:29:27 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2UITRll051457; Wed, 30 Mar 2016 18:29:27 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201603301829.u2UITRll051457@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Wed, 30 Mar 2016 18:29:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412185 - in head/www: . sogo3-activesync X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 18:29:28 -0000 Author: acm Date: Wed Mar 30 18:29:27 2016 New Revision: 412185 URL: https://svnweb.freebsd.org/changeset/ports/412185 Log: - New port: www/sogo3-activesync ActiveSync is an extension to SOGo that provides support for the ActiveSync protocol to clients that supports it. Added: head/www/sogo3-activesync/ - copied from r412179, head/www/sogo-activesync/ Modified: head/www/Makefile head/www/sogo3-activesync/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Mar 30 18:28:52 2016 (r412184) +++ head/www/Makefile Wed Mar 30 18:29:27 2016 (r412185) @@ -2067,6 +2067,7 @@ SUBDIR += sogo SUBDIR += sogo3 SUBDIR += sogo-activesync + SUBDIR += sogo3-activesync SUBDIR += spawn-fcgi SUBDIR += spdylay SUBDIR += speedtest-mini Modified: head/www/sogo3-activesync/Makefile ============================================================================== --- head/www/sogo-activesync/Makefile Wed Mar 30 17:59:15 2016 (r412179) +++ head/www/sogo3-activesync/Makefile Wed Mar 30 18:29:27 2016 (r412185) @@ -2,12 +2,12 @@ PKGNAMESUFFIX= -activesync -MAINTAINER= euan@potensol.com +MAINTAINER= acm@FreeBSD.org CONFLICTS= sogo-[0-9]* OPTIONS_SLAVE= ACTIVESYNC -MASTERDIR= ${.CURDIR}/../sogo +MASTERDIR= ${.CURDIR}/../sogo3 .include "${MASTERDIR}/Makefile"