Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Dec 2017 20:34:57 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455439 - head/databases/py-geoalchemy
Message-ID:  <201712032034.vB3KYvv0056290@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Dec  3 20:34:57 2017
New Revision: 455439
URL: https://svnweb.freebsd.org/changeset/ports/455439

Log:
  Change from USES=python:2 to USES=python:2.7
  
  - Bump PORTREVISION for dependency change

Modified:
  head/databases/py-geoalchemy/Makefile

Modified: head/databases/py-geoalchemy/Makefile
==============================================================================
--- head/databases/py-geoalchemy/Makefile	Sun Dec  3 20:34:52 2017	(r455438)
+++ head/databases/py-geoalchemy/Makefile	Sun Dec  3 20:34:57 2017	(r455439)
@@ -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.
 
 NO_ARCH=	yes
 USE_PYTHON=	autoplist distutils
-USES=		python:2
+USES=		python:2.7
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712032034.vB3KYvv0056290>