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 | |
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')
-rw-r--r-- | devel/py-mez_xml/Makefile | 2 | ||||
-rw-r--r-- | devel/py-pyke/Makefile | 5 | ||||
-rw-r--r-- | devel/py-sqlcc/Makefile | 4 | ||||
-rw-r--r-- | devel/pythk/Makefile | 2 |
4 files changed, 6 insertions, 7 deletions
diff --git a/devel/py-mez_xml/Makefile b/devel/py-mez_xml/Makefile index 2363c4150237..96602e37f8a2 100644 --- a/devel/py-mez_xml/Makefile +++ b/devel/py-mez_xml/Makefile @@ -11,7 +11,7 @@ CATEGORIES= devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= thinker@branda.to +MAINTAINER= ports@FreeBSD.org COMMENT= A simple template engine for Python USE_PYTHON= yes diff --git a/devel/py-pyke/Makefile b/devel/py-pyke/Makefile index b472f7e6bcae..f76908c22650 100644 --- a/devel/py-pyke/Makefile +++ b/devel/py-pyke/Makefile @@ -11,7 +11,7 @@ CATEGORIES= devel python MASTER_SITES= SF PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= thinker@branda.to +MAINTAINER= ports@FreeBSD.org COMMENT= Python Knowledge Engine RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=2.3:${PORTSDIR}/devel/py-ply @@ -19,5 +19,4 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=2.3:${PORTSDIR}/devel/py-ply USE_PYTHON= yes USE_PYDISTUTILS= easy_install -.include <bsd.port.pre.mk> -.include <bsd.port.post.mk> +.include <bsd.port.mk> 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 diff --git a/devel/pythk/Makefile b/devel/pythk/Makefile index 69089d9249c4..845f95975e44 100644 --- a/devel/pythk/Makefile +++ b/devel/pythk/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= https://opensvn.csie.org/traccgi/PumperWeb/raw-attachment/wiki/sql http://master.branda.to/downloads/pythk/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= thinker@branda.to +MAINTAINER= ports@FreeBSD.org COMMENT= A collection of Python functions USE_PYTHON= yes |