diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-03-22 16:00:19 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-03-22 16:00:19 +0800 |
commit | 16c98426aeb967c15fca213e2d079a10d7fd434e (patch) | |
tree | 0a302d44fdccdbf350f82dc3a23ce43a391a8ae9 /multimedia | |
parent | fd40c8aab4b6f0ed7f99bbb1379128c45312759a (diff) | |
download | freebsd-ports-gnome-16c98426aeb967c15fca213e2d079a10d7fd434e.tar.gz freebsd-ports-gnome-16c98426aeb967c15fca213e2d079a10d7fd434e.tar.zst freebsd-ports-gnome-16c98426aeb967c15fca213e2d079a10d7fd434e.zip |
- Update OpenH264 to 1.4.0
- Update NSS and ca_root_nss to 3.18
- Update Firefox to 36.0.4
- Update Firefox ESR and libxul to 31.5.3
- Update SeaMonkey to 2.33.1
- Update Enigmail to 1.8
Changes: https://github.com/cisco/openh264/releases/tag/v1.4.0
Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.18_release_notes
Changes: https://www.mozilla.org/firefox/36.0.4/releasenotes/
Changes: https://www.mozilla.org/firefox/31.5.3/releasenotes/
Changes: http://www.seamonkey-project.org/releases/seamonkey2.33/
Changes: https://www.enigmail.net/download/changelog.php#enig1.8
MFH: 2015Q1
X-MFH-With: r380090
Security: https://vuxml.freebsd.org/freebsd/76ff65f4-17ca-4d3f-864a-a3d6026194fb.html
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/openh264/Makefile | 7 | ||||
-rw-r--r-- | multimedia/openh264/distinfo | 4 | ||||
-rw-r--r-- | multimedia/openh264/pkg-plist | 6 |
3 files changed, 8 insertions, 9 deletions
diff --git a/multimedia/openh264/Makefile b/multimedia/openh264/Makefile index e0123fb54f44..89b281f74080 100644 --- a/multimedia/openh264/Makefile +++ b/multimedia/openh264/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= openh264 -PORTVERSION= 1.3.1 +PORTVERSION= 1.4.0 CATEGORIES= multimedia MAINTAINER= gecko@FreeBSD.org @@ -13,13 +13,12 @@ USE_GITHUB= yes GH_ACCOUNT= cisco GH_PROJECT= ${PORTNAME} GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 3a182d4 +GH_COMMIT= 3a75956 USES= gmake USE_LDCONFIG= yes MAKE_ARGS= OS=freebsd ARCH="${ARCH:S/amd64/x86_64/}" \ - CFLAGS_OPT="" CFLAGS_DEBUG="" \ - PREFIX="${STAGEDIR}${PREFIX}" + CFLAGS_OPT="" CFLAGS_DEBUG="" ALL_TARGET= all OPTIONS_DEFINE= DEBUG PLUGINS TEST diff --git a/multimedia/openh264/distinfo b/multimedia/openh264/distinfo index 2c9fe6f26c8d..213a997f96a8 100644 --- a/multimedia/openh264/distinfo +++ b/multimedia/openh264/distinfo @@ -1,2 +1,2 @@ -SHA256 (openh264-1.3.1.tar.gz) = e2a5ad3b3542a78999f0fcfbdd9ecb9c3dcf2cc89d9b2f9441984a2c472ce16b -SIZE (openh264-1.3.1.tar.gz) = 37643357 +SHA256 (openh264-1.4.0.tar.gz) = 905ab019c9a734ef49e7da3e7846bfc1db3602ddb1ff6828f8442dd3e0375726 +SIZE (openh264-1.4.0.tar.gz) = 37682134 diff --git a/multimedia/openh264/pkg-plist b/multimedia/openh264/pkg-plist index b4f0ccc2c353..265e271f3992 100644 --- a/multimedia/openh264/pkg-plist +++ b/multimedia/openh264/pkg-plist @@ -7,9 +7,9 @@ include/wels/codec_ver.h %%PLUGINS%%@rmtry lib/firefox/defaults/pref/gmpopenh264.js %%PLUGINS%%@rmtry lib/seamonkey/defaults/pref/gmpopenh264.js %%PLUGINS%%%%WEBPLUGIN_DIR%%/gmpopenh264.js -%%PLUGINS%%@exec ln -sf %D/%%WEBPLUGIN_DIR%%/gmpopenh264.js %D/lib/firefox-nightly/defaults/pref/ 2>/dev/null || true -%%PLUGINS%%@exec ln -sf %D/%%WEBPLUGIN_DIR%%/gmpopenh264.js %D/lib/firefox/defaults/pref/ 2>/dev/null || true -%%PLUGINS%%@exec ln -sf %D/%%WEBPLUGIN_DIR%%/gmpopenh264.js %D/lib/seamonkey/defaults/pref/ 2>/dev/null || true +%%PLUGINS%%@exec ln -sf %D/%F %D/lib/firefox-nightly/defaults/pref/ 2>/dev/null || true +%%PLUGINS%%@exec ln -sf %D/%F %D/lib/firefox/defaults/pref/ 2>/dev/null || true +%%PLUGINS%%@exec ln -sf %D/%F %D/lib/seamonkey/defaults/pref/ 2>/dev/null || true %%PLUGINS%%%%WEBPLUGIN_DIR%%/libgmpopenh264.so lib/libopenh264.a lib/libopenh264.so |