Wed Jun 24 18:07:45 2015 UTC ()
Add a missing PERL5_PACKLIST entry, should fix build with new perl


(bouyer)
diff -r1.5 -r1.6 pkgsrc/net/p5-FusionInventory-Agent/Makefile

cvs diff -r1.5 -r1.6 pkgsrc/net/p5-FusionInventory-Agent/Makefile (expand / switch to unified diff)

--- pkgsrc/net/p5-FusionInventory-Agent/Makefile 2015/06/12 10:50:44 1.5
+++ pkgsrc/net/p5-FusionInventory-Agent/Makefile 2015/06/24 18:07:45 1.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.5 2015/06/12 10:50:44 wiz Exp $ 1# $NetBSD: Makefile,v 1.6 2015/06/24 18:07:45 bouyer Exp $
2# 2#
3 3
4DISTNAME= FusionInventory-Agent-2.2.7 4DISTNAME= FusionInventory-Agent-2.2.7
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 3 6PKGREVISION= 3
7CATEGORIES= net perl5 7CATEGORIES= net perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/F/FU/FUSINV/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/F/FU/FUSINV/}
9 9
10MAINTAINER= bouyer@NetBSD.org 10MAINTAINER= bouyer@NetBSD.org
11HOMEPAGE= http://search.cpan.org/~fusinv/ 11HOMEPAGE= http://search.cpan.org/~fusinv/
12COMMENT= Fusion Inventory agent 12COMMENT= Fusion Inventory agent
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
@@ -24,22 +24,24 @@ DEPENDS+= p5-HTTP-Server-Simple-Authen-[ @@ -24,22 +24,24 @@ DEPENDS+= p5-HTTP-Server-Simple-Authen-[
24DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which 24DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which
25DEPENDS+= p5-Net-IP-[0-9]*:../../net/p5-Net-IP 25DEPENDS+= p5-Net-IP-[0-9]*:../../net/p5-Net-IP
26DEPENDS+= p5-Text-Template-[0-9]*:../../textproc/p5-Text-Template 26DEPENDS+= p5-Text-Template-[0-9]*:../../textproc/p5-Text-Template
27DEPENDS+= p5-UNIVERSAL-require-[0-9]*:../../devel/p5-UNIVERSAL-require 27DEPENDS+= p5-UNIVERSAL-require-[0-9]*:../../devel/p5-UNIVERSAL-require
28DEPENDS+= p5-XML-TreePP-[0-9]*:../../textproc/p5-XML-TreePP 28DEPENDS+= p5-XML-TreePP-[0-9]*:../../textproc/p5-XML-TreePP
29DEPENDS+= p5-HTTP-Proxy-[0-9]*:../../www/p5-HTTP-Proxy 29DEPENDS+= p5-HTTP-Proxy-[0-9]*:../../www/p5-HTTP-Proxy
30DEPENDS+= p5-HTTP-Server-Simple-[0-9]*:../../www/p5-HTTP-Server-Simple 30DEPENDS+= p5-HTTP-Server-Simple-[0-9]*:../../www/p5-HTTP-Server-Simple
31DEPENDS+= p5-IO-Capture-[0-9]*:../../devel/p5-IO-Capture 31DEPENDS+= p5-IO-Capture-[0-9]*:../../devel/p5-IO-Capture
32DEPENDS+= p5-IPC-Run-[0-9]*:../../devel/p5-IPC-Run 32DEPENDS+= p5-IPC-Run-[0-9]*:../../devel/p5-IPC-Run
33DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception 33DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
34DEPENDS+= p5-Test-MockModule-[0-9]*:../../devel/p5-Test-MockModule 34DEPENDS+= p5-Test-MockModule-[0-9]*:../../devel/p5-Test-MockModule
35DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML 35DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML
36 36
 37PERL5_PACKLIST= auto/FusionInventory/Agent/.packlist
 38
37PERL5_MODULE_TYPE= Module::Install::Bundled 39PERL5_MODULE_TYPE= Module::Install::Bundled
38 40
39MAKE_PARAMS+= PREFIX=${PREFIX} LOCALSTATEDIR=${VARBASE}/fusioninventory 41MAKE_PARAMS+= PREFIX=${PREFIX} LOCALSTATEDIR=${VARBASE}/fusioninventory
40MAKE_PARAMS+= SYSCONFDIR=${PKG_SYSCONFDIR} 42MAKE_PARAMS+= SYSCONFDIR=${PKG_SYSCONFDIR}
41 43
42REPLACE_PERL+= memconf 44REPLACE_PERL+= memconf
43 45
44.include "../../lang/perl5/module.mk" 46.include "../../lang/perl5/module.mk"
45.include "../../mk/bsd.pkg.mk" 47.include "../../mk/bsd.pkg.mk"