diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2008-12-18 07:09:22 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2008-12-18 07:09:22 +0000 |
commit | c7ec68cb5f92b75f94aa51ecbd9d158139d7cff6 (patch) | |
tree | 0f15ad8fe4f1d4a36d41451b5675107fd3af48b0 | |
parent | Add USE_PERL5=yes (diff) |
Over to new volunteer.
Notes
Notes:
svn path=/head/; revision=224365
-rw-r--r-- | databases/py-sqlobject/Makefile | 2 | ||||
-rw-r--r-- | devel/py-durus/Makefile | 2 | ||||
-rw-r--r-- | devel/py-nose/Makefile | 2 | ||||
-rw-r--r-- | www/py-pastescript/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/databases/py-sqlobject/Makefile b/databases/py-sqlobject/Makefile index 1a05d9d3a318..600fa60a6599 100644 --- a/databases/py-sqlobject/Makefile +++ b/databases/py-sqlobject/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= dryice PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= SQLObject-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= wenheping@gmail.com COMMENT= A python object for manipulation with SQL table row BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools diff --git a/devel/py-durus/Makefile b/devel/py-durus/Makefile index c953d90a15fe..f1392baaba4f 100644 --- a/devel/py-durus/Makefile +++ b/devel/py-durus/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= dryice PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Durus-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= wenheping@gmail.com COMMENT= A persistent object storage system for Python USE_PYTHON= 2.4+ diff --git a/devel/py-nose/Makefile b/devel/py-nose/Makefile index ddc2de97797a..7c7d3d32efd4 100644 --- a/devel/py-nose/Makefile +++ b/devel/py-nose/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://somethingaboutorange.com/mrl/projects/nose/ \ MASTER_SITE_SUBDIR= dryice PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= wenheping@gmail.com COMMENT= A discovery-based unittest extension USE_PYTHON= 2.3+ diff --git a/www/py-pastescript/Makefile b/www/py-pastescript/Makefile index ea69ba9fcea7..c81da798a1c6 100644 --- a/www/py-pastescript/Makefile +++ b/www/py-pastescript/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://pypi.python.org/packages/source/P/PasteScript/ \ MASTER_SITE_SUBDIR= dryice PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= wenheping@gmail.com COMMENT= A pluggable command-line frontend BUILD_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools |