Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Dec 2013 10:17:01 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r337183 - branches/2014Q1/www/py-django-pipeline
Message-ID:  <201312221017.rBMAH1ai092880@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Dec 22 10:17:01 2013
New Revision: 337183
URL: http://svnweb.freebsd.org/changeset/ports/337183

Log:
  MFH: r337182
  
  - Fix RUN_DEPENDS
  - Stage support
  
  PR:		ports/184792
  Submitted by:	Anes Mukhametov
  Approved by:	portmgr (implicit)

Modified:
  branches/2014Q1/www/py-django-pipeline/Makefile
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/www/py-django-pipeline/Makefile
==============================================================================
--- branches/2014Q1/www/py-django-pipeline/Makefile	Sun Dec 22 10:15:19 2013	(r337182)
+++ branches/2014Q1/www/py-django-pipeline/Makefile	Sun Dec 22 10:17:01 2013	(r337183)
@@ -10,10 +10,9 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	clsung@FreeBSD.org
 COMMENT=	Asset (css/js) packaging library for Django
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django>0<1.5:${PORTSDIR}/www/py-django14
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django14>0<1.5:${PORTSDIR}/www/py-django14
 
 USE_PYTHON=	-2.7
 USE_PYDISTUTILS=easy_install
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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