freebsd-ports/net-mgmt/ocsinventory-ocsreports/files/pkg-message.in
Mikael Urankar 92c3fb56ce 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)
2020-04-11 15:46:43 +00:00

11 lines
260 B
Text

[
{ type: install
message: <<EOM
To configure ocsreports, you have to:
* edit %%WWWDIR%%/dbconfig.inc.php
(and maybe backend/require/cas.config.php in the same dir)
* edit %%ETCDIR%%/ocsreports.conf and include it in an apache
virtualhost config
EOM
}
]