diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-08-01 02:37:41 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-08-01 02:37:41 +0000 |
commit | e10e2a05bb7ee9537766f37fa87e6aa46e50a828 (patch) | |
tree | faa6638bafbb65f01694e39dc61702bf3b0d6532 /devel | |
parent | 1a42907260feb092a5347384ad01d04f5812c2e7 (diff) | |
download | pkgsrc-e10e2a05bb7ee9537766f37fa87e6aa46e50a828.tar.gz |
Change MAINTAINER from tv at netbsd dot org to packages at netbsd dot org
after consulting with Todd. Any volunteers for any of these packages?
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvs/Makefile | 4 | ||||
-rw-r--r-- | devel/dejagnu/Makefile | 4 | ||||
-rw-r--r-- | devel/gperf/Makefile | 4 | ||||
-rw-r--r-- | devel/libg++/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile index 1c52fae8d65..aac2ebc0dfe 100644 --- a/devel/cvs/Makefile +++ b/devel/cvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2002/07/15 01:40:02 grant Exp $ +# $NetBSD: Makefile,v 1.50 2002/08/01 02:37:44 jschauma Exp $ # DISTNAME= cvs-1.11 @@ -7,7 +7,7 @@ CATEGORIES= devel MASTER_SITES= http://ftp.cvshome.org/${DISTNAME}/ \ ${MASTER_SITE_GNU:=non-gnu/cvs/} -MAINTAINER= tv@netbsd.org +MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.cvshome.org/ COMMENT= Concurrent Versions System diff --git a/devel/dejagnu/Makefile b/devel/dejagnu/Makefile index c640a8d6ae4..9c649b25f17 100644 --- a/devel/dejagnu/Makefile +++ b/devel/dejagnu/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/05/30 04:17:52 tv Exp $ +# $NetBSD: Makefile,v 1.2 2002/08/01 02:37:44 jschauma Exp $ # DISTNAME= dejagnu-1.4.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=dejagnu/} -MAINTAINER= tv@netbsd.org +MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/dejagnu/dejagnu.html COMMENT= TCL/Expect-based framework for regression testing diff --git a/devel/gperf/Makefile b/devel/gperf/Makefile index c713a8b07ca..4fab3bc685b 100644 --- a/devel/gperf/Makefile +++ b/devel/gperf/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2002/02/18 15:14:12 seb Exp $ +# $NetBSD: Makefile,v 1.9 2002/08/01 02:37:44 jschauma Exp $ # DISTNAME= gperf-2.7.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=gperf/} -MAINTAINER= tv@netbsd.org +MAINTAINER= packages@netbsd.org COMMENT= GNU perfect hash function generator GNU_CONFIGURE= yes diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile index 04da6892339..cabb834fca9 100644 --- a/devel/libg++/Makefile +++ b/devel/libg++/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.20 2002/02/18 15:14:13 seb Exp $ +# $NetBSD: Makefile,v 1.21 2002/08/01 02:37:44 jschauma Exp $ # DISTNAME= libg++-${GXXVERSION} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=libg++/} -MAINTAINER= tv@netbsd.org +MAINTAINER= packages@netbsd.org COMMENT= GNU C++ Class Library .if !exists(/usr/lib/libstdc++.so.2.0) |