pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox



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.

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



Home | Main Index | Thread Index | Old Index