From owner-svn-ports-all@freebsd.org Mon May 2 23:06:22 2016 Return-Path: Delivered-To: svn-ports-all@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 5DFC9B2A0F5; Mon, 2 May 2016 23:06:22 +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 2E5B01180; Mon, 2 May 2016 23:06:22 +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 u42N6Lcj078665; Mon, 2 May 2016 23:06:21 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u42N6Lb3078663; Mon, 2 May 2016 23:06:21 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201605022306.u42N6Lb3078663@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Mon, 2 May 2016 23:06:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414488 - in head/www: . sogo2-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-all@freebsd.org X-Mailman-Version: 2.1.22 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: Mon, 02 May 2016 23:06:22 -0000 Author: acm Date: Mon May 2 23:06:21 2016 New Revision: 414488 URL: https://svnweb.freebsd.org/changeset/ports/414488 Log: - Rename www/sogo-activesync to www/sogo2-activesync - Update 2.3.10 PR: 208407 Submitted by: me Approved by: Euan Thoms Added: head/www/sogo2-activesync/ - copied from r412179, head/www/sogo-activesync/ Modified: head/www/Makefile head/www/sogo2-activesync/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon May 2 23:04:58 2016 (r414487) +++ head/www/Makefile Mon May 2 23:06:21 2016 (r414488) @@ -2077,6 +2077,7 @@ SUBDIR += sogo2 SUBDIR += sogo3 SUBDIR += sogo-activesync + SUBDIR += sogo2-activesync SUBDIR += sogo3-activesync SUBDIR += spawn-fcgi SUBDIR += spdylay Modified: head/www/sogo2-activesync/Makefile ============================================================================== --- head/www/sogo-activesync/Makefile Wed Mar 30 17:59:15 2016 (r412179) +++ head/www/sogo2-activesync/Makefile Mon May 2 23:06:21 2016 (r414488) @@ -4,10 +4,10 @@ PKGNAMESUFFIX= -activesync MAINTAINER= euan@potensol.com -CONFLICTS= sogo-[0-9]* +CONFLICTS= sogo2-[0-9]* sogo3-[0-9]* OPTIONS_SLAVE= ACTIVESYNC -MASTERDIR= ${.CURDIR}/../sogo +MASTERDIR= ${.CURDIR}/../sogo2 .include "${MASTERDIR}/Makefile"