svn commit: r360209 - head/sysutils/py-bcfg2

William Grzybowski wg at FreeBSD.org
Wed Jul 2 15:36:32 UTC 2014


Author: wg
Date: Wed Jul  2 15:36:32 2014
New Revision: 360209
URL: http://svnweb.freebsd.org/changeset/ports/360209
QAT: https://qat.redports.org/buildarchive/r360209/

Log:
  sysutils/py-bcfg2: add missing run dependencies

Modified:
  head/sysutils/py-bcfg2/Makefile

Modified: head/sysutils/py-bcfg2/Makefile
==============================================================================
--- head/sysutils/py-bcfg2/Makefile	Wed Jul  2 15:29:43 2014	(r360208)
+++ head/sysutils/py-bcfg2/Makefile	Wed Jul  2 15:36:32 2014	(r360209)
@@ -3,6 +3,7 @@
 
 PORTNAME=	bcfg2
 PORTVERSION=	1.3.4
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	ftp://ftp.mcs.anl.gov/pub/bcfg/ \
 		http://mirror.opensysadmin.com/bcfg/
@@ -12,6 +13,8 @@ MAINTAINER=	python at FreeBSD.org
 COMMENT=	Configuration management system written in Python
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \
+		${PYTHON_PKGNAMEPREFIX}lockfile>0:${PORTSDIR}/devel/py-lockfile \
+		${PYTHON_PKGNAMEPREFIX}daemon>0:${PORTSDIR}/devel/py-daemon \
 		${PYTHON_SITELIBDIR}/gamin.py:${PORTSDIR}/devel/py-gamin
 
 OPTIONS_DEFINE=	CHEETAH GENSHI


More information about the svn-ports-head mailing list