svn commit: r337183 - branches/2014Q1/www/py-django-pipeline

Antoine Brodin antoine at FreeBSD.org
Sun Dec 22 10:17:02 UTC 2013


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 at 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>


More information about the svn-ports-all mailing list