diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-07-31 18:41:57 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-07-31 18:41:57 +0000 |
commit | 09fdada064761a43273615b657197861e6184fe8 (patch) | |
tree | 583779de1030cc221edbe90482b4ea0c0dc671d8 /www/libxul | |
parent | 0bd3d7bd10ef0e639da6de3b0c092fb7290b6d8d (diff) | |
download | ports-09fdada064761a43273615b657197861e6184fe8.tar.gz ports-09fdada064761a43273615b657197861e6184fe8.zip |
Notes
Diffstat (limited to 'www/libxul')
-rw-r--r-- | www/libxul/Makefile | 3 | ||||
-rw-r--r-- | www/libxul/distinfo | 4 | ||||
-rw-r--r-- | www/libxul/files/patch-bug1285501 | 22 |
3 files changed, 3 insertions, 26 deletions
diff --git a/www/libxul/Makefile b/www/libxul/Makefile index 5f2450ba645e..329b93b5bd7d 100644 --- a/www/libxul/Makefile +++ b/www/libxul/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libxul -DISTVERSION= 45.2.0 -PORTREVISION= 2 +DISTVERSION= 45.3.0 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build2/source diff --git a/www/libxul/distinfo b/www/libxul/distinfo index f36f8aa86a75..c67f6e357d18 100644 --- a/www/libxul/distinfo +++ b/www/libxul/distinfo @@ -1,2 +1,2 @@ -SHA256 (firefox-45.2.0esr.source.tar.xz) = 1a729774034231c919dc5a556e17d3342792d5347c755d8d0a4f67a07374804b -SIZE (firefox-45.2.0esr.source.tar.xz) = 185458280 +SHA256 (firefox-45.3.0esr.source.tar.xz) = 922233c65c0aabd05371974c289495119c28d72fc7f8b06a22b58c5f70f8b8f7 +SIZE (firefox-45.3.0esr.source.tar.xz) = 185330580 diff --git a/www/libxul/files/patch-bug1285501 b/www/libxul/files/patch-bug1285501 deleted file mode 100644 index 2c8df4714118..000000000000 --- a/www/libxul/files/patch-bug1285501 +++ /dev/null @@ -1,22 +0,0 @@ -diff --git media/webrtc/trunk/build/filename_rules.gypi media/webrtc/trunk/build/filename_rules.gypi -index 844d5c5..7b16a15 100644 ---- media/webrtc/trunk/build/filename_rules.gypi -+++ media/webrtc/trunk/build/filename_rules.gypi -@@ -29,7 +29,7 @@ - # In case a file is not needed, it is going to be excluded later on. - # TODO(evan): the above is not correct; we shouldn't build _linux - # files on non-linux. -- ['OS!="linux" and OS!="openbsd" and OS!="freebsd" or >(nacl_untrusted_build)==1', { -+ ['OS!="linux" and OS!="solaris" and <(os_bsd)!=1 or >(nacl_untrusted_build)==1', { - 'sources/': [ - ['exclude', '_linux(_unittest)?\\.(h|cc)$'], - ['exclude', '(^|/)linux/'], -@@ -55,7 +55,7 @@ - ['exclude', '_nacl(_unittest)?\\.(h|cc)$'], - ], - }], -- ['OS!="linux" and OS!="openbsd" and OS!="freebsd" or >(nacl_untrusted_build)==1', { -+ ['OS!="linux" and OS!="solaris" and <(os_bsd)!=1 or >(nacl_untrusted_build)==1', { - 'sources/': [ - ['exclude', '_xdg(_unittest)?\\.(h|cc)$'], - ], |