diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-05-23 11:50:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-05-23 11:50:38 +0800 |
commit | 7e191a5593201f765c36f95eecb64d26fbfa6152 (patch) | |
tree | 433b5fe2c611856192f0117aa5eb9af7597756cf /databases | |
parent | 3a95ee60839e0dfd1a93e68e4d749c1e4b50de92 (diff) | |
download | freebsd-ports-graphics-7e191a5593201f765c36f95eecb64d26fbfa6152.tar.gz freebsd-ports-graphics-7e191a5593201f765c36f95eecb64d26fbfa6152.tar.zst freebsd-ports-graphics-7e191a5593201f765c36f95eecb64d26fbfa6152.zip |
- Update RUN_DEPENDS
- Add NO_ARCH
- Bump PORTREVISION for dependency change
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-geoalchemy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/py-geoalchemy/Makefile b/databases/py-geoalchemy/Makefile index 22f4fdc583d..c1b435b3d73 100644 --- a/databases/py-geoalchemy/Makefile +++ b/databases/py-geoalchemy/Makefile @@ -3,6 +3,7 @@ PORTNAME= geoalchemy PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= databases geography python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +14,9 @@ COMMENT= Using SQLAlchemy with Spatial Databases LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>=0.6.1:databases/py-sqlalchemy07 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0.6.1:databases/py-sqlalchemy10 +NO_ARCH= yes USE_PYTHON= autoplist distutils USES= python:2 |