Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Feb 2015 14:46:44 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378594 - head/devel/py-stevedore
Message-ID:  <201502071446.t17Ekitw031415@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nivit
Date: Sat Feb  7 14:46:43 2015
New Revision: 378594
URL: https://svnweb.freebsd.org/changeset/ports/378594
QAT: https://qat.redports.org/buildarchive/r378594/

Log:
  - Add devel/py-pbr to run dependencies [1]
  - Bump PORTREVISION
  
  PR:	197373
  Submitted by:	andrej@ebert.su

Modified:
  head/devel/py-stevedore/Makefile

Modified: head/devel/py-stevedore/Makefile
==============================================================================
--- head/devel/py-stevedore/Makefile	Sat Feb  7 14:35:58 2015	(r378593)
+++ head/devel/py-stevedore/Makefile	Sat Feb  7 14:46:43 2015	(r378594)
@@ -3,6 +3,7 @@
 
 PORTNAME=	stevedore
 PORTVERSION=	1.2.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,8 +14,9 @@ COMMENT=	Manage dynamic plugins for Pyth
 LICENSE=	APACHE20
 
 BUILD_DEPENDS=	${PKGNAMEPREFIX}pbr>=0.10.0:${PORTSDIR}/devel/py-pbr
-RUN_DEPENDS=	${PKGNAMEPREFIX}six>=1.7.0:${PORTSDIR}/devel/py-six \
-		${PKGNAMEPREFIX}argparse>=1.2.1:${PORTSDIR}/devel/py-argparse
+RUN_DEPENDS=	${PKGNAMEPREFIX}argparse>=1.2.1:${PORTSDIR}/devel/py-argparse 
+		${PKGNAMEPREFIX}pbr>=0.10.0:${PORTSDIR}/devel/py-pbr \
+		${PKGNAMEPREFIX}six>=1.7.0:${PORTSDIR}/devel/py-six
 
 USES=		python
 USE_PYTHON=	autoplist distutils



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