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:   nia
Date:           Thu May 19 10:20:16 UTC 2022

Modified Files:
        pkgsrc/www/firefox: Makefile mozilla-common.mk

Log Message:
firefox: Switch to ffmpeg5.


To generate a diff of this commit:
cvs rdiff -u -r1.519 -r1.520 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.229 -r1.230 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.519 pkgsrc/www/firefox/Makefile:1.520
--- pkgsrc/www/firefox/Makefile:1.519   Tue May 17 12:49:39 2022
+++ pkgsrc/www/firefox/Makefile Thu May 19 10:20:16 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.519 2022/05/17 12:49:39 ryoon Exp $
+# $NetBSD: Makefile,v 1.520 2022/05/19 10:20:16 nia Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            100.0
@@ -6,6 +6,7 @@ MOZ_BRANCH_MINOR=       .1
 
 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.229 pkgsrc/www/firefox/mozilla-common.mk:1.230
--- pkgsrc/www/firefox/mozilla-common.mk:1.229  Fri May 13 20:10:19 2022
+++ pkgsrc/www/firefox/mozilla-common.mk        Thu May 19 10:20:16 2022
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.229 2022/05/13 20:10:19 gutteridge Exp $
+# $NetBSD: mozilla-common.mk,v 1.230 2022/05/19 10:20:16 nia Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -216,7 +216,7 @@ RUST_REQ=   1.57.0
 .include "../../net/libIDL/buildlink3.mk"
 # textproc/hunspell 1.3 is too old
 #.include "../../textproc/hunspell/buildlink3.mk"
-.include "../../multimedia/ffmpeg4/buildlink3.mk"
+.include "../../multimedia/ffmpeg5/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"
 .include "../../x11/libXtst/buildlink3.mk"
 BUILDLINK_API_DEPENDS.pixman+= pixman>=0.25.2



Home | Main Index | Thread Index | Old Index