Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 2014 17:38:41 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358027 - head/www/py-djblets
Message-ID:  <201406161738.s5GHcf5e023608@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Jun 16 17:38:41 2014
New Revision: 358027
URL: http://svnweb.freebsd.org/changeset/ports/358027
QAT: https://qat.redports.org/buildarchive/r358027/

Log:
  Fix BUILD_DEPENDS

Modified:
  head/www/py-djblets/Makefile

Modified: head/www/py-djblets/Makefile
==============================================================================
--- head/www/py-djblets/Makefile	Mon Jun 16 16:52:45 2014	(r358026)
+++ head/www/py-djblets/Makefile	Mon Jun 16 17:38:41 2014	(r358027)
@@ -13,7 +13,7 @@ COMMENT=	Collection of useful classes an
 LICENSE=	MIT
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django14>=1.4.3:${PORTSDIR}/www/py-django14 \
-		${PYTHON_PKGNAMEPREFIX}django-pipeline>=1.2.24:${PORTSDIR}/www/py-django-pipeline
+		${PYTHON_PKGNAMEPREFIX}django-pipeline12>=1.2.24:${PORTSDIR}/www/py-django-pipeline12
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django14>=1.4.3:${PORTSDIR}/www/py-django14 \
 		${PYTHON_PKGNAMEPREFIX}django-pipeline12>=1.2.24:${PORTSDIR}/www/py-django-pipeline12 \
 		${PYTHON_PKGNAMEPREFIX}feedparser>=5.1.2:${PORTSDIR}/textproc/py-feedparser \



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