aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-sqlalchemy06/Makefile
diff options
context:
space:
mode:
authoralexbl <alexbl@FreeBSD.org>2006-11-08 12:54:01 +0800
committeralexbl <alexbl@FreeBSD.org>2006-11-08 12:54:01 +0800
commitd109aab40da6bbf05413e0e30bc3515ec63f7d4e (patch)
tree65929b9917853924ca1879e07e7bab665c697b02 /databases/py-sqlalchemy06/Makefile
parent34f8fd60f105ba3988996033e6d0a2f032c71aea (diff)
downloadfreebsd-ports-gnome-d109aab40da6bbf05413e0e30bc3515ec63f7d4e.tar.gz
freebsd-ports-gnome-d109aab40da6bbf05413e0e30bc3515ec63f7d4e.tar.zst
freebsd-ports-gnome-d109aab40da6bbf05413e0e30bc3515ec63f7d4e.zip
- update to 0.3.0
PR: 105127 Submitted by: Dryice Liu <dryice@dryice.name> (maintainer)
Diffstat (limited to 'databases/py-sqlalchemy06/Makefile')
-rw-r--r--databases/py-sqlalchemy06/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-sqlalchemy06/Makefile b/databases/py-sqlalchemy06/Makefile
index ff074e77063e..a9fa6d71ae81 100644
--- a/databases/py-sqlalchemy06/Makefile
+++ b/databases/py-sqlalchemy06/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sqlalchemy
-PORTVERSION= 0.2.8
+PORTVERSION= 0.3.0
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://cheeseshop.python.org/packages/source/S/SQLAlchemy/ \
@@ -34,7 +34,7 @@ OPTIONS+= SQLITE "support Sqlite" on
PORTDOCS= adv_datamapping.html alphaapi.html \
alphaimplementation.html datamapping.html \
dbengine.html docs.css docstrings.html \
- documentation.html index.html metadata.html \
+ index.html metadata.html \
plugins.html pooling.html scripts.js \
sqlconstruction.html style.css syntaxhighlight.css \
tutorial.html types.html unitofwork.html