Modified: trunk/dports/python/py-sqlalchemy-migrate/Portfile (130405 => 130406)
--- trunk/dports/python/py-sqlalchemy-migrate/Portfile 2014-12-30 05:53:04 UTC (rev 130405)
+++ trunk/dports/python/py-sqlalchemy-migrate/Portfile 2014-12-30 05:56:40 UTC (rev 130406)
@@ -15,7 +15,7 @@
long_description Inspired by Ruby on Rails' migrations, SQLAlchemy \
Migrate provides a way to deal with database \
schema changes in SQLAlchemy projects. SQLAlchemy \
- Migrate extends SQLAlchemy to have database
+ Migrate extends SQLAlchemy to have database \
changeset handling. It provides a database change \
repository mechanism which can be used from the \
command line as well as from inside python code.