Date: Wed, 10 Jan 2007 18:53:41 GMT From: Aron Stansvik<elvstone@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/107774: Update port: databases/py-migrate Message-ID: <200701101853.l0AIrfx6082150@www.freebsd.org> Resent-Message-ID: <200701101900.l0AJ0XZw095501@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 107774 >Category: ports >Synopsis: Update port: databases/py-migrate >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jan 10 19:00:32 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Aron Stansvik >Release: 6.1-STABLE >Organization: >Environment: FreeBSD rubik.dose.se 6.1-STABLE FreeBSD 6.1-STABLE #1: Tue Aug 29 13:14:06 CEST 2006 elvis@rubik.dose.se:/usr/obj/usr/src/sys/GENERIC i386 >Description: Sorry this was sloppy of me, hardcoding the version of the dependency like that. Attaching fix. >How-To-Repeat: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.2006122405/py24-migrate-0.2.2.log >Fix: Patch attached with submission follows: --- Makefile.orig Wed Jan 10 19:49:39 2007 +++ Makefile Wed Jan 10 19:48:08 2007 @@ -7,6 +7,7 @@ PORTNAME= migrate PORTVERSION= 0.2.2 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= http://cheeseshop.python.org/packages/source/m/migrate/ \ http://dose.se/distfiles/migrate/ @@ -22,6 +23,6 @@ USE_PYDISTUTILS= yes BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/SQLAlchemy-0.3.1-py${_PYTHON_VERSION}.egg:${PORTSDIR}/databases/py-sqlalchemy +RUN_DEPENDS+= py-sqlalchemy>=0.3.0:${PORTSDIR}/databases/py-sqlalchemy .include <bsd.port.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701101853.l0AIrfx6082150>