From owner-svn-ports-all@freebsd.org Fri Nov 13 19:13:51 2015 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 A8F98A2ECFF; Fri, 13 Nov 2015 19:13:51 +0000 (UTC) (envelope-from sunpoet@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 582811A68; Fri, 13 Nov 2015 19:13:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADJDoXX085268; Fri, 13 Nov 2015 19:13:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADJDogj085266; Fri, 13 Nov 2015 19:13:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511131913.tADJDogj085266@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Nov 2015 19:13:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401547 - head/www/groupoffice 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.20 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: Fri, 13 Nov 2015 19:13:51 -0000 Author: sunpoet Date: Fri Nov 13 19:13:50 2015 New Revision: 401547 URL: https://svnweb.freebsd.org/changeset/ports/401547 Log: - Update to 6.1.61 - Convert to new options helper Modified: head/www/groupoffice/Makefile head/www/groupoffice/distinfo Modified: head/www/groupoffice/Makefile ============================================================================== --- head/www/groupoffice/Makefile Fri Nov 13 19:13:45 2015 (r401546) +++ head/www/groupoffice/Makefile Fri Nov 13 19:13:50 2015 (r401547) @@ -3,7 +3,7 @@ PORTNAME= groupoffice DISTVERSIONPREFIX= com- -DISTVERSION= 6.1.57 +DISTVERSION= 6.1.61 CATEGORIES= www MASTER_SITES= SF/group-office/${DISTVERSION:R} @@ -12,6 +12,7 @@ COMMENT= Modular web application framewo RESTRICTED= Free for personal use only +NO_ARCH= yes NO_BUILD= yes USE_PHP= mysqli session mbstring pcre xml WANT_PHP_WEB= yes @@ -24,19 +25,23 @@ SHEBANG_FILES= go/vendor/tcpdf/tools/tcp modules/postfixadmin/scripts/vacation.pl \ modules/sync/z-push/install.sh \ vendor/fkooman/php-oauth-client/bin/php-oauth-client-create-tables -NO_ARCH= yes WWWDIR?= ${PREFIX}/www/${PORTNAME}${DISTVERSION:R:R} SUB_FILES= pkg-message OPTIONS_DEFINE= IMAP GD CALENDAR WBXML -OPTIONS_DEFAULT= IMAP GD CALENDAR +OPTIONS_DEFAULT=IMAP GD CALENDAR CALENDAR_DESC= Calendar holiday support IMAP_DESC= IMAP support GD_DESC= Gallery support (GD) WBXML_DESC= Synchronization Support +CALENDAR_USE= PHP=calendar +GD_USE= PHP=gd +IMAP_USE= PHP=iconv imap +WBXML_LIB_DEPENDS= libwbxml2.so:${PORTSDIR}/textproc/wbxml2 + post-patch: ${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/go/base/Config.php @@ -47,24 +52,6 @@ post-patch: ${WRKSRC}/modules/serverclient/ServerclientModule.php \ ${WRKSRC}/modules/site/index.php -.include - -.if ${PORT_OPTIONS:MIMAP} -USE_PHP+= imap iconv -.endif - -.if ${PORT_OPTIONS:MGD} -USE_PHP+= gd -.endif - -.if ${PORT_OPTIONS:MCALENDAR} -USE_PHP+= calendar -.endif - -.if ${PORT_OPTIONS:MWBXML} -LIB_DEPENDS= libwbxml2.so:${PORTSDIR}/textproc/wbxml2 -.endif - do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} ${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR} Modified: head/www/groupoffice/distinfo ============================================================================== --- head/www/groupoffice/distinfo Fri Nov 13 19:13:45 2015 (r401546) +++ head/www/groupoffice/distinfo Fri Nov 13 19:13:50 2015 (r401547) @@ -1,2 +1,2 @@ -SHA256 (groupoffice-com-6.1.57.tar.gz) = 2036736ec651cd8f0aaf3b1e01e09362a63b3f242a78da7bcbff26e7aeb6b5fd -SIZE (groupoffice-com-6.1.57.tar.gz) = 32594703 +SHA256 (groupoffice-com-6.1.61.tar.gz) = fabde5394c44d1b71235b42d00327d080804d27ee9b5c75c1a739445f25bb4e7 +SIZE (groupoffice-com-6.1.61.tar.gz) = 32597106