Date: Thu, 8 Sep 2016 13:03:04 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421546 - head/net-mgmt/ocsinventory-agent Message-ID: <201609081303.u88D34at040784@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Sep 8 13:03:03 2016 New Revision: 421546 URL: https://svnweb.freebsd.org/changeset/ports/421546 Log: - Remove dependency on p5-Net-Ping: Net::Ping is bundled with perl Approved by: portmgr (bapt) Modified: head/net-mgmt/ocsinventory-agent/Makefile Modified: head/net-mgmt/ocsinventory-agent/Makefile ============================================================================== --- head/net-mgmt/ocsinventory-agent/Makefile Thu Sep 8 12:49:02 2016 (r421545) +++ head/net-mgmt/ocsinventory-agent/Makefile Thu Sep 8 13:03:03 2016 (r421546) @@ -2,7 +2,7 @@ PORTNAME= Ocsinventory PORTVERSION= 2.1.1 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= http://launchpad.net/ocsinventory-unix-agent/stable-${PORTVERSION:R}/${PORTVERSION}/+download/ @@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${ MAINTAINER= ports@FreeBSD.org COMMENT= Keep track of the computers configuration and software -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= dmidecode:sysutils/dmidecode \ @@ -51,7 +51,6 @@ SSL_RUN_DEPENDS= p5-Crypt-SSLeay>=0:secu PRINTER_RUN_DEPENDS= p5-Net-CUPS>=0:print/p5-Net-CUPS SNMP_RUN_DEPENDS= p5-Net-SNMP>=0:net-mgmt/p5-Net-SNMP \ p5-Net-Netmask>=0:net-mgmt/p5-Net-Netmask \ - p5-Net-Ping>=0:net/p5-Net-Ping \ p5-Nmap-Parser>=0:security/p5-Nmap-Parser \ nmap:security/nmap
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609081303.u88D34at040784>