View | Details | Raw Unified | Return to bug 232460 | Differences between
and this patch

Collapse All | Expand All

(-)net-mgmt/ocsinventory-server/Makefile (-1 / +2 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	ocsinventory-server
3
PORTNAME=	ocsinventory-server
4
PORTVERSION=	2.5
4
PORTVERSION=	2.6
5
CATEGORIES=	net-mgmt
5
CATEGORIES=	net-mgmt
6
6
7
MAINTAINER=	dgeo@centrale-marseille.fr
7
MAINTAINER=	dgeo@centrale-marseille.fr
Lines 21-26 Link Here
21
		p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
21
		p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
22
		p5-Apache2-SOAP>=0:net/p5-Apache2-SOAP \
22
		p5-Apache2-SOAP>=0:net/p5-Apache2-SOAP \
23
		p5-Mojolicious>=0:www/p5-Mojolicious \
23
		p5-Mojolicious>=0:www/p5-Mojolicious \
24
		p5-Switch>=0:lang/p5-Switch \
24
		p5-Plack>=0:www/p5-Plack
25
		p5-Plack>=0:www/p5-Plack
25
26
26
USES=		apache:run,2.2+ mysql perl5
27
USES=		apache:run,2.2+ mysql perl5
(-)net-mgmt/ocsinventory-server/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1535377403
1
TIMESTAMP = 1583417380
2
SHA256 (OCSInventory-NG-OCSInventory-Server-2.5_GH0.tar.gz) = 00f3b5b1ca4a78383d38217a5c8a69ddd9cfa9d794d92d0fb46613f4ebeef42d
2
SHA256 (OCSInventory-NG-OCSInventory-Server-2.6_GH0.tar.gz) = 64390033c490a68abc856fc18e443d650cd1b36addda67f34790cb19cba1d240
3
SIZE (OCSInventory-NG-OCSInventory-Server-2.5_GH0.tar.gz) = 117868
3
SIZE (OCSInventory-NG-OCSInventory-Server-2.6_GH0.tar.gz) = 119037
(-)net-mgmt/ocsinventory-server/files/pkg-message.in (-2 / +1 lines)
Lines 4-11 Link Here
4
ocsinventory-ng server is installed
4
ocsinventory-ng server is installed
5
5
6
You still need to (pick one):
6
You still need to (pick one):
7
* cd to %%DATADIR%% and run ./setup.sh there
7
* edit files in %%ETCDIR%% and link them to apache's
8
* edit files in %%ETCDIR%% and link thew to apache's
9
  Includes/ directory
8
  Includes/ directory
10
EOM
9
EOM
11
}
10
}
(-)net-mgmt/ocsinventory-server/pkg-plist (+1 lines)
Lines 15-20 Link Here
15
%%DATADIR%%/Apache/Ocsinventory/Interface/Internals.pm
15
%%DATADIR%%/Apache/Ocsinventory/Interface/Internals.pm
16
%%DATADIR%%/Apache/Ocsinventory/Interface/Inventory.pm
16
%%DATADIR%%/Apache/Ocsinventory/Interface/Inventory.pm
17
%%DATADIR%%/Apache/Ocsinventory/Interface/Ipdiscover.pm
17
%%DATADIR%%/Apache/Ocsinventory/Interface/Ipdiscover.pm
18
%%DATADIR%%/Apache/Ocsinventory/Interface/Saas.pm
18
%%DATADIR%%/Apache/Ocsinventory/Interface/Snmp.pm
19
%%DATADIR%%/Apache/Ocsinventory/Interface/Snmp.pm
19
%%DATADIR%%/Apache/Ocsinventory/Interface/SoftwareCategory.pm
20
%%DATADIR%%/Apache/Ocsinventory/Interface/SoftwareCategory.pm
20
%%DATADIR%%/Apache/Ocsinventory/Interface/Updates.pm
21
%%DATADIR%%/Apache/Ocsinventory/Interface/Updates.pm

Return to bug 232460