aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ocsinventory-agent
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-21 13:55:19 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-21 13:55:19 +0000
commitc76dfdbfb5d018031a25c99a80b58db6c1517111 (patch)
treeb7236909e5e603ffd5e3c0e58b66f84b9e915fab /net-mgmt/ocsinventory-agent
parentd0351d85ead53a1cd4c31754e47a51c84873f4fd (diff)
downloadports-c76dfdbfb5d018031a25c99a80b58db6c1517111.tar.gz
ports-c76dfdbfb5d018031a25c99a80b58db6c1517111.zip
- Fix RUN_DEPENDS: LWP::UserAgent (www/p5-libwww) is required
- While I'm here: - Update MASTER_SITES - Fix and sort RUN_DEPENDS: Digest::MD5 is already in all supported Perl releases - Bump PORTREVISION for dependency change PR: 200639 Submitted by: Gennady Proskurin <gpr@mail.ru>
Notes
Notes: svn path=/head/; revision=390227
Diffstat (limited to 'net-mgmt/ocsinventory-agent')
-rw-r--r--net-mgmt/ocsinventory-agent/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/net-mgmt/ocsinventory-agent/Makefile b/net-mgmt/ocsinventory-agent/Makefile
index 92dff958bbc4..3cb96ce4b398 100644
--- a/net-mgmt/ocsinventory-agent/Makefile
+++ b/net-mgmt/ocsinventory-agent/Makefile
@@ -2,10 +2,10 @@
PORTNAME= Ocsinventory
PORTVERSION= 2.1.1
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= net-mgmt
-MASTER_SITES= http://launchpad.net/ocsinventory-unix-agent/stable-2.1/${PORTVERSION}/+download/
+MASTER_SITES= http://launchpad.net/ocsinventory-unix-agent/stable-${PORTVERSION:R}/${PORTVERSION}/+download/
PKGNAMESUFFIX= -Unix-Agent
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
@@ -15,12 +15,12 @@ COMMENT= Keep track of the computers configuration and software
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= lspci:${PORTSDIR}/sysutils/pciutils \
- p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
+RUN_DEPENDS= dmidecode:${PORTSDIR}/sysutils/dmidecode \
+ lspci:${PORTSDIR}/sysutils/pciutils \
p5-Net-IP>=0:${PORTSDIR}/net-mgmt/p5-Net-IP \
p5-Proc-Daemon>=0:${PORTSDIR}/devel/p5-Proc-Daemon \
- dmidecode:${PORTSDIR}/sysutils/dmidecode \
- p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5
+ p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
+ p5-libwww>=0:${PORTSDIR}/www/p5-libwww
USES= perl5 shebangfix
SHEBANG_FILES= postinst.pl