non port: www/matomo/Makefile |
SVNWeb
|
Number of commits found: 36 |
Sun, 16 Apr 2023
|
[ 18:09 Muhammad Moinur Rahman (bofh) ] 0ac3a69 (Only the first 10 of 188 ports in this commit are shown above. )
*/*: Remove merged or non-existent USE_PHP directives
- Remove USE_PHP=hash which is available in default php installation of
all versions of php
* security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
all versions of php
* devel/pear-PHPTAL: Remove OPTION JSON
* www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
and later and has been replaced with sqlsrv module which is Windows
only
* www/codeigniter: Remove OPTION MSSQL
* www/moodle311: Remove OPTION MSSQL
* www/moodle39: Remove OPTION MSSQL (Only the first 15 lines of the commit message are shown above )
|
Sun, 5 Feb 2023
|
[ 10:55 Jochen Neumeister (joneum) ] 85b4b6d
www/matomo: Update to 4.13.3
PR: 269087
Sponsored by: Netzkommune GmbH
|
Thu, 15 Dec 2022
|
[ 13:24 Jochen Neumeister (joneum) ] 39ab33f
www/matomo: Update to 4.13.0
Changelog: https://matomo.org/changelog/matomo-4-13-0/
Sponsored by: Netzkommune GmbH
|
Mon, 14 Nov 2022
|
[ 09:10 Alexey Dokuchaev (danfe) ] 9c97a6d
www/matomo: the port had been updated to version 4.12.3
Remove vestiges of the old project name and fix couple of
noticed typos in the installation instructions while here.
PR: 266843
Submitted by: Oleg Ginzburg
Approved by: maintainer (joneum: timeout)
|
Sat, 24 Sep 2022
|
[ 07:05 Jochen Neumeister (joneum) ] f712204
www/matomo: Udate to 4.11.0
Changelogs: https://matomo.org/changelog/
PR: 266497
Sponsored by: Netzkommune GmbH
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Fri, 18 Feb 2022
|
[ 19:53 Jochen Neumeister (joneum) ] 2948352
www/matomo: Update to 4.7.1
Sponsored by: Netzkommune GmbH
|
Fri, 31 Dec 2021
|
[ 06:48 Jochen Neumeister (joneum) ] 7bc5b0d
www/matomo: Update to 4.6.2
PR: 260675
Sponsored by: Netzkommune GmbH
|
Sat, 11 Dec 2021
|
[ 10:44 Matthias Fechner (mfechner) Author: Andrej Ebert ] 190142e
www/matomo: update to 4.5.0
I also added a patch to supress the file integrity warning caused by the
shebangfix to misc/log-analytics/import_logs.py and changed the pkg-message
(change to the recommended apache config + upgrade message)
Changelog:
https://matomo.org/changelog
Major Changes:
* The `logme` method for [automatic
logins](https://matomo.org/faq/how-to/faq_30/) is now disabled by default for
new installations. For existing installations it will be enabled automatically
on update. If you do not need it please consider disabling it again for security
reasons by setting `login_allow_logme = 0` in `General` section of
`config.ini.php`.
* The redirect using the `url` param for the automatic login action `logme`,
will no longer do redirects to untrusted hosts. If you need to do redirects to
other URLs on purpose, please add the according hosts as `trusted_hosts` entry
in `config.ini.php`
* When determining the client IP address from proxy headers like
X-Forwarded-For, Matomo will by default look at the first IP in the list. If you
need to read the last IP instead, the new INI config option `[General]
proxy_ip_read_last_in_list` be set to `1`. Using the last IP can be more secure
when you are using proxy headers in combination with a load balancer.
* Matomo logs can now be written into "errorlog" (logs using the error_log() php
function) and "syslog" (logs to the syslog service) (to complement existing log
writers: "screen", "file", "database"). [Learn
more.](https://matomo.org/faq/troubleshooting/faq_115/)
(Only the first 15 lines of the commit message are shown above )
|
Tue, 3 Aug 2021
|
[ 07:01 Matthias Fechner (mfechner) Author: Andrej Ebert ] adc00ab
www/matomo: Update to 4.2.1
Matomo 4.2.0
New config.ini.php settings
A config setting geolocation_download_from_trusted_hosts was introduced.
Downloading GeoIP databases will now be limited to those configured hosts only.
Matomo 4.1.1
Changed config.ini.php settings
The config settings login_password_recovery_email_address and
login_password_recovery_name have been removed to avoid possible smtp problems
when sending recovery mails. noreply_email_address and noreply_email_name will
be used instead.
All changes:
https://github.com/matomo-org/matomo/compare/4.1.0...4.2.1
PR: 254157
Approved by: joneum (maintainer timeout 5 month)
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 5 Feb 2021
|
[ 21:14 joneum ]
Make matomo.js and piwik.js writeable
PR: 252830
Reported by: mfechner
Sponsored by: Netzkommune GmbH
|
Sun, 17 Jan 2021
|
[ 18:12 joneum ]
Update to 4.1.0
Changelogs: https://github.com/matomo-org/matomo/compare/3.14.0...4.1.0
PR: 252632
Reported by: Andrej Ebert <andrej@ebert.su>
Sponsored by: Netzkommune GmbH
|
Sun, 6 Sep 2020
|
[ 19:06 joneum ]
Update to 3.14.0
Sponsored by: Netzkommune GmbH
|
Sun, 5 Jul 2020
|
[ 12:46 joneum ]
Update to 3.13.6
Sponsored by: Netzkommune GmbH
|
Sun, 10 May 2020
|
[ 22:07 joneum ]
Update to 3.13.5
Sponsored by: Netzkommune GmbH
|
Fri, 3 Apr 2020
|
[ 16:51 joneum ]
Update to 3.13.4
Sponsored by: Netzkommune GmbH
|
Wed, 5 Feb 2020
|
[ 14:29 joneum ]
Update to 3.13.1
Sponsored by: Netzkommune GmbH
|
Mon, 30 Dec 2019
|
[ 06:40 sunpoet ]
Bump PORTREVISION for dependency change of USE_PHP=memcache in r521466
|
Tue, 17 Dec 2019
|
[ 20:28 rene ]
Remove IGNORE_WITH_PHP=71 and add IGNORE_WITH_PHP=74 where relevant.
|
Mon, 29 Jul 2019
|
[ 18:09 joneum ]
Update to 3.11.0
PR: 239422
Reported by: geoffroy desvernay <dgeo@centrale-marseille.fr>
Sponsored by: Netzkommune GmbH
|
Fri, 5 Jul 2019
|
[ 17:41 joneum ]
Update to 3.10.0
Changelog: https://matomo.org/changelog/matomo-3-10-0/
Sponsored by: Netzkommune GmbH
|
Tue, 9 Apr 2019
|
[ 14:04 sunpoet ] (Only the first 10 of 289 ports in this commit are shown above. )
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine
|
Wed, 3 Apr 2019
|
[ 08:51 joneum ]
Update to 3.9.1
Changelog:
- https://matomo.org/changelog/matomo-3-9-1/
- https://matomo.org/changelog/matomo-3-9-0/
Sponsored by: Netzkommune GmbH
|
Sat, 2 Mar 2019
|
[ 21:44 antoine ]
Ignore with php 7.1
|
Wed, 6 Feb 2019
|
[ 07:20 joneum ]
Update from 3.7.0 to 3.8.1
Changelog:
- https://matomo.org/changelog/matomo-3-8-1/
- https://matomo.org/changelog/matomo-3-8-0/
PR: 235463
Reported by: pi
MFH: 2019Q1
Sponsored by: Netzkommune GmbH
|
Sat, 24 Nov 2018
|
[ 15:03 joneum ]
Update to 3.7.0
Changelog: https://matomo.org/changelog/matomo-3-7-0/
MFH: 2018Q4
Sponsored by: Netzkommune GmbH
|
Fri, 19 Oct 2018
|
[ 16:09 joneum ]
Update to 3.6.1
Changelog: https://matomo.org/changelog/matomo-3-6-1/
MFH: 2018Q4
Security: 44864c84-d3b8-11e8-b3cb-00e04c1ea73d
Sponsored by: Netzkommune GmbH
|
Wed, 5 Sep 2018
|
[ 19:09 joneum ]
Update to 3.6.0
Changelog: https://matomo.org/changelog/matomo-3-6-0/
Sponsored by: Netzkommune
|
Wed, 30 May 2018
|
[ 06:54 joneum ]
www/matomo: Update to 3.5.1
Changelog: https://matomo.org/changelog/matomo-3-5-1/
|
Fri, 11 May 2018
|
[ 16:21 joneum ]
Take Maintainer ship
|
[ 16:18 tz ]
www/matomo: Update from 3.4 to 3.5
Changelog: https://matomo.org/changelog/matomo-3-5-0/
Also drop MAINTAINER-ship
|
Wed, 25 Apr 2018
|
[ 09:34 tz ]
www/matomo: Fix wrong entries in pkg-plist
Some "www" strings where replaced with %%%WWWDIR%%% causing build failures,
if %%%WWWDIR%%% is something other than "www".
PR: 226668
Submitted by: freebsd-bugs@cklie.de
MFH: 2018Q2
|
Mon, 9 Apr 2018
|
[ 12:14 mfechner ]
Added required directory %%WWWDIR%%/tmp/cache/tracker with correct permissions
to pkg-plist.
Made the file %%WWWDIR%%/piwik.js writeable for user www, as systemChecks of
matomo complains if that file is not writeable.
PR: 227364
Reviewed by: tz (mentor)
Approved by: tz (maintainer, mentor)
Differential Revision: https://reviews.freebsd.org/D15013
|
Fri, 6 Apr 2018
|
[ 10:03 tz ]
www/piwik: Update from 3.2.1 to 3.4.0
Changelogs:
- https://matomo.org/changelog/matomo-3-3-0/
- https://matomo.org/changelog/matomo-3-4-0/
Also:
- Rename the port to match renaming of the project itself
- Flavorize port
Reported by: Nicola Tiling <nti@w4w.net>
Reviewed by: Nicola Tiling <nti@w4w.net>
|
Number of commits found: 36 |