From owner-svn-ports-head@freebsd.org Sat Dec 24 14:39:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA52FC8EB2C; Sat, 24 Dec 2016 14:39:52 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A03A16A9; Sat, 24 Dec 2016 14:39:52 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBOEdpMq067507; Sat, 24 Dec 2016 14:39:51 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBOEdpjU067506; Sat, 24 Dec 2016 14:39:51 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201612241439.uBOEdpjU067506@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sat, 24 Dec 2016 14:39:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429359 - head/www/py-kallithea X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2016 14:39:52 -0000 Author: rene Date: Sat Dec 24 14:39:51 2016 New Revision: 429359 URL: https://svnweb.freebsd.org/changeset/ports/429359 Log: www/py-kallithea: update sqlalchemy dependency from 0.7 (expired) to 1.0 PR: 215224 Submitted by: myself Approved by: maintainer (freebsd@skinc.ru) Modified: head/www/py-kallithea/Makefile Modified: head/www/py-kallithea/Makefile ============================================================================== --- head/www/py-kallithea/Makefile Sat Dec 24 14:31:08 2016 (r429358) +++ head/www/py-kallithea/Makefile Sat Dec 24 14:39:51 2016 (r429359) @@ -3,7 +3,7 @@ PORTNAME= kallithea PORTVERSION= 0.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wait ${PYTHON_PKGNAMEPREFIX}beaker>=1.6.4:www/py-beaker \ ${PYTHON_PKGNAMEPREFIX}webhelpers>=1.3:www/py-webhelpers \ ${PYTHON_PKGNAMEPREFIX}formencode>=1.2.4:www/py-formencode \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>=0.7.10:databases/py-sqlalchemy07 \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0.7.10:databases/py-sqlalchemy10 \ ${PYTHON_PKGNAMEPREFIX}mako>=0.9.0:textproc/py-mako \ ${PYTHON_PKGNAMEPREFIX}pygments>=1.5:textproc/py-pygments \ ${PYTHON_PKGNAMEPREFIX}whoosh>=2.4.0:textproc/py-whoosh \