diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-01-25 02:45:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-01-25 02:45:16 +0800 |
commit | d2dd3c92ddb5f3d6dd921913f12eba79dbd2606e (patch) | |
tree | 1b48a7ee6d7e00db7d16e7663bec3f582e56f75d /databases/py-geoalchemy | |
parent | 092b5aa0c8a1e4048e93c65fa8cea3a374f8f6ff (diff) | |
download | freebsd-ports-gnome-d2dd3c92ddb5f3d6dd921913f12eba79dbd2606e.tar.gz freebsd-ports-gnome-d2dd3c92ddb5f3d6dd921913f12eba79dbd2606e.tar.zst freebsd-ports-gnome-d2dd3c92ddb5f3d6dd921913f12eba79dbd2606e.zip |
Change from py-sqlalchemy11 to py-sqlalchemy12
- Bump PORTREVISION for dependency change
Diffstat (limited to 'databases/py-geoalchemy')
-rw-r--r-- | databases/py-geoalchemy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-geoalchemy/Makefile b/databases/py-geoalchemy/Makefile index dd93d8fef4a2..4156c2b54a0f 100644 --- a/databases/py-geoalchemy/Makefile +++ b/databases/py-geoalchemy/Makefile @@ -3,7 +3,7 @@ PORTNAME= geoalchemy PORTVERSION= 0.7.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases geography python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ COMMENT= Using SQLAlchemy with Spatial Databases LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy11>=0.6.1:databases/py-sqlalchemy11@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy12>=0.6.1:databases/py-sqlalchemy12@${FLAVOR} NO_ARCH= yes USE_PYTHON= autoplist distutils |