aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-geoalchemy
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-01-25 02:45:16 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-01-25 02:45:16 +0800
commitd2dd3c92ddb5f3d6dd921913f12eba79dbd2606e (patch)
tree1b48a7ee6d7e00db7d16e7663bec3f582e56f75d /databases/py-geoalchemy
parent092b5aa0c8a1e4048e93c65fa8cea3a374f8f6ff (diff)
downloadfreebsd-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/Makefile4
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