Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2015 13:55:20 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390227 - head/net-mgmt/ocsinventory-agent
Message-ID:  <201506211355.t5LDtKqB068861@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jun 21 13:55:19 2015
New Revision: 390227
URL: https://svnweb.freebsd.org/changeset/ports/390227

Log:
  - 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>

Modified:
  head/net-mgmt/ocsinventory-agent/Makefile

Modified: head/net-mgmt/ocsinventory-agent/Makefile
==============================================================================
--- head/net-mgmt/ocsinventory-agent/Makefile	Sun Jun 21 13:55:15 2015	(r390226)
+++ head/net-mgmt/ocsinventory-agent/Makefile	Sun Jun 21 13:55:19 2015	(r390227)
@@ -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 con
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506211355.t5LDtKqB068861>