From owner-svn-ports-head@freebsd.org Fri Feb 5 21:14:44 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9615E52A42E; Fri, 5 Feb 2021 21:14:44 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DXSq81cscz4Y5S; Fri, 5 Feb 2021 21:14:44 +0000 (UTC) (envelope-from joneum@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2A63D259A1; Fri, 5 Feb 2021 21:14:44 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 115LEi4U049647; Fri, 5 Feb 2021 21:14:44 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 115LEhiK049646; Fri, 5 Feb 2021 21:14:43 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <202102052114.115LEhiK049646@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Fri, 5 Feb 2021 21:14:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564152 - head/www/matomo X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/www/matomo X-SVN-Commit-Revision: 564152 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Feb 2021 21:14:44 -0000 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