aboutsummaryrefslogtreecommitdiff
path: root/databases/py-geoalchemy
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-12-03 20:34:57 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-12-03 20:34:57 +0000
commit139677ddcd32dc691329c293082881a11a1b7330 (patch)
tree39fb272a276ea50c1eb9a42ce20df090f69a1a9f /databases/py-geoalchemy
parent5e3e9cf68bde4c163fe53f444b203860e205ebae (diff)
downloadports-139677ddcd32dc691329c293082881a11a1b7330.tar.gz
ports-139677ddcd32dc691329c293082881a11a1b7330.zip
Change from USES=python:2 to USES=python:2.7
- Bump PORTREVISION for dependency change
Notes
Notes: svn path=/head/; revision=455439
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 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>