mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
net-mgmt/ocsinventory-server: update to 2.6
Update to 2.6 Add missing lang/p5-Switch dependency PR: 232460 Submitted by: geoffroy Desvernay (maintainer) Approved by: manu (mentor, implicit)
This commit is contained in:
parent
15695d95d5
commit
b0c9b50243
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528638
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ocsinventory-server
|
||||
PORTVERSION= 2.5
|
||||
PORTVERSION= 2.6
|
||||
CATEGORIES= net-mgmt
|
||||
|
||||
MAINTAINER= dgeo@centrale-marseille.fr
|
||||
@ -21,6 +21,7 @@ RUN_DEPENDS= p5-XML-Simple>=2.12:textproc/p5-XML-Simple \
|
||||
p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
|
||||
p5-Apache2-SOAP>=0:net/p5-Apache2-SOAP \
|
||||
p5-Mojolicious>=0:www/p5-Mojolicious \
|
||||
p5-Switch>=0:lang/p5-Switch \
|
||||
p5-Plack>=0:www/p5-Plack
|
||||
|
||||
USES= apache:run,2.2+ mysql perl5
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1535377403
|
||||
SHA256 (OCSInventory-NG-OCSInventory-Server-2.5_GH0.tar.gz) = 00f3b5b1ca4a78383d38217a5c8a69ddd9cfa9d794d92d0fb46613f4ebeef42d
|
||||
SIZE (OCSInventory-NG-OCSInventory-Server-2.5_GH0.tar.gz) = 117868
|
||||
TIMESTAMP = 1583417380
|
||||
SHA256 (OCSInventory-NG-OCSInventory-Server-2.6_GH0.tar.gz) = 64390033c490a68abc856fc18e443d650cd1b36addda67f34790cb19cba1d240
|
||||
SIZE (OCSInventory-NG-OCSInventory-Server-2.6_GH0.tar.gz) = 119037
|
||||
|
@ -4,8 +4,7 @@
|
||||
ocsinventory-ng server is installed
|
||||
|
||||
You still need to (pick one):
|
||||
* cd to %%DATADIR%% and run ./setup.sh there
|
||||
* edit files in %%ETCDIR%% and link thew to apache's
|
||||
* edit files in %%ETCDIR%% and link them to apache's
|
||||
Includes/ directory
|
||||
EOM
|
||||
}
|
||||
|
@ -15,6 +15,7 @@
|
||||
%%DATADIR%%/Apache/Ocsinventory/Interface/Internals.pm
|
||||
%%DATADIR%%/Apache/Ocsinventory/Interface/Inventory.pm
|
||||
%%DATADIR%%/Apache/Ocsinventory/Interface/Ipdiscover.pm
|
||||
%%DATADIR%%/Apache/Ocsinventory/Interface/Saas.pm
|
||||
%%DATADIR%%/Apache/Ocsinventory/Interface/Snmp.pm
|
||||
%%DATADIR%%/Apache/Ocsinventory/Interface/SoftwareCategory.pm
|
||||
%%DATADIR%%/Apache/Ocsinventory/Interface/Updates.pm
|
||||
|
Loading…
Reference in New Issue
Block a user