aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2016-11-24 23:34:01 +0800
committersunpoet <sunpoet@FreeBSD.org>2016-11-24 23:34:01 +0800
commit7baa101edce08381062a7dd8137d4179f3af828e (patch)
tree854b8b70ec10fcc8ad403fce14a0c71f8f0e06f0 /databases
parentb26f78713f0277331c5354b9b010bbcb6a4370ad (diff)
downloadfreebsd-ports-gnome-7baa101edce08381062a7dd8137d4179f3af828e.tar.gz
freebsd-ports-gnome-7baa101edce08381062a7dd8137d4179f3af828e.tar.zst
freebsd-ports-gnome-7baa101edce08381062a7dd8137d4179f3af828e.zip
- Update RUN_DEPENDS: use newer py-sqlalchemy
- Bump PORTREVISION for dependency change
Diffstat (limited to 'databases')
-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 c1b435b3d733..14b663b45018 100644
--- a/databases/py-geoalchemy/Makefile
+++ b/databases/py-geoalchemy/Makefile
@@ -3,7 +3,7 @@
PORTNAME= geoalchemy
PORTVERSION= 0.7.2
-PORTREVISION= 1
+PORTREVISION= 2
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}sqlalchemy10>=0.6.1:databases/py-sqlalchemy10
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy11>=0.6.1:databases/py-sqlalchemy11
NO_ARCH= yes
USE_PYTHON= autoplist distutils