Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Mar 2016 18:29:27 +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: r412185 - in head/www: . sogo3-activesync
Message-ID:  <201603301829.u2UITRll051457@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



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