Index: head/databases/py-alembic/Makefile =================================================================== --- head/databases/py-alembic/Makefile (revision 434264) +++ head/databases/py-alembic/Makefile (revision 434265) @@ -1,20 +1,20 @@ # $FreeBSD$ PORTNAME= alembic -PORTVERSION= 0.8.9 +PORTVERSION= 0.8.10 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Database migration tool for SQLAlchemy LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0:databases/py-sqlalchemy10 \ ${PYTHON_PKGNAMEPREFIX}mako>=0:textproc/py-mako USES= python USE_PYTHON= distutils autoplist .include Index: head/databases/py-alembic/distinfo =================================================================== --- head/databases/py-alembic/distinfo (revision 434264) +++ head/databases/py-alembic/distinfo (revision 434265) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480407925 -SHA256 (alembic-0.8.9.tar.gz) = 0932bed55a4546b8aa6f59b8ad8b92b0161e7bd46adc538d50afb1c96b3571c1 -SIZE (alembic-0.8.9.tar.gz) = 977728 +TIMESTAMP = 1487302697 +SHA256 (alembic-0.8.10.tar.gz) = 0e3b50e96218283ec7443fb661199f5a81f5879f766967a8a2d25e8f9d4e7919 +SIZE (alembic-0.8.10.tar.gz) = 976028 Index: head/databases/py-alembic/pkg-descr =================================================================== --- head/databases/py-alembic/pkg-descr (revision 434264) +++ head/databases/py-alembic/pkg-descr (revision 434265) @@ -1,12 +1,12 @@ Alembic is a new database migrations tool, written by the author of SQLAlchemy. A migrations tool offers the following functionality: - Can emit ALTER statements to a database in order to change the structure of tables and other constructs - Provides a system whereby "migration scripts" may be constructed; each script indicates a particular series of steps that can "upgrade" a target database to a new version, and optionally a series of steps that can "downgrade" similarly, doing the same steps in reverse. - Allows the scripts to execute in some sequential manner. -WWW: http://bitbucket.org/zzzeek/alembic +WWW: http://alembic.zzzcomputing.com/