From owner-svn-ports-head@freebsd.org Thu Dec 8 20:12:53 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 839A7C6DBA5; Thu, 8 Dec 2016 20:12:53 +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 39458A40; Thu, 8 Dec 2016 20:12:53 +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 uB8KCqle054900; Thu, 8 Dec 2016 20:12:52 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB8KCqUv054897; Thu, 8 Dec 2016 20:12:52 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201612082012.uB8KCqUv054897@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 20:12:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428154 - head/www/py-formalchemy 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 20:12:53 -0000 Author: rene Date: Thu Dec 8 20:12:51 2016 New Revision: 428154 URL: https://svnweb.freebsd.org/changeset/ports/428154 Log: www/py-formalchemy: unexpire and update to 1.5.1 - use GitHub mastersite - update sqlalchemy dependency to 1.0 PR: 213682 Submitted by: vlad-fbsd@acheronmedia.com Approved by: maintainer timeout (ghostonthewire@gmail.com) Modified: head/www/py-formalchemy/Makefile head/www/py-formalchemy/distinfo head/www/py-formalchemy/pkg-descr Modified: head/www/py-formalchemy/Makefile ============================================================================== --- head/www/py-formalchemy/Makefile Thu Dec 8 20:11:39 2016 (r428153) +++ head/www/py-formalchemy/Makefile Thu Dec 8 20:12:51 2016 (r428154) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= formalchemy -PORTVERSION= 1.3.3 -PORTREVISION= 2 +PORTVERSION= 1.5.1 CATEGORIES= www python -MASTER_SITES= GOOGLE_CODE +#MASTER_SITES= https://github.com/FormAlchemy/formalchemy PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= FormAlchemy-${DISTVERSION} @@ -14,11 +13,11 @@ COMMENT= Toolkit for creating HTML form LICENSE= MIT -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Broken, depends on expired py-sqlalchemy06 -EXPIRATION_DATE= 2016-12-08 +USE_GITHUB= yes +GH_ACCOUNT= FormAlchemy +GH_TAGNAME= v${PORTVERSION} -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.4.5:databases/py-sqlalchemy06 \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0.4.5:databases/py-sqlalchemy10 \ ${PYTHON_PKGNAMEPREFIX}Tempita>=0.4:textproc/py-Tempita \ ${PYTHON_PKGNAMEPREFIX}webhelpers>=0.6.4:www/py-webhelpers RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/www/py-formalchemy/distinfo ============================================================================== --- head/www/py-formalchemy/distinfo Thu Dec 8 20:11:39 2016 (r428153) +++ head/www/py-formalchemy/distinfo Thu Dec 8 20:12:51 2016 (r428154) @@ -1,2 +1,3 @@ -SHA256 (FormAlchemy-1.3.3.tar.gz) = 2282f21d4826937296a35b5086d65991093b01ff1221477244888b9c36b91a86 -SIZE (FormAlchemy-1.3.3.tar.gz) = 105546 +TIMESTAMP = 1481226549 +SHA256 (FormAlchemy-1.5.1_GH0.tar.gz) = ef0741357db3570ef0ffe04ab527dd7b92e038c4b164af8dde74cfafa54cf5b7 +SIZE (FormAlchemy-1.5.1_GH0.tar.gz) = 503306 Modified: head/www/py-formalchemy/pkg-descr ============================================================================== --- head/www/py-formalchemy/pkg-descr Thu Dec 8 20:11:39 2016 (r428153) +++ head/www/py-formalchemy/pkg-descr Thu Dec 8 20:12:51 2016 (r428154) @@ -7,4 +7,4 @@ HTML code should be returned by introspe and generate ready-to-use HTML code that will fit the developer's application. -WWW: http://code.google.com/p/formalchemy/ +WWW: https://github.com/FormAlchemy/formalchemy