aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2005-01-30 16:53:43 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2005-01-30 16:53:43 +0000
commit81d2328c62dd6a25fbb959d0aba801c0e5a47ddb (patch)
treeb6de43be658a44bda361ebcea2c211b4c78de249
parent9d9c62c276c71f2aaa4554d9682ae3134c5b8464 (diff)
downloadports-81d2328c62dd6a25fbb959d0aba801c0e5a47ddb.tar.gz
ports-81d2328c62dd6a25fbb959d0aba801c0e5a47ddb.zip
Change the maintainer to myself, adding a note that issues that are
not specific to this port/package should go to the freebsd-cvsweb mailing list. Requested by: scop
Notes
Notes: svn path=/head/; revision=127715
-rw-r--r--devel/cvsweb/Makefile4
-rw-r--r--devel/cvsweb3/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/cvsweb/Makefile b/devel/cvsweb/Makefile
index f6d1cb462980..4233a5e7aed4 100644
--- a/devel/cvsweb/Makefile
+++ b/devel/cvsweb/Makefile
@@ -13,7 +13,9 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://people.FreeBSD.org/~scop/cvsweb/
MASTER_SITE_SUBDIR= scop
-MAINTAINER= freebsd-cvsweb@FreeBSD.org
+# For issues that are not specific to this port/package, please consult
+# the <freebsd-cvsweb@FreeBSD.org> mailing list.
+MAINTAINER= knu@FreeBSD.org
COMMENT= WWW CGI script to browse CVS repository trees
NO_BUILD= yes
diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile
index cef9809ce606..0eebb0b16715 100644
--- a/devel/cvsweb3/Makefile
+++ b/devel/cvsweb3/Makefile
@@ -12,7 +12,9 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://people.FreeBSD.org/~scop/cvsweb/
MASTER_SITE_SUBDIR= scop
-MAINTAINER= freebsd-cvsweb@FreeBSD.org
+# For issues that are not specific to this port/package, please consult
+# the <freebsd-cvsweb@FreeBSD.org> mailing list.
+MAINTAINER= knu@FreeBSD.org
COMMENT= WWW CGI script to browse CVS repository trees version 3
RUN_DEPENDS= ${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run \