svn commit: r427027 - head/databases/py-geoalchemy

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Nov 24 15:34:03 UTC 2016


Author: sunpoet
Date: Thu Nov 24 15:34:01 2016
New Revision: 427027
URL: https://svnweb.freebsd.org/changeset/ports/427027

Log:
  - Update RUN_DEPENDS: use newer py-sqlalchemy
  - Bump PORTREVISION for dependency change

Modified:
  head/databases/py-geoalchemy/Makefile

Modified: head/databases/py-geoalchemy/Makefile
==============================================================================
--- head/databases/py-geoalchemy/Makefile	Thu Nov 24 15:33:57 2016	(r427026)
+++ head/databases/py-geoalchemy/Makefile	Thu Nov 24 15:34:01 2016	(r427027)
@@ -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 D
 
 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


More information about the svn-ports-all mailing list