Bug 184793 - [UPDATE] www/py-django-evolution: Fix dependency, add staging
Summary: [UPDATE] www/py-django-evolution: Fix dependency, add staging
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chien Lin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-16 07:50 UTC by Anes Mukhametov
Modified: 2013-12-22 10:10 UTC (History)
1 user (show)

See Also:


Attachments
py-django-evolution.diff (700 bytes, patch)
2013-12-16 07:50 UTC, Anes Mukhametov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anes Mukhametov 2013-12-16 07:50:01 UTC
	Make tinderbox happy to built package. Otherwise it trying to install www/py-django instead of www/py-django14.
	Staging compatible.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-16 07:50:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pclin

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-22 10:03:21 UTC
Author: antoine
Date: Sun Dec 22 10:03:15 2013
New Revision: 337180
URL: http://svnweb.freebsd.org/changeset/ports/337180

Log:
  - Fix RUN_DEPENDS
  - Stage support
  
  PR:		ports/184793
  Submitted by:	Anes Mukhametov

Modified:
  head/www/py-django-evolution/Makefile

Modified: head/www/py-django-evolution/Makefile
==============================================================================
--- head/www/py-django-evolution/Makefile	Sun Dec 22 09:42:33 2013	(r337179)
+++ head/www/py-django-evolution/Makefile	Sun Dec 22 10:03:15 2013	(r337180)
@@ -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>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-12-22 10:05:06 UTC
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>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Antoine Brodin freebsd_committer freebsd_triage 2013-12-22 10:05:40 UTC
State Changed
From-To: open->closed

Patch committed to head on 2014Q1 branch, thanks!