Received: by mail.netbsd.org (Postfix, from userid 605) id 3E3C484DC0; Wed, 20 Mar 2019 14:38:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B7CC884D81 for ; Wed, 20 Mar 2019 14:38:17 +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 o8HDwdsR1ToU for ; Wed, 20 Mar 2019 14:38:17 +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 4149884D4B for ; Wed, 20 Mar 2019 14:38:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3BD47FB16; Wed, 20 Mar 2019 14:38:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155309269745710" MIME-Version: 1.0 Date: Wed, 20 Mar 2019 14:38:17 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/www/firefox To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20190320143817.3BD47FB16@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. --_----------=_155309269745710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tsutsui Date: Wed Mar 20 14:38:17 UTC 2019 Modified Files: pkgsrc/www/firefox: Makefile mozilla-common.mk Log Message: firefox: 66.0 requires libwebp>=1.0.2. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.364 -r1.365 pkgsrc/www/firefox/Makefile cvs rdiff -u -r1.129 -r1.130 pkgsrc/www/firefox/mozilla-common.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155309269745710 Content-Disposition: inline Content-Length: 1671 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.364 pkgsrc/www/firefox/Makefile:1.365 --- pkgsrc/www/firefox/Makefile:1.364 Tue Mar 19 16:11:27 2019 +++ pkgsrc/www/firefox/Makefile Wed Mar 20 14:38:17 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.364 2019/03/19 16:11:27 ryoon Exp $ +# $NetBSD: Makefile,v 1.365 2019/03/20 14:38:17 tsutsui Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 66.0 @@ -6,6 +6,7 @@ MOZ_BRANCH_MINOR= DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/www/firefox/mozilla-common.mk diff -u pkgsrc/www/firefox/mozilla-common.mk:1.129 pkgsrc/www/firefox/mozilla-common.mk:1.130 --- pkgsrc/www/firefox/mozilla-common.mk:1.129 Wed Mar 20 00:30:07 2019 +++ pkgsrc/www/firefox/mozilla-common.mk Wed Mar 20 14:38:17 2019 @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.129 2019/03/20 00:30:07 gutteridge Exp $ +# $NetBSD: mozilla-common.mk,v 1.130 2019/03/20 14:38:17 tsutsui Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -224,7 +224,7 @@ BUILDLINK_API_DEPENDS.nss+= nss>=3.40.1 .include "../../graphics/MesaLib/buildlink3.mk" #BUILDLINK_API_DEPENDS.cairo+= cairo>=1.10.2nb4 #.include "../../graphics/cairo/buildlink3.mk" -BUILDLINK_API_DEPENDS.libwebp+= libwebp>=1.0.1 +BUILDLINK_API_DEPENDS.libwebp+= libwebp>=1.0.2 .include "../../graphics/libwebp/buildlink3.mk" BUILDLINK_DEPMETHOD.clang= build BUILDLINK_API_DEPENDS.clang+= clang>=6.0.1nb1 --_----------=_155309269745710--