From owner-svn-ports-head@freebsd.org Thu Dec 8 19:33:17 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 30863C6CDBE; Thu, 8 Dec 2016 19:33:17 +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 0033E1254; Thu, 8 Dec 2016 19:33:16 +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 uB8JXGVU026953; Thu, 8 Dec 2016 19:33:16 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB8JXGsS026952; Thu, 8 Dec 2016 19:33:16 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201612081933.uB8JXGsS026952@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 8 Dec 2016 19:33:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428151 - head/databases/py-Elixir 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: Thu, 08 Dec 2016 19:33:17 -0000 Author: rene Date: Thu Dec 8 19:33:15 2016 New Revision: 428151 URL: https://svnweb.freebsd.org/changeset/ports/428151 Log: databases/py-Elixir: unexpire by bumping py-sqlalchemy version. PR: 213681 Submitted by: vlad-fbsd@acheronmedia.com Approved by: maintainer timeout (nivit, 7 weeks) Modified: head/databases/py-Elixir/Makefile Modified: head/databases/py-Elixir/Makefile ============================================================================== --- head/databases/py-Elixir/Makefile Thu Dec 8 19:23:24 2016 (r428150) +++ head/databases/py-Elixir/Makefile Thu Dec 8 19:33:15 2016 (r428151) @@ -3,7 +3,7 @@ PORTNAME= Elixir PORTVERSION= 0.7.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases python MASTER_SITES= CHEESESHOP \ http://nivi.interfree.it/distfiles/${PORTNAME}/ @@ -14,10 +14,7 @@ COMMENT= Declarative Mapper for SQLAlche LICENSE= MIT -DEPRECATED= Depends on expired py-sqlalchemy06 -EXPIRATION_DATE= 2016-12-08 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.4.0:databases/py-sqlalchemy06 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0.4.0:databases/py-sqlalchemy10 USES= python USE_PYTHON= distutils autoplist