diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-08 21:03:03 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-08 21:03:03 +0800 |
commit | b105edb0039acca2136de8ed246616bf3f4d4aa9 (patch) | |
tree | 82afa1da325a1913c6663730c5fc5b6df517e855 | |
parent | cbf3cfd374e3b52aae799d4c2344731b2f69d402 (diff) | |
download | freebsd-ports-graphics-b105edb0039acca2136de8ed246616bf3f4d4aa9.tar.gz freebsd-ports-graphics-b105edb0039acca2136de8ed246616bf3f4d4aa9.tar.zst freebsd-ports-graphics-b105edb0039acca2136de8ed246616bf3f4d4aa9.zip |
- Remove dependency on p5-Net-Ping: Net::Ping is bundled with perl
Approved by: portmgr (bapt)
-rw-r--r-- | net-mgmt/ocsinventory-agent/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-mgmt/ocsinventory-agent/Makefile b/net-mgmt/ocsinventory-agent/Makefile index d919a81e75c..11618ac14b5 100644 --- a/net-mgmt/ocsinventory-agent/Makefile +++ b/net-mgmt/ocsinventory-agent/Makefile @@ -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}-${PORTVERSION} 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:security/p5-Crypt-SSLeay \ 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 |