diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2011-07-03 17:24:54 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2011-07-03 17:24:54 +0000 |
commit | 7ad26b5b780eaeb487f3f592baa3bc93c129140b (patch) | |
tree | 295d8799a3c70939a64ac2f4e39951d9837095ee /databases/py-migrate/Makefile | |
parent | 891d10f377d5bff8f5fe01357e5b4b4087aca8e1 (diff) |
Notes
Diffstat (limited to 'databases/py-migrate/Makefile')
-rw-r--r-- | databases/py-migrate/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/databases/py-migrate/Makefile b/databases/py-migrate/Makefile index f4e2734c9e47..9c00da7f8373 100644 --- a/databases/py-migrate/Makefile +++ b/databases/py-migrate/Makefile @@ -6,18 +6,18 @@ # PORTNAME= migrate -PORTVERSION= 0.6.1 -PORTREVISION= 1 +PORTVERSION= 0.7.1 CATEGORIES= databases python -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ - http://dose.se/distfiles/migrate/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= sqlalchemy-${PORTNAME}-${PORTVERSION} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Database schema migrations for SQLAlchemy -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.5:${PORTSDIR}/databases/py-sqlalchemy06 \ +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.7:${PORTSDIR}/databases/py-sqlalchemy \ ${PYTHON_PKGNAMEPREFIX}Tempita>0:${PORTSDIR}/textproc/py-Tempita \ ${PYTHON_PKGNAMEPREFIX}decorator>0:${PORTSDIR}/devel/py-decorator @@ -26,6 +26,4 @@ USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= sqlalchemy_${PORTNAME} -LICENSE= MIT - .include <bsd.port.mk> |