From owner-svn-ports-head@freebsd.org Sun Feb 5 05:32:02 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4400DCD095F; Sun, 5 Feb 2017 05:32:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E885EC4B; Sun, 5 Feb 2017 05:32:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v155W0ls089415; Sun, 5 Feb 2017 05:32:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v155W0ei089414; Sun, 5 Feb 2017 05:32:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702050532.v155W0ei089414@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 5 Feb 2017 05:32:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433367 - head/net-mgmt/p5-FusionInventory-Agent X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Feb 2017 05:32:02 -0000 Author: sunpoet Date: Sun Feb 5 05:32:00 2017 New Revision: 433367 URL: https://svnweb.freebsd.org/changeset/ports/433367 Log: Remove Perl core modules - Add NO_ARCH - Bump PORTREVISION for dependency change With hat: perl Modified: head/net-mgmt/p5-FusionInventory-Agent/Makefile Modified: head/net-mgmt/p5-FusionInventory-Agent/Makefile ============================================================================== --- head/net-mgmt/p5-FusionInventory-Agent/Makefile Sun Feb 5 05:31:56 2017 (r433366) +++ head/net-mgmt/p5-FusionInventory-Agent/Makefile Sun Feb 5 05:32:00 2017 (r433367) @@ -3,6 +3,7 @@ PORTNAME= FusionInventory-Agent PORTVERSION= 2.3.17 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:GROUSSE @@ -13,8 +14,7 @@ COMMENT= Agent for OCS Inventory server LICENSE= GPLv2 -BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=6.59:devel/p5-ExtUtils-MakeMaker \ - p5-File-Which>=0:sysutils/p5-File-Which \ +BUILD_DEPENDS= p5-File-Which>=0:sysutils/p5-File-Which \ p5-libwww>=0:www/p5-libwww \ p5-Net-IP>=0:net-mgmt/p5-Net-IP \ p5-UNIVERSAL-require>=0:devel/p5-UNIVERSAL-require \ @@ -35,8 +35,7 @@ TEST_DEPENDS= p5-POE-Component-Client-Pi p5-Test-Exception>=0:devel/p5-Test-Exception \ p5-Test-MockModule>=0:devel/p5-Test-MockModule \ p5-Test-MockObject>=0:devel/p5-Test-MockObject \ - p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \ - p5-Test-Simple>=0.93:devel/p5-Test-Simple + p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings CONFLICTS= p5-FusionInventory-Agent-Task-NetDiscovery-* \ p5-FusionInventory-Agent-Task-SNMPQuery-* @@ -56,6 +55,7 @@ VMWARE_DESC= VMware hypervisor remote in WOL_DESC= Wake on LAN task ZLIB_DESC= Zlib compression +NO_ARCH= yes USES= gmake perl5 USE_PERL5= configure USE_RC_SUBR= fusioninventory @@ -83,7 +83,6 @@ PCIUTILS_RUN_DEPENDS+= lspci:sysutils/pc SSL_RUN_DEPENDS= p5-IO-Socket-SSL>=1.14:security/p5-IO-Socket-SSL \ p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https WOL_RUN_DEPENDS= p5-Net-Write>=0:net/p5-Net-Write -ZLIB_RUN_DEPENDS= p5-Compress-Raw-Zlib>=0:archivers/p5-Compress-Raw-Zlib post-patch: @${FIND} ${WRKSRC} -type f \( -name '*.orig' \) -delete