Date: Wed, 18 Mar 2020 10:25:33 +0000 (UTC) From: Mikael Urankar <mikael@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528638 - in head/net-mgmt/ocsinventory-server: . files Message-ID: <202003181025.02IAPXmf026867@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mikael Date: Wed Mar 18 10:25:33 2020 New Revision: 528638 URL: https://svnweb.freebsd.org/changeset/ports/528638 Log: 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) Modified: head/net-mgmt/ocsinventory-server/Makefile head/net-mgmt/ocsinventory-server/distinfo head/net-mgmt/ocsinventory-server/files/pkg-message.in head/net-mgmt/ocsinventory-server/pkg-plist Modified: head/net-mgmt/ocsinventory-server/Makefile ============================================================================== --- head/net-mgmt/ocsinventory-server/Makefile Wed Mar 18 09:32:11 2020 (r528637) +++ head/net-mgmt/ocsinventory-server/Makefile Wed Mar 18 10:25:33 2020 (r528638) @@ -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-Simpl 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 Modified: head/net-mgmt/ocsinventory-server/distinfo ============================================================================== --- head/net-mgmt/ocsinventory-server/distinfo Wed Mar 18 09:32:11 2020 (r528637) +++ head/net-mgmt/ocsinventory-server/distinfo Wed Mar 18 10:25:33 2020 (r528638) @@ -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 Modified: head/net-mgmt/ocsinventory-server/files/pkg-message.in ============================================================================== --- head/net-mgmt/ocsinventory-server/files/pkg-message.in Wed Mar 18 09:32:11 2020 (r528637) +++ head/net-mgmt/ocsinventory-server/files/pkg-message.in Wed Mar 18 10:25:33 2020 (r528638) @@ -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 } Modified: head/net-mgmt/ocsinventory-server/pkg-plist ============================================================================== --- head/net-mgmt/ocsinventory-server/pkg-plist Wed Mar 18 09:32:11 2020 (r528637) +++ head/net-mgmt/ocsinventory-server/pkg-plist Wed Mar 18 10:25:33 2020 (r528638) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003181025.02IAPXmf026867>