svn commit: r564152 - head/www/matomo

Jochen Neumeister joneum at FreeBSD.org
Fri Feb 5 21:14:44 UTC 2021


Author: joneum
Date: Fri Feb  5 21:14:43 2021
New Revision: 564152
URL: https://svnweb.freebsd.org/changeset/ports/564152

Log:
  Make matomo.js and piwik.js writeable
  
  PR:		252830
  Reported by:	mfechner
  Sponsored by:	Netzkommune GmbH

Modified:
  head/www/matomo/Makefile
  head/www/matomo/pkg-plist

Modified: head/www/matomo/Makefile
==============================================================================
--- head/www/matomo/Makefile	Fri Feb  5 20:58:17 2021	(r564151)
+++ head/www/matomo/Makefile	Fri Feb  5 21:14:43 2021	(r564152)
@@ -2,6 +2,7 @@
 
 PORTNAME=	matomo
 DISTVERSION=	4.1.0
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://builds.matomo.org/
 PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}

Modified: head/www/matomo/pkg-plist
==============================================================================
--- head/www/matomo/pkg-plist	Fri Feb  5 20:58:17 2021	(r564151)
+++ head/www/matomo/pkg-plist	Fri Feb  5 21:14:43 2021	(r564152)
@@ -863,7 +863,6 @@
 %%WWWDIR%%/libs/jqplot/plugins/jqplot.categoryAxisRenderer.js
 %%WWWDIR%%/libs/upgradephp/README
 %%WWWDIR%%/libs/upgradephp/upgrade.php
-%%WWWDIR%%/matomo.js
 %%WWWDIR%%/matomo.php
 %%WWWDIR%%/misc/How to install Matomo.html
 %%WWWDIR%%/misc/composer/build-xhprof.sh
@@ -989,7 +988,6 @@
 %%WWWDIR%%/node_modules/visibilityjs/lib/visibility.timers.js
 %%WWWDIR%%/offline-service-worker.js
 %%WWWDIR%%/package-lock.json
-%%WWWDIR%%/piwik.js
 %%WWWDIR%%/piwik.php
 %%WWWDIR%%/plugins/API/API.php
 %%WWWDIR%%/plugins/API/Controller.php
@@ -8672,6 +8670,8 @@
 %%WWWDIR%%/vendor/wikimedia/less.php/lib/Less/Visitor/processExtends.php
 %%WWWDIR%%/vendor/wikimedia/less.php/lib/Less/Visitor/toCSS.php
 %%WWWDIR%%/vendor/wikimedia/less.php/lib/Less/VisitorReplacing.php
+@(%%WWWOWN%%,%%WWWGRP%%,664) %%WWWDIR%%/piwik.js
+@(%%WWWOWN%%,%%WWWGRP%%,664) %%WWWDIR%%/matomo.js
 @dir %%WWWDIR%%/plugins/Contents/screenshots
 @dir(%%WWWOWN%%,%%WWWGRP%%,755) %%WWWDIR%%/tmp
 @dir(%%WWWOWN%%,%%WWWGRP%%,755) %%WWWDIR%%/tmp/cache


More information about the svn-ports-all mailing list