From owner-svn-ports-all@FreeBSD.ORG Sun Dec 22 10:04:59 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E2705279; Sun, 22 Dec 2013 10:04:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CDFC110AF; Sun, 22 Dec 2013 10:04:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBMA4xGh088688; Sun, 22 Dec 2013 10:04:59 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBMA4xXM088687; Sun, 22 Dec 2013 10:04:59 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201312221004.rBMA4xXM088687@svn.freebsd.org> From: Antoine Brodin Date: Sun, 22 Dec 2013 10:04:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r337181 - branches/2014Q1/www/py-django-evolution X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Dec 2013 10:05:00 -0000 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