pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: 66.0 requires libwebp>=1.0.2. Bum...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/685cca152e71
branches:  trunk
changeset: 321358:685cca152e71
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Wed Mar 20 14:38:17 2019 +0000

description:
firefox: 66.0 requires libwebp>=1.0.2. Bump PKGREVISION.

diffstat:

 www/firefox/Makefile          |  3 ++-
 www/firefox/mozilla-common.mk |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 80dfb35ca794 -r 685cca152e71 www/firefox/Makefile
--- a/www/firefox/Makefile      Wed Mar 20 12:29:37 2019 +0000
+++ b/www/firefox/Makefile      Wed Mar 20 14:38:17 2019 +0000
@@ -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 @@
 
 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
diff -r 80dfb35ca794 -r 685cca152e71 www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk     Wed Mar 20 12:29:37 2019 +0000
+++ b/www/firefox/mozilla-common.mk     Wed Mar 20 14:38:17 2019 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index