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: net-mgmt/ocsinventory-ocsreports/Makefile

Number of commits found: 14

Monday, 19 Feb 2024
18:39 Gleb Popov (arrowd) search for other commits by this committer Author: geoffroy desvernay
*: Update MAINTAINER field

PR:		277166
commit hash: 1c8007a7b304b83c03146cbcb3b6262d3c2522e0 commit hash: 1c8007a7b304b83c03146cbcb3b6262d3c2522e0 commit hash: 1c8007a7b304b83c03146cbcb3b6262d3c2522e0 commit hash: 1c8007a7b304b83c03146cbcb3b6262d3c2522e0 1c8007a
Tuesday, 24 Oct 2023
10:56 Mikael Urankar (mikael) search for other commits by this committer
net-mgmt/ocsinventory-{server,ocsreports}: Update to 2.12.1

Changes:
  https://github.com/OCSInventory-NG/OCSInventory-ocsreports/releases/tag/2.12.0
  https://github.com/OCSInventory-NG/OCSInventory-ocsreports/releases/tag/2.12.1

PR:		274376
Approved by:	maintainer timeout
commit hash: d994e83b45c4dc2ddf14e8a79bc39be1e2cc2056 commit hash: d994e83b45c4dc2ddf14e8a79bc39be1e2cc2056 commit hash: d994e83b45c4dc2ddf14e8a79bc39be1e2cc2056 commit hash: d994e83b45c4dc2ddf14e8a79bc39be1e2cc2056 d994e83
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
Saturday, 14 Jan 2023
19:04 Mikael Urankar (mikael) search for other commits by this committer
net-mgmt/ocsinventory-{server,ocsreports}: Update to 2.11.1

Changes:
  https://github.com/OCSInventory-NG/OCSInventory-ocsreports/releases/tag/2.11.0
  https://github.com/OCSInventory-NG/OCSInventory-ocsreports/releases/tag/2.11.1

PR:		267789
Approved by:	maintainer timeout
commit hash: 0f63b7fec4d06588b49635bab46da189ab2b4668 commit hash: 0f63b7fec4d06588b49635bab46da189ab2b4668 commit hash: 0f63b7fec4d06588b49635bab46da189ab2b4668 commit hash: 0f63b7fec4d06588b49635bab46da189ab2b4668 0f63b7f
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
Monday, 5 Sep 2022
17:55 Mikael Urankar (mikael) search for other commits by this committer
net-mgmt/ocsinventory-{server,ocsreports}: Update to 2.10.0

Changes:
https://github.com/OCSInventory-NG/OCSInventory-ocsreports/releases/tag/2.10.0

PR:		266031
Tested by:  	Geoffroy Desvernay
Approved by:  	Geoffroy Desvernay (maintainer)
commit hash: ca5aef34df8652cc5749ad6261dd0bb2d3375bb5 commit hash: ca5aef34df8652cc5749ad6261dd0bb2d3375bb5 commit hash: ca5aef34df8652cc5749ad6261dd0bb2d3375bb5 commit hash: ca5aef34df8652cc5749ad6261dd0bb2d3375bb5 ca5aef3
Tuesday, 29 Mar 2022
17:21 Mikael Urankar (mikael) search for other commits by this committer
net-mgmt/ocsinventory-{server,ocsreports}: Update to 2.9.2

Changes:
https://github.com/OCSInventory-NG/OCSInventory-ocsreports/releases/tag/2.9.2

PR:		262169
Approved by:	Geoffroy Desvernay (maintainer)
commit hash: 6001287607bef4a02022c2dd3659f809e72de5bc commit hash: 6001287607bef4a02022c2dd3659f809e72de5bc commit hash: 6001287607bef4a02022c2dd3659f809e72de5bc commit hash: 6001287607bef4a02022c2dd3659f809e72de5bc 6001287
Wednesday, 6 Oct 2021
06:18 Mikael Urankar (mikael) search for other commits by this committer
net-mgmt/ocsinventory-ocsreports: Update to 2.9.1

Changes:
  https://github.com/OCSInventory-NG/OCSInventory-ocsreports/releases/tag/2.8.1
  https://github.com/OCSInventory-NG/OCSInventory-ocsreports/releases/tag/2.9
  https://github.com/OCSInventory-NG/OCSInventory-ocsreports/releases/tag/2.9.1

PR:		228281
Approved by:	Geoffroy Desvernay (maintainer)
commit hash: e6ce72d3757d86becb8081bae92a10919d32fffa commit hash: e6ce72d3757d86becb8081bae92a10919d32fffa commit hash: e6ce72d3757d86becb8081bae92a10919d32fffa commit hash: e6ce72d3757d86becb8081bae92a10919d32fffa e6ce72d
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, 2 Oct 2020
06:06 mikael search for other commits by this committer
net-mgmt/ocsinventory-server net-mgmt/ocsinventory-ocsreports: update to 2.8

Changelog:
  https://ocsinventory-ng.org/?page_id=1548&lang=en

PR:		250008
Approved by:	Geoffroy Desvernay (maintainer)
Original commitRevision:550900 
Saturday, 11 Apr 2020
15:46 mikael search for other commits by this committer
net-mgmt/ocsinventory-ocsreports: update to 2.7

 - Fetch ocsreports from MASTER_SITES as the github repo doesn't contain the
   "vendor" directory which is needed for ocsreports.
 - Add two missing php modules (simplexml and curl)
 - Sort USE_PHP
 - Fix pkg-message, the conf is in dbconfig.inc.php

Changelog:
https://github.com/OCSInventory-NG/OCSInventory-ocsreports/releases/tag/2.7

PR:		245453
Approved by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
Original commitRevision:531431 
Wednesday, 18 Mar 2020
10:26 mikael search for other commits by this committer
net-mgmt/ocsinventory-ocsreports: update to 2.6

PR:		232460
Submitted by:	geoffroy Desvernay (maintainer)
Approved by:	manu (mentor, implicit)
Original commitRevision:528639 
Thursday, 30 Aug 2018
18:19 pi search for other commits by this committer
New port: net-mgmt/ocsinventory-ocsreports

Webconsole for OCS Inventory NG

WWW: http://www.ocsinventory-ng.org/en/

PR:		227550
Submitted by:	dgeo@centrale-marseille.fr
Reviewed by:	mikael.urankar@gmail.com
Original commitRevision:478479 

Number of commits found: 14