summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-03-04 21:28:51 +0000
committerjlam <jlam@pkgsrc.org>2006-03-04 21:28:51 +0000
commit9c8b5ede437e0b7c2f7b0cdd5f8500d619968fdb (patch)
tree6713c36312b130723032b53e0b088385806de8e1 /cross
parent3b24e790756ab8ce3fe25f33ac799904eeef72e9 (diff)
downloadpkgsrc-9c8b5ede437e0b7c2f7b0cdd5f8500d619968fdb.tar.gz
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
Diffstat (limited to 'cross')
-rw-r--r--cross/atasm/Makefile4
-rw-r--r--cross/binutils/Makefile4
-rw-r--r--cross/i386-cygwin32/Makefile4
-rw-r--r--cross/i386-linux/Makefile4
-rw-r--r--cross/i386-mingw32/Makefile4
-rw-r--r--cross/i386-msdosdjgpp/Makefile4
-rw-r--r--cross/icdprog/Makefile4
-rw-r--r--cross/mipsEEel-netbsd/Makefile4
8 files changed, 16 insertions, 16 deletions
diff --git a/cross/atasm/Makefile b/cross/atasm/Makefile
index 3d412408d7d..08d27b8160c 100644
--- a/cross/atasm/Makefile
+++ b/cross/atasm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2006/02/05 23:08:29 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2006/03/04 21:29:07 jlam Exp $
#
DISTNAME= atasm104
@@ -8,7 +8,7 @@ CATEGORIES= devel cross emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=atasm/}
EXTRACT_SUFX= .zip
-MAINTAINER= tech-pkg@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/atasm/
COMMENT= Cross-assembler for 6502 optimized to code for Atari 8 bit computers
diff --git a/cross/binutils/Makefile b/cross/binutils/Makefile
index 90bc553909c..a40c74aeb9a 100644
--- a/cross/binutils/Makefile
+++ b/cross/binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2005/12/23 17:41:41 joerg Exp $
+# $NetBSD: Makefile,v 1.47 2006/03/04 21:29:07 jlam Exp $
#
# GNU binutils configured to hold `as many targets as the cross system is
# capable of using'. Configures and builds everything except gas, which
@@ -10,7 +10,7 @@ PKGREVISION= 3
CATEGORIES= cross lang
MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
-MAINTAINER= tech-pkg@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/
COMMENT= Unified GNU binutils for cross build environments
diff --git a/cross/i386-cygwin32/Makefile b/cross/i386-cygwin32/Makefile
index 07fb25cd189..af7c1ab5da3 100644
--- a/cross/i386-cygwin32/Makefile
+++ b/cross/i386-cygwin32/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.14 2006/02/16 18:12:09 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2006/03/04 21:29:07 jlam Exp $
#
DISTVERSION= 1.0.0.0
DISTFILES= # none
PKGREVISION= 3
-MAINTAINER= tech-pkg@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.NetBSD.org/
COMMENT= Cross-compile environment for Cywin32/i386
diff --git a/cross/i386-linux/Makefile b/cross/i386-linux/Makefile
index acca8ccc5be..3afccf8a32e 100644
--- a/cross/i386-linux/Makefile
+++ b/cross/i386-linux/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2006/02/05 23:08:30 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2006/03/04 21:29:07 jlam Exp $
#
DISTVERSION= 2.0.7.1
@@ -7,7 +7,7 @@ DISTFILES= ${LINUXDEVEL_FILES}
EXTRACT_ONLY= # none of the RPM files
MASTER_SITES= # no known-good site; default to pkgsrc distfile mirrors
-MAINTAINER= tech-pkg@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Cross-compile environment for iX86 Linux, libc v6
BUILD_DEPENDS+= rpm-[0-9]*:../../misc/rpm
diff --git a/cross/i386-mingw32/Makefile b/cross/i386-mingw32/Makefile
index 9a11a6e1b55..12e99406839 100644
--- a/cross/i386-mingw32/Makefile
+++ b/cross/i386-mingw32/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2006/02/26 16:04:23 joerg Exp $
+# $NetBSD: Makefile,v 1.26 2006/03/04 21:29:07 jlam Exp $
DISTNAME= cross-${TARGET_ARCH}-3.2
CROSS_DISTFILES=
-MAINTAINER= tech-pkg@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.mingw.org/
COMMENT= Cross-compile environment for MinGW
CATEGORIES+= cross lang
diff --git a/cross/i386-msdosdjgpp/Makefile b/cross/i386-msdosdjgpp/Makefile
index 39c03c9206b..6eb25fe420b 100644
--- a/cross/i386-msdosdjgpp/Makefile
+++ b/cross/i386-msdosdjgpp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2006/02/26 16:26:08 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2006/03/04 21:29:07 jlam Exp $
#
DISTVERSION= 2.02.0
@@ -11,7 +11,7 @@ MASTER_SITES= ftp://ftp.delorie.com/pub/djgpp/deleted/v2/ \
ftp://gd.tuwien.ac.at/pc/dos/djgpp/deleted/v2/ \
http://gd.tuwien.ac.at/pc/dos/djgpp/deleted/v2/
-MAINTAINER= tech-pkg@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.delorie.com/djgpp/
COMMENT= Cross-compile environment for MS-DOS on 386 and higher
diff --git a/cross/icdprog/Makefile b/cross/icdprog/Makefile
index 8ed44dc3008..8eb33a58790 100644
--- a/cross/icdprog/Makefile
+++ b/cross/icdprog/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.7 2004/02/21 06:44:26 snj Exp $
+# $NetBSD: Makefile,v 1.8 2006/03/04 21:29:07 jlam Exp $
DISTNAME= icdprog-0.3
PKGREVISION= 1
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=icdprog/}
-MAINTAINER= tech-pkg@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://icdprog.sourceforge.net/
COMMENT= Microchip PIC programmer using ICD hardware
diff --git a/cross/mipsEEel-netbsd/Makefile b/cross/mipsEEel-netbsd/Makefile
index 75cc53a6813..6d8021dbd9d 100644
--- a/cross/mipsEEel-netbsd/Makefile
+++ b/cross/mipsEEel-netbsd/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.16 2006/02/05 23:08:30 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2006/03/04 21:29:07 jlam Exp $
DISTNAME= cross-${TARGET_ARCH}-${DISTVERSION}
TARGET_ARCH= mipsEEel-netbsd
DISTVERSION= 1.0.0
PKGREVISION= 2
CATEGORIES+= cross lang
-MAINTAINER= tech-pkg@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Cross-compiler for NetBSD/PlayStation2 kernel
USE_TOOLS+= gmake