pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www Set the default maintainer for Mozilla related bin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d6ea198735d
branches:  trunk
changeset: 550362:2d6ea198735d
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Nov 20 13:11:18 2008 +0000

description:
Set the default maintainer for Mozilla related binary packages to
<pkgsrc-users%NetBSD.org@localhost> and only assign the "firefox-bin" package
to <grant%NetBSD.org@localhost> because that is the package he really created.

diffstat:

 www/firefox-bin/Makefile          |  3 ++-
 www/firefox3-bin/Makefile         |  3 +--
 www/seamonkey-bin/Makefile.common |  4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diffs (46 lines):

diff -r 07b876030211 -r 2d6ea198735d www/firefox-bin/Makefile
--- a/www/firefox-bin/Makefile  Thu Nov 20 02:19:26 2008 +0000
+++ b/www/firefox-bin/Makefile  Thu Nov 20 13:11:18 2008 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.46 2008/11/13 10:11:45 ghen Exp $
+# $NetBSD: Makefile,v 1.47 2008/11/20 13:11:18 tron Exp $
 
 MOZILLA=               firefox
 MOZ_VER=               2.0.0.18
 MOZ_DISTVER=           ${MOZ_VER}
 
+MAINTAINER=            grant%NetBSD.org@localhost
 HOMEPAGE=              http://www.mozilla.com/en-US/firefox/
 COMMENT=               Lightweight gecko-based web browser (binary package)
 
diff -r 07b876030211 -r 2d6ea198735d www/firefox3-bin/Makefile
--- a/www/firefox3-bin/Makefile Thu Nov 20 02:19:26 2008 +0000
+++ b/www/firefox3-bin/Makefile Thu Nov 20 13:11:18 2008 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2008/11/19 22:16:06 tron Exp $
+# $NetBSD: Makefile,v 1.5 2008/11/20 13:11:19 tron Exp $
 
 MOZILLA=               firefox
 MOZ_VER=               3.0.2
 MOZ_DISTVER=           ${MOZ_VER}
 
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://www.mozilla.com/en-US/firefox/
 COMMENT=               Lightweight gecko-based web browser (binary package)
 
diff -r 07b876030211 -r 2d6ea198735d www/seamonkey-bin/Makefile.common
--- a/www/seamonkey-bin/Makefile.common Thu Nov 20 02:19:26 2008 +0000
+++ b/www/seamonkey-bin/Makefile.common Thu Nov 20 13:11:18 2008 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.14 2008/05/26 02:13:25 joerg Exp $
+# $NetBSD: Makefile.common,v 1.15 2008/11/20 13:11:19 tron Exp $
 
 DISTNAME=              ${MOZILLA}${MOX_EXTRA}-bin      # overridden below
 PKGNAME=               ${MOZILLA}${MOZ_EXTRA}-bin-${MOZ_VER}
 CATEGORIES=            www
 
-MAINTAINER=            grant%NetBSD.org@localhost
+MAINTAINER?=           pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE?=             http://www.mozilla.org/
 
 WRKSRC?=               ${WRKDIR}/${MOZILLA}



Home | Main Index | Thread Index | Old Index