non port: www/matomo/Makefile |
Number of commits found: 38 |
Saturday, 3 Aug 2024
|
18:59 Muhammad Moinur Rahman (bofh)
*/*: Unbreak with php84
These ports were initially marked to IGNORE with php84 as their runtime
dependencies were BROKEN. As all of the runtime dependencies has been
fixed for ther requirements unmark these ports. Although these ports
build perfectly with php84 but there might still be runtime issues with
these ports with php84. The maintainers are requested to do some runtime
checks for these ports.
Approved by: portmgr (blanket)
6373a1d |
Sunday, 28 Jul 2024
|
13:15 Muhammad Moinur Rahman (bofh)
*/*: Mark IGNORE_WITH_PHP=84
These ports are currently not compatible with php84 and is only a limited
set of ports. There might be more ports which has runtime issues. Please
check if your ports are compatible with php84 and if not pleae mark them
IGNORE_WITH_PHP=84
Approved by: portmgr (blanket)
c00a7b3 |
Sunday, 16 Apr 2023
|
18:09 Muhammad Moinur Rahman (bofh)
*/*: 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
* www/moodle40: Remove OPTION MSSQL
* www/moodle41: Remove OPTION MSSQL
- Remove USE_PHP=openssl which is available in default php installation
of all versions of php
* databases/phpmyadmin: Remove OPTION OPENSSL
* databases/phpmyadmin5: Remove OPTION OPENSSL
* security/pear-Horde_Crypt_Blowfish: Remove OPTION OPENSSL
* www/nextcloud: Remove OPTION SSL
* www/owncloud: Remove OPTION SSL
- Remove USE_PHP=pcre which is available in default php installation of
all versions of php
* sysutils/racktables: Remove OPTION PCRE
- Remove USE_PHP=postgresql which should be USE_PHP=pgsql and update
following ports
* www/typo3-11
* www/typo3-12
- Remove USE_PHP=pdf which is no longer available as php module
* databases/phpmyadmin: Remove OPTION PDF
- Remove USE_PHP=spl which is available in default php installation of
all versions of php
- Remove USE_PHP=sqlsrv which was never imported into FreeBSD as that is
Windows only php module
* www/typo3-11: Remove OPTION SQLSRV
* www/typo3-12: Remove OPTION SQLSRV
- Bump where DEFAULT OPTIONS are affected
Sponsored by: Bounce Experts
Approved by: portmgr(blanket)
0ac3a69 |
Sunday, 5 Feb 2023
|
10:55 Jochen Neumeister (joneum)
www/matomo: Update to 4.13.3
PR: 269087
Sponsored by: Netzkommune GmbH
85b4b6d |
Thursday, 15 Dec 2022
|
13:24 Jochen Neumeister (joneum)
www/matomo: Update to 4.13.0
Changelog: https://matomo.org/changelog/matomo-4-13-0/
Sponsored by: Netzkommune GmbH
39ab33f |
Monday, 14 Nov 2022
|
09:10 Alexey Dokuchaev (danfe)
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)
9c97a6d |
Saturday, 24 Sep 2022
|
07:05 Jochen Neumeister (joneum)
www/matomo: Udate to 4.11.0
Changelogs: https://matomo.org/changelog/
PR: 266497
Sponsored by: Netzkommune GmbH
f712204 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Friday, 18 Feb 2022
|
19:53 Jochen Neumeister (joneum)
www/matomo: Update to 4.7.1
Sponsored by: Netzkommune GmbH
2948352 |
Friday, 31 Dec 2021
|
06:48 Jochen Neumeister (joneum)
www/matomo: Update to 4.6.2
PR: 260675
Sponsored by: Netzkommune GmbH
7bc5b0d |
Saturday, 11 Dec 2021
|
10:44 Matthias Fechner (mfechner) Author: Andrej Ebert
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/)
* Added new command `core:version` which returns the Matomo version number.
* Added new command `core:create-security-files` which creates some web server
security files if they haven't existed previously (useful when using for example
Apache or IIS web server).
* Before the JS tracker method, `enableLinkTracking` did not follow the DOM
changes, from this version when the DOM updates, Matomo automatically adds event
listeners for new links on the page. It makes it easier to track clicks on links
in SPAs. From this version, if we use the `addListener` method to add event
listener manually after the DOM has changed and the `enableLinkTracking` is
turned on we will track the click event for that element twice.
* Before every JS error was tracked, from this version the same JS error will be
only tracked once per page view. If the very same error is happening multiple
times, then it will be tracked only once within the same page view. If another
page view is tracked or when the page reloads, then the error will be tracked
again.
* It's no longer possible to store any class instances directly in the session
object. Please use arrays or plain data instead.
* In Matomo 4.3.0 we have added a 'passwordConfirmation' parameter to the
CorePluginsAdmin.setSystemSettings API method. It is currently optional, but
will become mandatory in version 4.4.0. Plugin developers and users of the API
should make sure to update their plugins and apps before this happens.
* The `password_hash_algorithm`, `password_hash_argon2_threads`,
`password_hash_argon2_memory_cost` and `password_hash_argon2_time_cost` INI
config options have been added to allow using specific `password_hash`
algorithms and options if desired.
* The `enable_php_profiler` INI config option was added. This must now be set to
1 before profiling is allowed in Matomo.
PR: 259850
Approved by: maintainer timeout
190142e |
Tuesday, 3 Aug 2021
|
07:01 Matthias Fechner (mfechner) Author: Andrej Ebert
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)
adc00ab |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Friday, 5 Feb 2021
|
21:14 joneum
Make matomo.js and piwik.js writeable
PR: 252830
Reported by: mfechner
Sponsored by: Netzkommune GmbH
|
Sunday, 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
|
Sunday, 6 Sep 2020
|
19:06 joneum
Update to 3.14.0
Sponsored by: Netzkommune GmbH
|
Sunday, 5 Jul 2020
|
12:46 joneum
Update to 3.13.6
Sponsored by: Netzkommune GmbH
|
Sunday, 10 May 2020
|
22:07 joneum
Update to 3.13.5
Sponsored by: Netzkommune GmbH
|
Friday, 3 Apr 2020
|
16:51 joneum
Update to 3.13.4
Sponsored by: Netzkommune GmbH
|
Wednesday, 5 Feb 2020
|
14:29 joneum
Update to 3.13.1
Sponsored by: Netzkommune GmbH
|
Monday, 30 Dec 2019
|
06:40 sunpoet
Bump PORTREVISION for dependency change of USE_PHP=memcache in r521466
|
Tuesday, 17 Dec 2019
|
20:28 rene
Remove IGNORE_WITH_PHP=71 and add IGNORE_WITH_PHP=74 where relevant.
|
Monday, 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
|
Friday, 5 Jul 2019
|
17:41 joneum
Update to 3.10.0
Changelog: https://matomo.org/changelog/matomo-3-10-0/
Sponsored by: Netzkommune GmbH
|
Tuesday, 9 Apr 2019
|
14:04 sunpoet
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
|
Wednesday, 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
|
Saturday, 2 Mar 2019
|
21:44 antoine
Ignore with php 7.1
|
Wednesday, 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
|
Saturday, 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
|
Friday, 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
|
Wednesday, 5 Sep 2018
|
19:09 joneum
Update to 3.6.0
Changelog: https://matomo.org/changelog/matomo-3-6-0/
Sponsored by: Netzkommune
|
Wednesday, 30 May 2018
|
06:54 joneum
www/matomo: Update to 3.5.1
Changelog: https://matomo.org/changelog/matomo-3-5-1/
|
Friday, 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
|
Wednesday, 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
|
Monday, 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
|
Friday, 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: 38 |