diff options
author | knu <knu@FreeBSD.org> | 2005-01-31 00:53:43 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2005-01-31 00:53:43 +0800 |
commit | 6da52c4ea7828bed8dc18327f9f78534c9daf304 (patch) | |
tree | 4365e12b7dc59502decc921b655d8ca164c67bef /devel | |
parent | 29f4dfba9da2d2be6010ac8b7cccb59f8137f560 (diff) | |
download | freebsd-ports-gnome-6da52c4ea7828bed8dc18327f9f78534c9daf304.tar.gz freebsd-ports-gnome-6da52c4ea7828bed8dc18327f9f78534c9daf304.tar.zst freebsd-ports-gnome-6da52c4ea7828bed8dc18327f9f78534c9daf304.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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvsweb/Makefile | 4 | ||||
-rw-r--r-- | devel/cvsweb3/Makefile | 4 |
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 \ |