diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-11 04:01:50 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-11 04:01:50 +0000 |
commit | 3952ad93e3f6e587b23c3a2717c6e56221a8d019 (patch) | |
tree | 36ead6bfbbdedc458ddf9c356e918cd4543c9b51 /www | |
parent | ce6a81dfcee58727bca925b7a980b8579f6dd87f (diff) | |
download | ports-3952ad93e3f6e587b23c3a2717c6e56221a8d019.tar.gz ports-3952ad93e3f6e587b23c3a2717c6e56221a8d019.zip |
Notes
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+ |