diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-10-02 22:29:03 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-10-02 22:29:03 +0800 |
commit | e09a5ef115d19a275f579540c9b34beb35dde5a9 (patch) | |
tree | 1b6aa466a2f04add3d0cfbca069049af3a0a8cfd /Mk | |
parent | 0216896b7ae474d1ef060678e72e11f50a9e5a12 (diff) | |
download | freebsd-ports-gnome-e09a5ef115d19a275f579540c9b34beb35dde5a9.tar.gz freebsd-ports-gnome-e09a5ef115d19a275f579540c9b34beb35dde5a9.tar.zst freebsd-ports-gnome-e09a5ef115d19a275f579540c9b34beb35dde5a9.zip |
www/seamonkey: update to 2.40
SeaMonkey now uses FFmpeg directly rather than via GStreamer for H.264
and MP3 playback as part of HTML5. Note, FFmpeg 3.x is unsupported[1].
Changes: http://www.seamonkey-project.org/news#2016-03-14
PR: 210931
Submitted by: net@arrishq.net (based on)
Security: 2c2d1c39-1396-459a-91f5-ca03ee7c64c6
MFH: 2016Q3
[1] SeaMonkey 2.40 is based on Firefox 43 codebase but Firefox 45
is the earliest to have the fix. Backporting maybe tricky:
https://bugzilla.mozilla.org/show_bug.cgi?id=1232268
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/gecko.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/Uses/gecko.mk b/Mk/Uses/gecko.mk index b5c7387ffb80..0fe851d03304 100644 --- a/Mk/Uses/gecko.mk +++ b/Mk/Uses/gecko.mk @@ -51,8 +51,8 @@ _GECKO_INSTALLED_VER:= ${_GECKO_INSTALLED_VER:M[0-9][0-9]*:C/([0-9][0-9]).*/\1/g .elif ${gecko_ARGS:Mseamonkey} -_GECKO_DEFAULT_VERSION= 39 -_GECKO_VERSIONS= 39 +_GECKO_DEFAULT_VERSION= 40 +_GECKO_VERSIONS= 40 _GECKO_TYPE= seamonkey .if exists(${LOCALBASE}/bin/seamonkey) @@ -61,7 +61,7 @@ _GECKO_INSTALLED_VER:= ${_GECKO_INSTALLED_VER:M[0-9]*:C/[0-9].([0-9][0-9]).*/\1/ .endif # Dependence lines for different Seamonkey versions -39_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:www/seamonkey +40_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:www/seamonkey .elif ${gecko_ARGS:Mthunderbird} |