Received: by mail.netbsd.org (Postfix, from userid 605) id BB06784D8A; Sun, 9 Jul 2017 09:04:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 48EA884D79 for ; Sun, 9 Jul 2017 09:04:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 7-164PsKOZaK for ; Sun, 9 Jul 2017 09:04:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C5CCD84D72 for ; Sun, 9 Jul 2017 09:04:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BDB6FFB7A; Sun, 9 Jul 2017 09:04:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149959104015930" MIME-Version: 1.0 Date: Sun, 9 Jul 2017 09:04:00 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20170709090400.BDB6FFB7A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_149959104015930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Sun Jul 9 09:04:00 UTC 2017 Modified Files: pkgsrc/www/firefox: Makefile pkgsrc/www/firefox45: Makefile pkgsrc/www/firefox52: Makefile Log Message: firefox{,45,52}: bump pkgrevision with no change. these packages pull in GCC_REQD+=4.9 via mozilla-common.mk, and are very widely used (I suspect only www/firefox actually needs it) this will take care of most of the fallout from major bumping pkgsrc-gcc-libstdc++ to 7 on netbsd. these are the most widely used packages setting GCC_REQD>4.8. To generate a diff of this commit: cvs rdiff -u -r1.299 -r1.300 pkgsrc/www/firefox/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/firefox45/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/firefox52/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149959104015930 Content-Disposition: inline Content-Length: 1507 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox/Makefile diff -u pkgsrc/www/firefox/Makefile:1.299 pkgsrc/www/firefox/Makefile:1.300 --- pkgsrc/www/firefox/Makefile:1.299 Mon Jul 3 12:27:49 2017 +++ pkgsrc/www/firefox/Makefile Sun Jul 9 09:04:00 2017 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.299 2017/07/03 12:27:49 ryoon Exp $ +# $NetBSD: Makefile,v 1.300 2017/07/09 09:04:00 maya Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} +PKGREVISION= 1 MOZ_BRANCH= 54.0 MOZ_BRANCH_MINOR= .1 Index: pkgsrc/www/firefox45/Makefile diff -u pkgsrc/www/firefox45/Makefile:1.27 pkgsrc/www/firefox45/Makefile:1.28 --- pkgsrc/www/firefox45/Makefile:1.27 Sat May 13 02:34:30 2017 +++ pkgsrc/www/firefox45/Makefile Sun Jul 9 09:04:00 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2017/05/13 02:34:30 khorben Exp $ +# $NetBSD: Makefile,v 1.28 2017/07/09 09:04:00 maya Exp $ MOZILLA_PKG_NAME= firefox45 -PKGREVISION= 1 +PKGREVISION= 2 FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 45.9 MOZ_BRANCH_MINOR= .0esr Index: pkgsrc/www/firefox52/Makefile diff -u pkgsrc/www/firefox52/Makefile:1.3 pkgsrc/www/firefox52/Makefile:1.4 --- pkgsrc/www/firefox52/Makefile:1.3 Mon Jul 3 16:26:59 2017 +++ pkgsrc/www/firefox52/Makefile Sun Jul 9 09:04:00 2017 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2017/07/03 16:26:59 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2017/07/09 09:04:00 maya Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} +PKGREVISION= 1 MOZ_BRANCH= 52.2 MOZ_BRANCH_MINOR= .1esr --_----------=_149959104015930--