From owner-svn-ports-all@freebsd.org Thu Aug 10 18:24:06 2017 Return-Path: Delivered-To: svn-ports-all@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 A4C11DD9AE9; Thu, 10 Aug 2017 18:24:06 +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 6EB6D6C2AF; Thu, 10 Aug 2017 18:24:06 +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 v7AIO53P031273; Thu, 10 Aug 2017 18:24:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7AIO5qb031272; Thu, 10 Aug 2017 18:24:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201708101824.v7AIO5qb031272@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 10 Aug 2017 18:24:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447707 - head/net-mgmt/p5-FusionInventory-Agent X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net-mgmt/p5-FusionInventory-Agent X-SVN-Commit-Revision: 447707 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2017 18:24:06 -0000 Author: sunpoet Date: Thu Aug 10 18:24:05 2017 New Revision: 447707 URL: https://svnweb.freebsd.org/changeset/ports/447707 Log: Remove Perl core modules - While I'm here, add LICENSE_FILE - 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 Thu Aug 10 18:24:00 2017 (r447706) +++ head/net-mgmt/p5-FusionInventory-Agent/Makefile Thu Aug 10 18:24:05 2017 (r447707) @@ -3,6 +3,7 @@ PORTNAME= FusionInventory-Agent PORTVERSION= 2.3.20 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:GBOUGARD/${PORTNAME}-2320targz @@ -12,6 +13,7 @@ MAINTAINER= vg@FreeBSD.org COMMENT= Agent for OCS Inventory server and FusionInventory for GLPI servers LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-File-Which>=0:sysutils/p5-File-Which \ p5-libwww>=0:www/p5-libwww \ @@ -73,11 +75,9 @@ DEPLOY_RUN_DEPENDS= p5-Archive-Extract>=0:archivers/p5 DMIDECODE_RUN_DEPENDS= dmidecode:sysutils/dmidecode NETDISC_RUN_DEPENDS= nmap:security/nmap \ p5-Net-NBName>=0:net/p5-Net-NBName \ - p5-Net-SNMP>=0:net-mgmt/p5-Net-SNMP \ - p5-Thread-Queue>=0:devel/p5-Thread-Queue + p5-Net-SNMP>=0:net-mgmt/p5-Net-SNMP NETINV_RUN_DEPENDS= p5-Crypt-DES>=0:security/p5-Crypt-DES \ - p5-Net-SNMP>=0:net-mgmt/p5-Net-SNMP \ - p5-Thread-Queue>=0:devel/p5-Thread-Queue + p5-Net-SNMP>=0:net-mgmt/p5-Net-SNMP PCIUTILS_RUN_DEPENDS+= lspci:sysutils/pciutils SSL_RUN_DEPENDS= p5-IO-Socket-SSL>=1.14:security/p5-IO-Socket-SSL \ p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https