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:   ryoon
Date:           Sun Apr  7 17:54:03 UTC 2024

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

Log Message:
firefox: Use ffmpeg7

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.595 -r1.596 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.276 -r1.277 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.595 pkgsrc/www/firefox/Makefile:1.596
--- pkgsrc/www/firefox/Makefile:1.595   Sun Apr  7 07:35:12 2024
+++ pkgsrc/www/firefox/Makefile Sun Apr  7 17:54:03 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.595 2024/04/07 07:35:12 wiz Exp $
+# $NetBSD: Makefile,v 1.596 2024/04/07 17:54:03 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            124.0
@@ -6,7 +6,7 @@ MOZ_BRANCH_MINOR=       .2
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www
 MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
 MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/}

Index: pkgsrc/www/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.276 pkgsrc/www/firefox/mozilla-common.mk:1.277
--- pkgsrc/www/firefox/mozilla-common.mk:1.276  Sat Apr  6 08:53:34 2024
+++ pkgsrc/www/firefox/mozilla-common.mk        Sun Apr  7 17:54:03 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.276 2024/04/06 08:53:34 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.277 2024/04/07 17:54:03 ryoon Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -251,7 +251,7 @@ RUST_REQ=   1.70.0
 # TODO: check again, pkgsrc has hunspell 1.7
 # was: textproc/hunspell 1.3 is too old
 #.include "../../textproc/hunspell/buildlink3.mk"
-.include "../../multimedia/ffmpeg6/buildlink3.mk"
+.include "../../multimedia/ffmpeg7/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