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:           Mon Jul 16 02:03:15 UTC 2018

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

Log Message:
Bump PKGREVISION. Change ffmpeg to 4 from 3


To generate a diff of this commit:
cvs rdiff -u -r1.338 -r1.339 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.112 -r1.113 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.338 pkgsrc/www/firefox/Makefile:1.339
--- pkgsrc/www/firefox/Makefile:1.338   Sun Jul 15 23:15:01 2018
+++ pkgsrc/www/firefox/Makefile Mon Jul 16 02:03:15 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.338 2018/07/15 23:15:01 ryoon Exp $
+# $NetBSD: Makefile,v 1.339 2018/07/16 02:03:15 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            61.0
@@ -6,7 +6,7 @@ MOZ_BRANCH_MINOR=       .1
 
 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/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/www/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.112 pkgsrc/www/firefox/mozilla-common.mk:1.113
--- pkgsrc/www/firefox/mozilla-common.mk:1.112  Sun Jul 15 23:15:01 2018
+++ pkgsrc/www/firefox/mozilla-common.mk        Mon Jul 16 02:03:15 2018
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.112 2018/07/15 23:15:01 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.113 2018/07/16 02:03:15 ryoon Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -227,7 +227,7 @@ BUILDLINK_API_DEPENDS.libvpx+=      libvpx>=1
 .include "../../net/libIDL/buildlink3.mk"
 # textproc/hunspell 1.3 is too old
 #.include "../../textproc/hunspell/buildlink3.mk"
-.include "../../multimedia/ffmpeg3/buildlink3.mk"
+.include "../../multimedia/ffmpeg4/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"
 BUILDLINK_API_DEPENDS.pixman+= pixman>=0.25.2
 .include "../../x11/pixman/buildlink3.mk"



Home | Main Index | Thread Index | Old Index