svn commit: r337181 - branches/2014Q1/www/py-django-evolution

Antoine Brodin antoine at FreeBSD.org
Sun Dec 22 10:05:00 UTC 2013


Author: antoine
Date: Sun Dec 22 10:04:59 2013
New Revision: 337181
URL: http://svnweb.freebsd.org/changeset/ports/337181

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

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

Modified: branches/2014Q1/www/py-django-evolution/Makefile
==============================================================================
--- branches/2014Q1/www/py-django-evolution/Makefile	Sun Dec 22 10:03:15 2013	(r337180)
+++ branches/2014Q1/www/py-django-evolution/Makefile	Sun Dec 22 10:04:59 2013	(r337181)
@@ -14,10 +14,9 @@ COMMENT=	A database schema evolution too
 
 LICENSE=	BSD
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django>=1.1.1<1.5:${PORTSDIR}/www/py-django14
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django14>=1.1.1<1.5:${PORTSDIR}/www/py-django14
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	easy_install
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-branches mailing list