aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authordecke <decke@FreeBSD.org>2010-09-15 23:38:29 +0800
committerdecke <decke@FreeBSD.org>2010-09-15 23:38:29 +0800
commit6bf795583154a216676d5420e15255312ba9132e (patch)
tree5feb06acb9027f13436f27ad57e55d3692af3759 /www
parentcba6a14dcb224035b34ac54f3e6e3a78bb265302 (diff)
downloadfreebsd-ports-gnome-6bf795583154a216676d5420e15255312ba9132e.tar.gz
freebsd-ports-gnome-6bf795583154a216676d5420e15255312ba9132e.tar.zst
freebsd-ports-gnome-6bf795583154a216676d5420e15255312ba9132e.zip
- Update to 1.9.2.9
Approved by: beat (co-mentor) Security: http://www.vuxml.org/freebsd/4a21ce2c-bb13-11df-8e32-000f20797ede.html
Diffstat (limited to 'www')
-rw-r--r--www/libxul/Makefile2
-rw-r--r--www/libxul/distinfo6
-rw-r--r--www/libxul/files/patch-media-liboggz-include-oggz-oggz_off_t_generated.h8
3 files changed, 8 insertions, 8 deletions
diff --git a/www/libxul/Makefile b/www/libxul/Makefile
index b646c4fbfcd3..1466567e4a46 100644
--- a/www/libxul/Makefile
+++ b/www/libxul/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libxul
-DISTVERSION= 1.9.2.8
+DISTVERSION= 1.9.2.9
CATEGORIES?= www devel
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= xulrunner/releases/${DISTVERSION}/source
diff --git a/www/libxul/distinfo b/www/libxul/distinfo
index 3e161d021e40..44371241eebb 100644
--- a/www/libxul/distinfo
+++ b/www/libxul/distinfo
@@ -1,3 +1,3 @@
-MD5 (xulrunner-1.9.2.8.source.tar.bz2) = 75cf324216ccedd655d0d913ae122a7b
-SHA256 (xulrunner-1.9.2.8.source.tar.bz2) = 55999f277737a07f144a1b1e11cdd6acbaeae6979e92089518aeb0991aeca829
-SIZE (xulrunner-1.9.2.8.source.tar.bz2) = 51233312
+MD5 (xulrunner-1.9.2.9.source.tar.bz2) = 17e7c037af27a37d2332769c841cde27
+SHA256 (xulrunner-1.9.2.9.source.tar.bz2) = 8c838e4c3855bf496f67a8ef6e55752430ed8afa3b49850d3466a9931e3170d8
+SIZE (xulrunner-1.9.2.9.source.tar.bz2) = 51384531
diff --git a/www/libxul/files/patch-media-liboggz-include-oggz-oggz_off_t_generated.h b/www/libxul/files/patch-media-liboggz-include-oggz-oggz_off_t_generated.h
index 4c45ac9eae08..60d8988b9f17 100644
--- a/www/libxul/files/patch-media-liboggz-include-oggz-oggz_off_t_generated.h
+++ b/www/libxul/files/patch-media-liboggz-include-oggz-oggz_off_t_generated.h
@@ -1,11 +1,11 @@
---- media/liboggz/include/oggz/oggz_off_t_generated.h.orig 2009-08-24 17:52:50.000000000 +0200
-+++ media/liboggz/include/oggz/oggz_off_t_generated.h 2009-09-10 19:13:22.000000000 +0200
+--- media/liboggz/include/oggz/oggz_off_t_generated.h.orig 2010-09-06 11:33:54.000000000 +0200
++++ media/liboggz/include/oggz/oggz_off_t_generated.h 2010-09-06 11:34:16.000000000 +0200
@@ -59,7 +59,7 @@
#include <sys/types.h>
--#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2)
-+#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2) || defined(__FreeBSD__)
+-#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2) || defined (_AIX)
++#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2) || defined (_AIX) || defined (__FreeBSD__)
typedef off_t oggz_off_t;
#else
typedef loff_t oggz_off_t;