Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Sep 2016 14:57:48 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422562 - head/www/groupoffice
Message-ID:  <201609211457.u8LEvmJZ000173@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Sep 21 14:57:47 2016
New Revision: 422562
URL: https://svnweb.freebsd.org/changeset/ports/422562

Log:
  - Update to 6.2.15
  
  PR:		212641
  Submitted by:	joneum@bsdproject.de (maintainer)

Modified:
  head/www/groupoffice/Makefile
  head/www/groupoffice/distinfo
  head/www/groupoffice/pkg-plist

Modified: head/www/groupoffice/Makefile
==============================================================================
--- head/www/groupoffice/Makefile	Wed Sep 21 14:14:18 2016	(r422561)
+++ head/www/groupoffice/Makefile	Wed Sep 21 14:57:47 2016	(r422562)
@@ -3,7 +3,7 @@
 
 PORTNAME=	groupoffice
 DISTVERSIONPREFIX=	com-
-DISTVERSION=	6.2.14
+PORTVERSION=	6.2.15
 CATEGORIES=	www
 MASTER_SITES=	SF/group-office/${DISTVERSION:R}
 
@@ -18,9 +18,7 @@ RESTRICTED=	Free for personal use only
 NO_ARCH=	yes
 NO_BUILD=	yes
 USE_PHP=	mysqli session mbstring pcre xml
-WANT_PHP_WEB=	yes
-USE_MYSQL=	yes
-USES=		shebangfix
+USES=		mysql shebangfix php:web
 SHEBANG_FILES=	go/vendor/tcpdf/tools/tcpdf_addfont.php \
 		groupoffice \
 		groupofficecli.php \
@@ -46,9 +44,9 @@ IMAP_USE=		PHP=iconv imap
 WBXML_LIB_DEPENDS=	libwbxml2.so:textproc/wbxml2
 
 post-patch:
-	${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|g' \
+	@${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|g' \
 		${WRKSRC}/go/base/Config.php
-	${REINPLACE_CMD} 's|/etc/groupoffice|${PREFIX}&|g' \
+	@${REINPLACE_CMD} 's|/etc/groupoffice|${PREFIX}&|g' \
 		${WRKSRC}/go/base/Config.php \
 		${WRKSRC}/install/configFile.php \
 		${WRKSRC}/modules/serverclient/HttpClient.php \

Modified: head/www/groupoffice/distinfo
==============================================================================
--- head/www/groupoffice/distinfo	Wed Sep 21 14:14:18 2016	(r422561)
+++ head/www/groupoffice/distinfo	Wed Sep 21 14:57:47 2016	(r422562)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1471963079
-SHA256 (groupoffice-com-6.2.14.tar.gz) = 8fff557676d8dc3b4818e5bb85c177e1d5c365ed0c52a0b1ce76ebb997ea581b
-SIZE (groupoffice-com-6.2.14.tar.gz) = 35946529
+TIMESTAMP = 1473710284
+SHA256 (groupoffice-com-6.2.15.tar.gz) = 576e0f489ef61def38b19b5d16188f526adff7b2fa1389fe778756b8933fd4b2
+SIZE (groupoffice-com-6.2.15.tar.gz) = 35954645

Modified: head/www/groupoffice/pkg-plist
==============================================================================
--- head/www/groupoffice/pkg-plist	Wed Sep 21 14:14:18 2016	(r422561)
+++ head/www/groupoffice/pkg-plist	Wed Sep 21 14:57:47 2016	(r422562)
@@ -1,5 +1,3 @@
-@owner www
-@group www
 %%WWWDIR%%/CHANGELOG.TXT
 %%WWWDIR%%/FAQ.TXT
 %%WWWDIR%%/GO.php
@@ -202,6 +200,8 @@
 %%WWWDIR%%/go/base/util/charset/Xmac.php
 %%WWWDIR%%/go/base/util/date/DateTime.php
 %%WWWDIR%%/go/base/util/date/RecurrencePattern.php
+%%WWWDIR%%/go/base/util/icalendar/DateTimeParser.php
+%%WWWDIR%%/go/base/util/icalendar/RRuleIterator.php
 %%WWWDIR%%/go/base/util/icalendar/Rrule.php
 %%WWWDIR%%/go/base/util/minify/CSSMin.php
 %%WWWDIR%%/go/base/util/minify/JSMin.php
@@ -9058,5 +9058,3 @@
 @dir %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/buttons
 @dir %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/treeview
 @dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/treeview
-@owner
-@group



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