diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-09-08 13:03:03 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-09-08 13:03:03 +0000 |
commit | 71d1a4d88a14fac953247d16c732bda991c801b9 (patch) | |
tree | 82afa1da325a1913c6663730c5fc5b6df517e855 /net-mgmt/ocsinventory-agent | |
parent | 9d7a60691558af7b2968ff2305b2fbf584e7f7a5 (diff) | |
download | ports-71d1a4d88a14fac953247d16c732bda991c801b9.tar.gz ports-71d1a4d88a14fac953247d16c732bda991c801b9.zip |
Notes
Diffstat (limited to 'net-mgmt/ocsinventory-agent')
-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 d919a81e75ce..11618ac14b59 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 |