Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Dec 2013 07:46:38 GMT
From:      Anes Mukhametov <anes@anes.su>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        clsung@FreeBSD.org
Subject:   ports/184792: [UPDATE] www/py-django-pipeline: Fix dependency, add staging
Message-ID:  <201312160746.rBG7kcBS002531@be.static.corbina.ru>
Resent-Message-ID: <201312160750.rBG7o0HI071914@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184792
>Category:       ports
>Synopsis:       [UPDATE] www/py-django-pipeline: Fix dependency, add staging
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 16 07:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Anes Mukhametov
>Release:        FreeBSD 10.0-ALPHA5 amd64
>Organization:
>Environment:


	
>Description:
	Make tinderbox happy to built package. Otherwise it trying to install www/py-django instead of www/py-django14.
	Staging compatible.

>How-To-Repeat:
	
>Fix:

	

--- py-django-pipeline.diff begins here ---
Index: www/py-django-pipeline/Makefile
===================================================================
--- www/py-django-pipeline/Makefile	(revision 336345)
+++ www/py-django-pipeline/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	django-pipeline
 PORTVERSION=	1.3.12
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,10 +11,9 @@
 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>
--- py-django-pipeline.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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