Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Sep 2018 11:13:41 +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: r480591 - head/devel/py-fixtures
Message-ID:  <201809241113.w8OBDfic028499@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Sep 24 11:13:41 2018
New Revision: 480591
URL: https://svnweb.freebsd.org/changeset/ports/480591

Log:
  Fix RUN_DEPENDS
  
  - Bump PORTREVISION for dependency change
  
  PR:		228769
  Submitted by:	Kai <freebsd_ports@k-worx.org>

Modified:
  head/devel/py-fixtures/Makefile

Modified: head/devel/py-fixtures/Makefile
==============================================================================
--- head/devel/py-fixtures/Makefile	Mon Sep 24 11:13:36 2018	(r480590)
+++ head/devel/py-fixtures/Makefile	Mon Sep 24 11:13:41 2018	(r480591)
@@ -3,6 +3,7 @@
 
 PORTNAME=	fixtures
 PORTVERSION=	3.0.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,11 +17,13 @@ LICENSE_FILE_APACHE20=	${WRKSRC}/Apache-2.0
 LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/BSD
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=0.11:devel/py-pbr@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=0.11:devel/py-pbr@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}testtools>=0.9.22:devel/py-testtools@${PY_FLAVOR}
 
-NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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