summaryrefslogtreecommitdiff
path: root/www/seamonkey
diff options
context:
space:
mode:
authortnn <tnn>2009-12-16 10:11:01 +0000
committertnn <tnn>2009-12-16 10:11:01 +0000
commit01526452fd068e70ab91e546a3279ca7baafa906 (patch)
tree85690dc0ff59f78f6c594bc25338621be2b01742 /www/seamonkey
parente8ac5b4dfe2a564e946728cfea62dc0c035b007d (diff)
downloadpkgsrc-01526452fd068e70ab91e546a3279ca7baafa906.tar.gz
Update to seamonkey-2.0.1. Security and bugfix release.
Contains fixes for the same advisories as firefox-3.5.6.
Diffstat (limited to 'www/seamonkey')
-rw-r--r--www/seamonkey/Makefile4
-rw-r--r--www/seamonkey/PLIST3
-rw-r--r--www/seamonkey/distinfo9
-rw-r--r--www/seamonkey/patches/patch-za15
4 files changed, 24 insertions, 7 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
index 164308d45ca..8a5e08527ad 100644
--- a/www/seamonkey/Makefile
+++ b/www/seamonkey/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.29 2009/11/29 00:40:42 tnn Exp $
+# $NetBSD: Makefile,v 1.30 2009/12/16 10:11:01 tnn Exp $
#
DISTNAME= seamonkey-${SM_VER}.source
PKGNAME= seamonkey-${SM_VER}
-SM_VER= 2.0
+SM_VER= 2.0.1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_MOZILLA:=seamonkey/releases/${SM_VER}/source/}
EXTRACT_SUFX= .tar.bz2
diff --git a/www/seamonkey/PLIST b/www/seamonkey/PLIST
index e8aa1c582d0..95da5d44ce8 100644
--- a/www/seamonkey/PLIST
+++ b/www/seamonkey/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2009/11/29 00:40:42 tnn Exp $
+@comment $NetBSD: PLIST,v 1.20 2009/12/16 10:11:01 tnn Exp $
bin/seamonkey
lib/seamonkey/.autoreg
lib/seamonkey/README
@@ -241,6 +241,7 @@ lib/seamonkey/modules/gloda/facet.js
lib/seamonkey/modules/gloda/fundattr.js
lib/seamonkey/modules/gloda/gloda.js
lib/seamonkey/modules/gloda/index_ab.js
+lib/seamonkey/modules/gloda/index_msg.js
lib/seamonkey/modules/gloda/indexer.js
lib/seamonkey/modules/gloda/log4moz.js
lib/seamonkey/modules/gloda/mimeTypeCategories.js
diff --git a/www/seamonkey/distinfo b/www/seamonkey/distinfo
index daa5c7a2bfb..79cf0bc217d 100644
--- a/www/seamonkey/distinfo
+++ b/www/seamonkey/distinfo
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.43 2009/11/29 00:40:42 tnn Exp $
+$NetBSD: distinfo,v 1.44 2009/12/16 10:11:01 tnn Exp $
-SHA1 (seamonkey-2.0.source.tar.bz2) = 8b877adab13abdbe28d8e23a48c702893144b4a6
-RMD160 (seamonkey-2.0.source.tar.bz2) = 31af9a5b6c048464df38eade5bd3c0e80bfcd33e
-Size (seamonkey-2.0.source.tar.bz2) = 60180430 bytes
+SHA1 (seamonkey-2.0.1.source.tar.bz2) = 4469d68d8a2b5db125d600818b504d5b6c133302
+RMD160 (seamonkey-2.0.1.source.tar.bz2) = e9c1953b4e27099fad2fce4d076e694267b6b5e8
+Size (seamonkey-2.0.1.source.tar.bz2) = 60965775 bytes
SHA1 (patch-aa-toplevel) = 458051a1b3318b49124192c6e97cb9ed0d92dead
SHA1 (patch-ma-toplevel) = 460326a0551fecd13ca188cff907c89cce359c31
+SHA1 (patch-za) = ae79f952b5a66655ecaf9671b98ebc91406ba085
SHA1 (patch-zc) = 2f73cb72bd6c10830e7a2b8ad3b1f769c6afdb3c
diff --git a/www/seamonkey/patches/patch-za b/www/seamonkey/patches/patch-za
new file mode 100644
index 00000000000..acf9334a298
--- /dev/null
+++ b/www/seamonkey/patches/patch-za
@@ -0,0 +1,15 @@
+$NetBSD: patch-za,v 1.1 2009/12/16 10:11:01 tnn Exp $
+
+--- suite/app/Makefile.in.orig 2009-10-25 15:29:07.000000000 +0100
++++ suite/app/Makefile.in
+@@ -104,6 +104,10 @@ TK_LIBS := -framework SystemConfiguratio
+ endif
+ endif
+
++ifeq ($(OS_ARCH),NetBSD)
++LIBS += -lossaudio
++endif
++
+ ifdef MOZ_ENABLE_LIBXUL
+ APP_XPCOM_LIBS = $(XPCOM_GLUE_LDOPTS)
+ else