Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 849D084ED6 for ; Thu, 9 Nov 2023 15:23:05 +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 TI1BjvN2-a0C for ; Thu, 9 Nov 2023 15:23:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D93DB84D66 for ; Thu, 9 Nov 2023 15:23:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D6ED6FA2F; Thu, 9 Nov 2023 15:23:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699543384214050" MIME-Version: 1.0 Date: Thu, 9 Nov 2023 15:23:04 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/firefox115 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231109152304.D6ED6FA2F@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699543384214050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Nov 9 15:23:04 UTC 2023 Modified Files: pkgsrc/www/firefox115: Makefile Log Message: firefox115: bump PKGREVISION for startup script fix To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/firefox115/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699543384214050 Content-Disposition: inline Content-Length: 830 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox115/Makefile diff -u pkgsrc/www/firefox115/Makefile:1.5 pkgsrc/www/firefox115/Makefile:1.6 --- pkgsrc/www/firefox115/Makefile:1.5 Wed Nov 8 13:21:17 2023 +++ pkgsrc/www/firefox115/Makefile Thu Nov 9 15:23:04 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2023/11/08 13:21:17 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2023/11/09 15:23:04 wiz Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 115.3 @@ -6,7 +6,7 @@ MOZ_BRANCH_MINOR= .1esr DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//:S/firefox-/firefox115-/} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/} --_----------=_1699543384214050--