net-mgmt/ocsinventory-agent: Update to 2.8.1
Changes: https://github.com/OCSInventory-NG/UnixAgent/releases/tag/v2.8.1
This commit is contained in:
parent
873c650658
commit
b72cbe1a4e
@ -1,5 +1,6 @@
|
||||
PORTNAME= ocsinventory
|
||||
PORTVERSION= 2.8
|
||||
PORTVERSION= 2.8.1
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net-mgmt
|
||||
PKGNAMESUFFIX= -agent
|
||||
@ -10,7 +11,8 @@ COMMENT= Keep track of the computers configuration and software
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= lspci:sysutils/pciutils \
|
||||
RUN_DEPENDS= dmidecode:sysutils/dmidecode \
|
||||
lspci:sysutils/pciutils \
|
||||
p5-libwww>=0:www/p5-libwww \
|
||||
p5-Net-IP>=0:net-mgmt/p5-Net-IP \
|
||||
p5-Proc-Daemon>=0:devel/p5-Proc-Daemon \
|
||||
@ -50,10 +52,4 @@ SNMP_RUN_DEPENDS= nmap:security/nmap \
|
||||
p5-Net-SNMP>=0:net-mgmt/p5-Net-SNMP \
|
||||
p5-Nmap-Parser>=0:security/p5-Nmap-Parser
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == amd64 || ${ARCH} == i386
|
||||
RUN_DEPENDS+= dmidecode:sysutils/dmidecode
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1601467683
|
||||
SHA256 (OCSInventory-NG-UnixAgent-2.8_GH0.tar.gz) = 779a427d094286c6f6b9f1dff9aad18d037d388e069a1fcbc8c36e62eb4d44ad
|
||||
SIZE (OCSInventory-NG-UnixAgent-2.8_GH0.tar.gz) = 1443708
|
||||
TIMESTAMP = 1617951594
|
||||
SHA256 (OCSInventory-NG-UnixAgent-v2.8.1_GH0.tar.gz) = ff05877bd8d43c27c42093a83b0bbd30f714c62469f8620b72aadba1fc02d71a
|
||||
SIZE (OCSInventory-NG-UnixAgent-v2.8.1_GH0.tar.gz) = 1710153
|
||||
|
@ -108,6 +108,7 @@ bin/ocsinventory-agent
|
||||
%%SITE_PERL%%/Ocsinventory/Agent/Backend/OS/Linux/Archs/m68k/CPU.pm
|
||||
%%SITE_PERL%%/Ocsinventory/Agent/Backend/OS/Linux/Archs/s390x.pm
|
||||
%%SITE_PERL%%/Ocsinventory/Agent/Backend/OS/Linux/Archs/s390x/CPU.pm
|
||||
%%SITE_PERL%%/Ocsinventory/Agent/Backend/OS/Linux/Bios.pm
|
||||
%%SITE_PERL%%/Ocsinventory/Agent/Backend/OS/Linux/Distro/LSB.pm
|
||||
%%SITE_PERL%%/Ocsinventory/Agent/Backend/OS/Linux/Distro/NonLSB.pm
|
||||
%%SITE_PERL%%/Ocsinventory/Agent/Backend/OS/Linux/Distro/NonLSB/ArchLinux.pm
|
||||
@ -205,24 +206,6 @@ bin/ocsinventory-agent
|
||||
%%SITE_PERL%%/Ocsinventory/Agent/Modules/Databases/Oracle/Instances.pm
|
||||
%%SITE_PERL%%/Ocsinventory/Agent/Modules/Download.pm
|
||||
%%SITE_PERL%%/Ocsinventory/Agent/Modules/Example.pm
|
||||
%%SITE_PERL%%/Ocsinventory/Agent/Modules/Snmp.pm
|
||||
%%SITE_PERL%%/Ocsinventory/Agent/Modules/Snmp/11.pm
|
||||
%%SITE_PERL%%/Ocsinventory/Agent/Modules/Snmp/231.pm
|
||||
%%SITE_PERL%%/Ocsinventory/Agent/Modules/Snmp/2620.pm
|
||||
%%SITE_PERL%%/Ocsinventory/Agent/Modules/Snmp/311.pm
|
||||
%%SITE_PERL%%/Ocsinventory/Agent/Modules/Snmp/3224.pm
|
||||
%%SITE_PERL%%/Ocsinventory/Agent/Modules/Snmp/3375.pm
|
||||
%%SITE_PERL%%/Ocsinventory/Agent/Modules/Snmp/42.pm
|
||||
%%SITE_PERL%%/Ocsinventory/Agent/Modules/Snmp/641.pm
|
||||
%%SITE_PERL%%/Ocsinventory/Agent/Modules/Snmp/7244.pm
|
||||
%%SITE_PERL%%/Ocsinventory/Agent/Modules/Snmp/789.pm
|
||||
%%SITE_PERL%%/Ocsinventory/Agent/Modules/Snmp/8072.pm
|
||||
%%SITE_PERL%%/Ocsinventory/Agent/Modules/Snmp/9.pm
|
||||
%%SITE_PERL%%/Ocsinventory/Agent/Modules/Snmp/Default.pm
|
||||
%%SITE_PERL%%/Ocsinventory/Agent/Modules/Snmp/Entity_Mib.pm
|
||||
%%SITE_PERL%%/Ocsinventory/Agent/Modules/Snmp/Host_Resources_Mib.pm
|
||||
%%SITE_PERL%%/Ocsinventory/Agent/Modules/Snmp/If_Mib.pm
|
||||
%%SITE_PERL%%/Ocsinventory/Agent/Modules/Snmp/Printer_Mib.pm
|
||||
%%SITE_PERL%%/Ocsinventory/Agent/Modules/SnmpScan.pm
|
||||
%%SITE_PERL%%/Ocsinventory/Agent/Network.pm
|
||||
%%SITE_PERL%%/Ocsinventory/Agent/XML/Inventory.pm
|
||||
|
Loading…
Reference in New Issue
Block a user