diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-08-17 05:27:02 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-08-17 05:27:02 +0000 |
commit | b024879f81b6bd07aac5db48fc7c28e03845c273 (patch) | |
tree | 04c7772fb27f67a502a86b7e6be2f90705d0893f /devel/py-sqlcc | |
parent | Reset maintainer due to maintainer-timeouts and no response to email. (diff) |
Reset thinker@branda.to due to maintainer-timeouts and no response to
email. While here, tighten up comments and pet portlint.
Hat: portmgr
Notes
Notes:
svn path=/head/; revision=239706
Diffstat (limited to 'devel/py-sqlcc')
-rw-r--r-- | devel/py-sqlcc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-sqlcc/Makefile b/devel/py-sqlcc/Makefile index 517adcc6185d..6e2a89ad3038 100644 --- a/devel/py-sqlcc/Makefile +++ b/devel/py-sqlcc/Makefile @@ -11,8 +11,8 @@ CATEGORIES= devel databases python MASTER_SITES= http://master.branda.to/downloads/sqlcc/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= thinker@branda.to -COMMENT= The sqlcc is a Python SQL Command Composer +MAINTAINER= ports@FreeBSD.org +COMMENT= A Python SQL Command Composer RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pythk/__init__.py:${PORTSDIR}/devel/pythk |