diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-01-24 18:45:21 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-01-24 18:45:21 +0000 |
commit | 7f9d00241b24178ac340d5592890061b8cd0ef07 (patch) | |
tree | 021e65b118b3f0ea349a346d0e85e74361d95488 /databases/py-geoalchemy2/Makefile | |
parent | 2541ca56c0d6e3c6aa37e52875d9211733701a33 (diff) |
Notes
Diffstat (limited to 'databases/py-geoalchemy2/Makefile')
-rw-r--r-- | databases/py-geoalchemy2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-geoalchemy2/Makefile b/databases/py-geoalchemy2/Makefile index 0b67ce202117..047df6e1e9de 100644 --- a/databases/py-geoalchemy2/Makefile +++ b/databases/py-geoalchemy2/Makefile @@ -3,6 +3,7 @@ PORTNAME= geoalchemy2 PORTVERSION= 0.4.2 +PORTREVISION= 1 CATEGORIES= databases geography python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +14,7 @@ COMMENT= Using SQLAlchemy with Spatial Databases LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy11>=0.8:databases/py-sqlalchemy11@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy12>=0.8:databases/py-sqlalchemy12@${FLAVOR} NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils |