summaryrefslogtreecommitdiff
path: root/net/p5-FusionInventory-Agent
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2021-05-03 17:12:23 +0000
committerbouyer <bouyer@pkgsrc.org>2021-05-03 17:12:23 +0000
commita8be325d2819d3dadf05a69e06ba5807de3d71f1 (patch)
tree34fbe05c239b7a994c7532ce762f6302b36e0f1b /net/p5-FusionInventory-Agent
parentfebaa0365e9ff4e164d1198e7051694ef2b9e443 (diff)
downloadpkgsrc-a8be325d2819d3dadf05a69e06ba5807de3d71f1.tar.gz
Update to 2.6. Sumary of changes since 2.5:
bug fixes serial number support for more devices better manufacturer reporting parsing of a few partnumbers for better inventory improved inventory for storage, memory and controllers updated PCI & USB database
Diffstat (limited to 'net/p5-FusionInventory-Agent')
-rw-r--r--net/p5-FusionInventory-Agent/Makefile4
-rw-r--r--net/p5-FusionInventory-Agent/PLIST4
-rw-r--r--net/p5-FusionInventory-Agent/distinfo12
-rw-r--r--net/p5-FusionInventory-Agent/patches/patch-Makefile.PL32
4 files changed, 26 insertions, 26 deletions
diff --git a/net/p5-FusionInventory-Agent/Makefile b/net/p5-FusionInventory-Agent/Makefile
index 06cee254178..e5b43c15d0b 100644
--- a/net/p5-FusionInventory-Agent/Makefile
+++ b/net/p5-FusionInventory-Agent/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2020/09/13 09:13:45 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2021/05/03 17:12:23 bouyer Exp $
-DISTNAME= FusionInventory-Agent-2.5
+DISTNAME= FusionInventory-Agent-2.6
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/G/GB/GBOUGARD/}
diff --git a/net/p5-FusionInventory-Agent/PLIST b/net/p5-FusionInventory-Agent/PLIST
index 5fd615edc48..2ce77aeb90d 100644
--- a/net/p5-FusionInventory-Agent/PLIST
+++ b/net/p5-FusionInventory-Agent/PLIST
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2020/09/13 09:13:45 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/05/03 17:12:23 bouyer Exp $
share/examples/fusioninventory/agent.cfg
share/examples/fusioninventory/inventory-server-plugin.cfg
+share/examples/fusioninventory/proxy-server-plugin.cfg
+share/examples/fusioninventory/proxy2-server-plugin.cfg
share/examples/fusioninventory/server-test-plugin.cfg
share/examples/fusioninventory/ssl-server-plugin.cfg
share/fusioninventory/edid.ids
diff --git a/net/p5-FusionInventory-Agent/distinfo b/net/p5-FusionInventory-Agent/distinfo
index c3341373ecb..719118012df 100644
--- a/net/p5-FusionInventory-Agent/distinfo
+++ b/net/p5-FusionInventory-Agent/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2020/09/13 09:13:45 wiz Exp $
+$NetBSD: distinfo,v 1.6 2021/05/03 17:12:23 bouyer Exp $
-SHA1 (FusionInventory-Agent-2.5.tar.gz) = 782f26d66f9f079cb96463be71bac161bb8600c6
-RMD160 (FusionInventory-Agent-2.5.tar.gz) = 3a100fd9b5506cfb6a39a77cfd7950638552335a
-SHA512 (FusionInventory-Agent-2.5.tar.gz) = 37f0545df716e482fffd018a56b9c7482d7fce64fd0fa277c481a553a2108e7588f34077fb4775bb6352668efc96b3525fe97b1d6331d637401e8db8c0c91333
-Size (FusionInventory-Agent-2.5.tar.gz) = 2638934 bytes
-SHA1 (patch-Makefile.PL) = 932d2075bc8fb67fca393e72409f93ce2a0675ca
+SHA1 (FusionInventory-Agent-2.6.tar.gz) = 288acf5707e550fa10275f8e6fab70b50aa790aa
+RMD160 (FusionInventory-Agent-2.6.tar.gz) = 1d6504f2119bb531c527180c9275bb692b8a1a2a
+SHA512 (FusionInventory-Agent-2.6.tar.gz) = c4d12b17e87f9b7e59c1a7284fb88bb0ab51c22037624f666469c75b993ec5939f3f88752afdab82b5d35972c76fbc36a49c6fd1f5246481efb8adf893b4fa3f
+Size (FusionInventory-Agent-2.6.tar.gz) = 2819730 bytes
+SHA1 (patch-Makefile.PL) = d01414b74fa3bbd9bedb658b39d3a07074274142
diff --git a/net/p5-FusionInventory-Agent/patches/patch-Makefile.PL b/net/p5-FusionInventory-Agent/patches/patch-Makefile.PL
index b73d0fb5732..b45577daf76 100644
--- a/net/p5-FusionInventory-Agent/patches/patch-Makefile.PL
+++ b/net/p5-FusionInventory-Agent/patches/patch-Makefile.PL
@@ -1,11 +1,11 @@
-$NetBSD: patch-Makefile.PL,v 1.3 2020/09/13 09:13:45 wiz Exp $
+$NetBSD: patch-Makefile.PL,v 1.4 2021/05/03 17:12:23 bouyer Exp $
Fix man page path.
Install config into examples/ directory.
---- Makefile.PL.orig 2019-04-12 15:04:29.000000000 +0000
-+++ Makefile.PL
-@@ -173,12 +173,12 @@ sub constants {
+--- Makefile.PL.orig 2020-09-28 11:55:10.000000000 +0200
++++ Makefile.PL 2021-05-03 18:36:36.841916298 +0200
+@@ -174,12 +174,12 @@
INSTALLLIB => '$(DATADIR)/lib',
INSTALLSITELIB => '$(DATADIR)/lib',
INSTALLVENDORLIB => '$(DATADIR)/lib',
@@ -24,29 +24,27 @@ Install config into examples/ directory.
SYSCONFDIR => '$(PREFIX)/etc/fusioninventory',
DATADIR => '$(PREFIX)/share/fusioninventory',
LOCALSTATEDIR => '$(PREFIX)/var/fusioninventory',
-@@ -239,17 +239,17 @@ sub install {
+@@ -240,18 +240,12 @@
$install .= <<'EOF';
config_install : pure_install
- $(MKPATH) $(DESTDIR)$(SYSCONFDIR)
- $(NOECHO) $(CHMOD) $(PERM_DIR) $(DESTDIR)$(SYSCONFDIR)
+- for config in agent.cfg $(shell cd etc; echo *-plugin.cfg ); \
+ $(MKPATH) $(DESTDIR)$(PREFIX)/share/examples/fusioninventory
+ $(NOECHO) $(CHMOD) $(PERM_DIR) $(DESTDIR)$(PREFIX)/share/examples/fusioninventory
- for config in agent.cfg inventory-server-plugin.cfg server-test-plugin.cfg ssl-server-plugin.cfg ; \
++ for config in agent.cfg inventory-server-plugin.cfg proxy-server-plugin.cfg proxy2-server-plugin.cfg server-test-plugin.cfg ssl-server-plugin.cfg; \
do \
-- if $(TEST_F) $(DESTDIR)/$(SYSCONFDIR)/$$config; then \
+- if $(TEST_F) $(DESTDIR)$(SYSCONFDIR)/$$config; then \
- $(RM_F) $(DESTDIR)$(SYSCONFDIR)/$$config.new; \
-- $(CP) etc/agent.cfg $(DESTDIR)$(SYSCONFDIR)/$$config.new; \
+- $(CP) etc/$$config $(DESTDIR)$(SYSCONFDIR)/$$config.new; \
- $(CHMOD) $(PERM_RW) $(DESTDIR)$(SYSCONFDIR)/$$config.new; \
-+ if $(TEST_F) $(DESTDIR)/$(PREFIX)/share/examples/fusioninventory/$$config; then \
-+ $(RM_F) $(DESTDIR)$(PREFIX)/share/examples/fusioninventory/$$config.new; \
-+ $(CP) etc/agent.cfg $(DESTDIR)$(PREFIX)/share/examples/fusioninventory/$$config.new; \
-+ $(CHMOD) $(PERM_RW) $(DESTDIR)$(PREFIX)/share/examples/fusioninventory/$$config.new; \
- else \
-- $(CP) etc/agent.cfg $(DESTDIR)$(SYSCONFDIR)/$$config; \
+- else \
+- $(CP) etc/$$config $(DESTDIR)$(SYSCONFDIR)/$$config; \
- $(CHMOD) $(PERM_RW) $(DESTDIR)$(SYSCONFDIR)/$$config; \
-+ $(CP) etc/agent.cfg $(DESTDIR)$(PREFIX)/share/examples/fusioninventory/$$config; \
-+ $(CHMOD) $(PERM_RW) $(DESTDIR)$(PREFIX)/share/examples/fusioninventory/$$config; \
- fi; \
+- fi; \
++ $(CP) etc/$$config $(DESTDIR)$(PREFIX)/share/examples/fusioninventory/$$config; \
++ $(CHMOD) $(PERM_RW) $(DESTDIR)$(PREFIX)/share/examples/fusioninventory/$$config; \
done
$(ABSPERLRUN) -pi \
+ -e "s|=> undef, # SYSCONFDIR.*|=> '$(SYSCONFDIR)',|;" \