Date: Fri, 16 Dec 2016 13:42:11 +0000 (UTC) From: Olivier Cochard <olivier@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428678 - head/www/py-bottle-cork Message-ID: <201612161342.uBGDgBW0011592@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivier Date: Fri Dec 16 13:42:11 2016 New Revision: 428678 URL: https://svnweb.freebsd.org/changeset/ports/428678 Log: Update sqlalchemy dependency PR: 215223 Submitted by: rene Approved by: tabthorpe Differential Revision: https://reviews.freebsd.org/D8799 Modified: head/www/py-bottle-cork/Makefile Modified: head/www/py-bottle-cork/Makefile ============================================================================== --- head/www/py-bottle-cork/Makefile Fri Dec 16 13:31:11 2016 (r428677) +++ head/www/py-bottle-cork/Makefile Fri Dec 16 13:42:11 2016 (r428678) @@ -2,6 +2,7 @@ PORTNAME= bottle-cork PORTVERSION= 0.12.0 +PORTREVISION= 1 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -27,7 +28,7 @@ OPTIONS_DEFINE= SQLITE MONGODB SQLALCHE SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 MONGODB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymongo>0:databases/pymongo -SQLALCHEMY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>0:databases/py-sqlalchemy07 +SQLALCHEMY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>0:databases/py-sqlalchemy10 .if ${PORT_OPTIONS:MEXAMPLES} post-install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612161342.uBGDgBW0011592>