diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-11 12:01:50 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-11 12:01:50 +0800 |
commit | 3a44504f9fd8b3b94f8fd51110a4f9f8e3b266ed (patch) | |
tree | a638ed6b4b54d903a6cff018b20c75f9bf750fca /www | |
parent | 5e9aa9160dd4597664fef471294dfccbc6364fd7 (diff) | |
download | freebsd-ports-gnome-3a44504f9fd8b3b94f8fd51110a4f9f8e3b266ed.tar.gz freebsd-ports-gnome-3a44504f9fd8b3b94f8fd51110a4f9f8e3b266ed.tar.zst freebsd-ports-gnome-3a44504f9fd8b3b94f8fd51110a4f9f8e3b266ed.zip |
[maintainer] change maintainer mail address
I'm the maintainer(dryice@liu.com.cn) of the following
ports. Please help to change the maintainer mail address to
dryice@dryice.name. This new mail address has a RDNS record
and will make the life easier. Thanks!
PR: ports/91624
Submitted by: Dryice Dong Liu <dryice@dryice.name>
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_scgi/Makefile | 2 | ||||
-rw-r--r-- | www/myghty/Makefile | 2 | ||||
-rw-r--r-- | www/py-scgi/Makefile | 2 | ||||
-rw-r--r-- | www/pyblosxom/Makefile | 2 | ||||
-rw-r--r-- | www/quixote/Makefile | 2 | ||||
-rw-r--r-- | www/roundup/Makefile | 2 | ||||
-rw-r--r-- | www/session2/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/www/mod_scgi/Makefile b/www/mod_scgi/Makefile index 6e8426133521..d83c1e17690e 100644 --- a/www/mod_scgi/Makefile +++ b/www/mod_scgi/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.mems-exchange.org/software/files/scgi/ \ PKGNAMEPREFIX= mod_ DISTNAME= scgi-${PORTVERSION:S/.a/a/} -MAINTAINER= dryice@liu.com.cn +MAINTAINER= dryice@dryice.name COMMENT= Apache module that implements the client side of the SCGI protocol USE_APACHE= yes diff --git a/www/myghty/Makefile b/www/myghty/Makefile index c2312fcf25bc..9e4a7c0b5954 100644 --- a/www/myghty/Makefile +++ b/www/myghty/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= Myghty-${PORTVERSION} -MAINTAINER= dryice@liu.com.cn +MAINTAINER= dryice@dryice.name COMMENT= Myghty is a Python based templating framework USE_PYTHON= 2.3+ diff --git a/www/py-scgi/Makefile b/www/py-scgi/Makefile index 6e693316a9dc..422fa5dd87ea 100644 --- a/www/py-scgi/Makefile +++ b/www/py-scgi/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.mems-exchange.org/software/files/scgi/ \ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= scgi-${PORTVERSION:S/.a/a/} -MAINTAINER= dryice@liu.com.cn +MAINTAINER= dryice@dryice.name COMMENT= Python server implementation of the Simple Common Gateway Protocol USE_PYTHON= yes diff --git a/www/pyblosxom/Makefile b/www/pyblosxom/Makefile index c7e8aefcac45..67318164ab68 100644 --- a/www/pyblosxom/Makefile +++ b/www/pyblosxom/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://bsdchat.com/dist/dryice/ MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= dryice@liu.com.cn +MAINTAINER= dryice@dryice.name COMMENT= A lightweight weblog system USE_PYTHON= 2.2+ diff --git a/www/quixote/Makefile b/www/quixote/Makefile index 2abdde7a9d8b..35d4d4883dd1 100644 --- a/www/quixote/Makefile +++ b/www/quixote/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.mems-exchange.org/software/files/quixote/ \ http://bsdchat.com/dist/dryice/ DISTNAME= Quixote-${PORTVERSION} -MAINTAINER= dryice@liu.com.cn +MAINTAINER= dryice@dryice.name COMMENT= A framework for developing web applications in Python USE_PYTHON= 2.3+ diff --git a/www/roundup/Makefile b/www/roundup/Makefile index cac97d6a76ef..eeef83a234bf 100644 --- a/www/roundup/Makefile +++ b/www/roundup/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://bsdchat.com/dist/dryice/ MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= dryice@liu.com.cn +MAINTAINER= dryice@dryice.name COMMENT= An Issue-Tracking System for Knowledge Workers USE_PYTHON= yes diff --git a/www/session2/Makefile b/www/session2/Makefile index b567f3f14b13..d01a21fa3a14 100644 --- a/www/session2/Makefile +++ b/www/session2/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://quixote.idyll.org/session2/ \ http://bsdchat.com/dist/dryice/ DISTNAME= session2-${PORTVERSION} -MAINTAINER= dryice@liu.com.cn +MAINTAINER= dryice@dryice.name COMMENT= A quixote session manager with persistence support USE_PYTHON= 2.3+ |