diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-19 18:18:14 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-19 18:18:14 +0000 |
commit | 22893d975b7b864477c1e7923a0157b53d27a484 (patch) | |
tree | 300e179441b4b52fecbfb67654450e6c40bbcc2e /databases/py-sqlobject/Makefile | |
parent | 3b899362fe466d765805ff7e0cd6e4a3d50715b1 (diff) |
Notes
Diffstat (limited to 'databases/py-sqlobject/Makefile')
-rw-r--r-- | databases/py-sqlobject/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/py-sqlobject/Makefile b/databases/py-sqlobject/Makefile index 8734d4fdf0f3..18967055a75b 100644 --- a/databases/py-sqlobject/Makefile +++ b/databases/py-sqlobject/Makefile @@ -7,12 +7,16 @@ PORTNAME= sqlobject PORTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= SQLObject-${PORTVERSION} +PATCH_SITES= http://www.comdongin.com/ +PATCHFILES= sqlobject-0.6.1.patch + MAINTAINER= whitekid@gmail.com COMMENT= A python object for manipulation with SQL table row |