Index: head/www/py-formalchemy/Makefile =================================================================== --- head/www/py-formalchemy/Makefile (revision 428153) +++ head/www/py-formalchemy/Makefile (revision 428154) @@ -1,29 +1,28 @@ # Created by: ghostonthewire # $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} MAINTAINER= ghostonthewire@gmail.com COMMENT= Toolkit for creating HTML form elements 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} USES= python USE_PYTHON= distutils autoplist .include Index: head/www/py-formalchemy/distinfo =================================================================== --- head/www/py-formalchemy/distinfo (revision 428153) +++ head/www/py-formalchemy/distinfo (revision 428154) @@ -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 Index: head/www/py-formalchemy/pkg-descr =================================================================== --- head/www/py-formalchemy/pkg-descr (revision 428153) +++ head/www/py-formalchemy/pkg-descr (revision 428154) @@ -1,10 +1,10 @@ FormAlchemy greatly speeds development with SQLAlchemy mapped classes (models) in a HTML forms environment. FormAlchemy eliminates boilerplate by autogenerating HTML input fields from a given model. FormAlchemy will try to figure out what kind of HTML code should be returned by introspecting the model's properties 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