notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/matomo/Makefile

Number of commits found: 36

Sunday, 16 Apr 2023
18:09 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: 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)
commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea 0ac3a69
Sunday, 5 Feb 2023
10:55 Jochen Neumeister (joneum) search for other commits by this committer
www/matomo: Update to 4.13.3

PR:	269087
Sponsored by:	Netzkommune GmbH
commit hash: 85b4b6d57afd1c21b418af92ef2d6fca2bc1df10 commit hash: 85b4b6d57afd1c21b418af92ef2d6fca2bc1df10 commit hash: 85b4b6d57afd1c21b418af92ef2d6fca2bc1df10 commit hash: 85b4b6d57afd1c21b418af92ef2d6fca2bc1df10 85b4b6d
Thursday, 15 Dec 2022
13:24 Jochen Neumeister (joneum) search for other commits by this committer
www/matomo: Update to 4.13.0

Changelog: https://matomo.org/changelog/matomo-4-13-0/

Sponsored by:	Netzkommune GmbH
commit hash: 39ab33fb15e39d9c14a68a2101546f7ef9eaa6a7 commit hash: 39ab33fb15e39d9c14a68a2101546f7ef9eaa6a7 commit hash: 39ab33fb15e39d9c14a68a2101546f7ef9eaa6a7 commit hash: 39ab33fb15e39d9c14a68a2101546f7ef9eaa6a7 39ab33f
Monday, 14 Nov 2022
09:10 Alexey Dokuchaev (danfe) search for other commits by this committer
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)
commit hash: 9c97a6d632e266ad5242da8071d7300304ddea48 commit hash: 9c97a6d632e266ad5242da8071d7300304ddea48 commit hash: 9c97a6d632e266ad5242da8071d7300304ddea48 commit hash: 9c97a6d632e266ad5242da8071d7300304ddea48 9c97a6d
Saturday, 24 Sep 2022
07:05 Jochen Neumeister (joneum) search for other commits by this committer
www/matomo: Udate to 4.11.0

Changelogs: https://matomo.org/changelog/

PR:	266497
Sponsored by:	Netzkommune GmbH
commit hash: f7122044887c8ecfc43f8fb1913f3d7d6a76a311 commit hash: f7122044887c8ecfc43f8fb1913f3d7d6a76a311 commit hash: f7122044887c8ecfc43f8fb1913f3d7d6a76a311 commit hash: f7122044887c8ecfc43f8fb1913f3d7d6a76a311 f712204
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Friday, 18 Feb 2022
19:53 Jochen Neumeister (joneum) search for other commits by this committer
www/matomo: Update to 4.7.1

Sponsored by:	Netzkommune GmbH
commit hash: 29483520e335b1fc40fa853940cb119da0e35e1b commit hash: 29483520e335b1fc40fa853940cb119da0e35e1b commit hash: 29483520e335b1fc40fa853940cb119da0e35e1b commit hash: 29483520e335b1fc40fa853940cb119da0e35e1b 2948352
Friday, 31 Dec 2021
06:48 Jochen Neumeister (joneum) search for other commits by this committer
www/matomo: Update to 4.6.2

PR:	260675
Sponsored by:	Netzkommune GmbH
commit hash: 7bc5b0d6ab019927d30e646a940471d6d291fd69 commit hash: 7bc5b0d6ab019927d30e646a940471d6d291fd69 commit hash: 7bc5b0d6ab019927d30e646a940471d6d291fd69 commit hash: 7bc5b0d6ab019927d30e646a940471d6d291fd69 7bc5b0d
Saturday, 11 Dec 2021
10:44 Matthias Fechner (mfechner) search for other commits by this committer 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
commit hash: 190142ee2954b30d3c525ddd00c2223fe72bdc45 commit hash: 190142ee2954b30d3c525ddd00c2223fe72bdc45 commit hash: 190142ee2954b30d3c525ddd00c2223fe72bdc45 commit hash: 190142ee2954b30d3c525ddd00c2223fe72bdc45 190142e
Tuesday, 3 Aug 2021
07:01 Matthias Fechner (mfechner) search for other commits by this committer 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)
commit hash: adc00abc06405205fc00b12289cc489b789812c7 commit hash: adc00abc06405205fc00b12289cc489b789812c7 commit hash: adc00abc06405205fc00b12289cc489b789812c7 commit hash: adc00abc06405205fc00b12289cc489b789812c7 adc00ab
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 5 Feb 2021
21:14 joneum search for other commits by this committer
Make matomo.js and piwik.js writeable

PR:		252830
Reported by:	mfechner
Sponsored by:	Netzkommune GmbH
Original commitRevision:564152 
Sunday, 17 Jan 2021
18:12 joneum search for other commits by this committer
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
Original commitRevision:561848 
Sunday, 6 Sep 2020
19:06 joneum search for other commits by this committer
Update to 3.14.0

Sponsored by:	Netzkommune GmbH
Original commitRevision:547865 
Sunday, 5 Jul 2020
12:46 joneum search for other commits by this committer
Update to 3.13.6

Sponsored by:	Netzkommune GmbH
Original commitRevision:541278 
Sunday, 10 May 2020
22:07 joneum search for other commits by this committer
Update to 3.13.5

Sponsored by:	Netzkommune GmbH
Original commitRevision:534868 
Friday, 3 Apr 2020
16:51 joneum search for other commits by this committer
Update to 3.13.4

Sponsored by:	Netzkommune GmbH
Original commitRevision:530505 
Wednesday, 5 Feb 2020
14:29 joneum search for other commits by this committer
Update to 3.13.1

Sponsored by:	Netzkommune GmbH
Original commitRevision:525276 
Monday, 30 Dec 2019
06:40 sunpoet search for other commits by this committer
Bump PORTREVISION for dependency change of USE_PHP=memcache in r521466
Original commitRevision:521467 
Tuesday, 17 Dec 2019
20:28 rene search for other commits by this committer
Remove IGNORE_WITH_PHP=71 and add IGNORE_WITH_PHP=74 where relevant.
Original commitRevision:520345 
Monday, 29 Jul 2019
18:09 joneum search for other commits by this committer
Update to 3.11.0

PR:		239422
Reported by:	geoffroy desvernay <dgeo@centrale-marseille.fr>
Sponsored by:	Netzkommune GmbH
Original commitRevision:507582 
Friday, 5 Jul 2019
17:41 joneum search for other commits by this committer
Update to 3.10.0

Changelog: https://matomo.org/changelog/matomo-3-10-0/

Sponsored by:	Netzkommune GmbH
Original commitRevision:505904 
Tuesday, 9 Apr 2019
14:04 sunpoet search for other commits by this committer
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
Original commitRevision:498476 
Wednesday, 3 Apr 2019
08:51 joneum search for other commits by this committer
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
Original commitRevision:497685 
Saturday, 2 Mar 2019
21:44 antoine search for other commits by this committer
Ignore with php 7.1
Original commitRevision:494458 
Wednesday, 6 Feb 2019
07:20 joneum search for other commits by this committer
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
Original commitRevision:492288 
Saturday, 24 Nov 2018
15:03 joneum search for other commits by this committer
Update to 3.7.0

Changelog: https://matomo.org/changelog/matomo-3-7-0/

MFH:		2018Q4
Sponsored by:	Netzkommune GmbH
Original commitRevision:485777 
Friday, 19 Oct 2018
16:09 joneum search for other commits by this committer
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
Original commitRevision:482435 
Wednesday, 5 Sep 2018
19:09 joneum search for other commits by this committer
Update to 3.6.0

Changelog: https://matomo.org/changelog/matomo-3-6-0/

Sponsored by:	Netzkommune
Original commitRevision:479037 
Wednesday, 30 May 2018
06:54 joneum search for other commits by this committer
www/matomo: Update to 3.5.1

Changelog: https://matomo.org/changelog/matomo-3-5-1/
Original commitRevision:471121 
Friday, 11 May 2018
16:21 joneum search for other commits by this committer
Take Maintainer ship
Original commitRevision:469650 
16:18 tz search for other commits by this committer
www/matomo: Update from 3.4 to 3.5

Changelog: https://matomo.org/changelog/matomo-3-5-0/

Also drop MAINTAINER-ship
Original commitRevision:469649 
Wednesday, 25 Apr 2018
09:34 tz search for other commits by this committer
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
Original commitRevision:468267 
Monday, 9 Apr 2018
12:14 mfechner search for other commits by this committer
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
Original commitRevision:466849 
Friday, 6 Apr 2018
10:03 tz search for other commits by this committer
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>
Original commitRevision:466635 

Number of commits found: 36