aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-12-04 04:34:57 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-12-04 04:34:57 +0800
commit055e8ba579297eee0fb8d950d69523627ea51e9d (patch)
tree39fb272a276ea50c1eb9a42ce20df090f69a1a9f
parent81686dbb347a4417822b61b24516a1d59df45ba2 (diff)
downloadfreebsd-ports-gnome-055e8ba579297eee0fb8d950d69523627ea51e9d.tar.gz
freebsd-ports-gnome-055e8ba579297eee0fb8d950d69523627ea51e9d.tar.zst
freebsd-ports-gnome-055e8ba579297eee0fb8d950d69523627ea51e9d.zip
Change from USES=python:2 to USES=python:2.7
- Bump PORTREVISION for dependency change
-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 3c900e8adf50..dd93d8fef4a2 100644
--- a/databases/py-geoalchemy/Makefile
+++ b/databases/py-geoalchemy/Makefile
@@ -3,7 +3,7 @@
PORTNAME= geoalchemy
PORTVERSION= 0.7.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases geography python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,6 +18,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy11>=0.6.1:databases/py-sqlalchemy1
NO_ARCH= yes
USE_PYTHON= autoplist distutils
-USES= python:2
+USES= python:2.7
.include <bsd.port.mk>