1
0
forked from ports/opt

firefox-pa: updated to 60.0.1

This commit is contained in:
Fredrik Rinnestam 2018-05-17 20:46:29 +02:00
parent f4b19da1d6
commit a6396d3b46
3 changed files with 8 additions and 10 deletions

View File

@ -1,2 +1,2 @@
3d89ee8a722279c4e883a7a8af81c21d firefox-60.0.source.tar.xz d3068f73fb70dc5d9f629fbbb6192bb9 firefox-60.0.1.source.tar.xz
cf6971669f70b440cb6ff8df8b2722ae firefox.desktop cf6971669f70b440cb6ff8df8b2722ae firefox.desktop

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/cHngLt0VMQSN8JFsiVCdM+tUycNV7C/Ar96sj5hmG6eY/tJIQoRolcRlXT0t6jcwMt1qP0bai86og5PhDv67gA= RWSE3ohX2g5d/RwvrbhtSJ+4UaiOdDraQgVhpCTenCM/VRIWA4BSzX1pd4pSEpvG/Kv84Lm/nQgHX3hYaJS+QmmM043XH0rAPA0=
SHA256 (Pkgfile) = 57e2fc223da3e377f6992d78224bf02687b76f28b6b3312dd2745b6b67392543 SHA256 (Pkgfile) = 77cc22e3c3e738da6c1a3a0088a2aa5323a65b91ed14cd9c0ef44ccfe87fd765
SHA256 (.footprint) = 37d148dbd4331997e53d1336a2c596d4aa6f2461cf08690a40b04fa27515ee7d SHA256 (.footprint) = 37d148dbd4331997e53d1336a2c596d4aa6f2461cf08690a40b04fa27515ee7d
SHA256 (firefox-60.0.source.tar.xz) = 4bc4fd997e6239f53e16a70b04f197791e5c5d09367e2916bcfe4a427999f842 SHA256 (firefox-60.0.1.source.tar.xz) = c8e621c7dfccbef14cce41a6847b83bee15b5276cd0c35771c3874e464e6a662
SHA256 (firefox.desktop) = 8ba3439f3dfc5cab883641969c93d8d15f8f20d7188d9568346b2edad52d6f91 SHA256 (firefox.desktop) = 8ba3439f3dfc5cab883641969c93d8d15f8f20d7188d9568346b2edad52d6f91

View File

@ -1,16 +1,16 @@
# Description: The Mozilla Firefox browser with Alsa support # Description: The Mozilla Firefox browser with PulseAudio support
# URL: https://www.mozilla.com/firefox/ # URL: https://www.mozilla.com/firefox/
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu # Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
# Depends on: nss, autoconf-2.13, unzip, zip, libidl, gtk, gtk3, python, alsa-lib, xorg-libxt, yasm, mesa3d, rust # Depends on: nss, autoconf-2.13, unzip, zip, libidl, gtk, gtk3, python, alsa-lib, xorg-libxt, yasm, mesa3d, rust, pulseaudio
name=firefox-pa name=firefox-pa
version=60.0 version=60.0.1
release=1 release=1
source=(https://ftp.mozilla.org/pub/firefox/releases/$version/source/firefox-$version.source.tar.xz source=(https://ftp.mozilla.org/pub/firefox/releases/$version/source/firefox-$version.source.tar.xz
firefox.desktop) firefox.desktop)
build() { build() {
cd firefox-${version:0:4} cd firefox-$version
cat <<- EOF > .mozconfig cat <<- EOF > .mozconfig
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-shared mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-shared
@ -21,8 +21,6 @@ cat <<- EOF > .mozconfig
ac_add_options --with-system-png ac_add_options --with-system-png
ac_add_options --with-system-nspr ac_add_options --with-system-nspr
ac_add_options --with-system-nss ac_add_options --with-system-nss
#Broken in 59.0
#ac_add_options --with-system-cairo
ac_add_options --enable-system-ffi ac_add_options --enable-system-ffi
ac_add_options --enable-system-pixman ac_add_options --enable-system-pixman
ac_add_options --enable-system-sqlite ac_add_options --enable-system-sqlite