diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-11 22:34:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-11 22:34:21 +0000 |
commit | 70478529360c42f030e79ac924f042c3e03056ea (patch) | |
tree | 52f5facba16ef4cc7c0c0b8180d11d128038521a /databases/py-sqlobject/Makefile | |
parent | ecf2a08ec357fc2f3dc6919e2800a40054be3ab0 (diff) |
Notes
Diffstat (limited to 'databases/py-sqlobject/Makefile')
-rw-r--r-- | databases/py-sqlobject/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-sqlobject/Makefile b/databases/py-sqlobject/Makefile index 7f8b6a4a5ec2..b3e536b31277 100644 --- a/databases/py-sqlobject/Makefile +++ b/databases/py-sqlobject/Makefile @@ -6,14 +6,14 @@ # PORTNAME= sqlobject -PORTVERSION= 0.5.2 +PORTVERSION= 0.6 CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= SQLObject-${PORTVERSION} -MAINTAINER= whitekid@netian.com +MAINTAINER= whitekid@gmail.com COMMENT= A python object for manipulation with SQL table row # Someone will add SQLite, Firebird and DBMConnection support things. |