diff options
author | flo <flo@FreeBSD.org> | 2011-09-01 05:14:36 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2011-09-01 05:14:36 +0800 |
commit | da8b9f28f285c9b42a0ad16b578cba16b6c9f240 (patch) | |
tree | a24ac4ef53bc0ba2e624ff474e7e55472584f350 /www/seamonkey | |
parent | 301c11490dbfce527669c17931e2cd3426a0b35f (diff) | |
download | freebsd-ports-gnome-da8b9f28f285c9b42a0ad16b578cba16b6c9f240.tar.gz freebsd-ports-gnome-da8b9f28f285c9b42a0ad16b578cba16b6c9f240.tar.zst freebsd-ports-gnome-da8b9f28f285c9b42a0ad16b578cba16b6c9f240.zip |
- update to 2.3.2, which disables the DigiNotar certificate authority
- fix lightning build
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 2 | ||||
-rw-r--r-- | www/seamonkey/distinfo | 4 | ||||
-rw-r--r-- | www/seamonkey/files/patch-calendar-base-src-calDateTime.cpp | 8 |
3 files changed, 11 insertions, 3 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 4800ce984ca1..8097e77f0ec4 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -6,7 +6,7 @@ # PORTNAME= seamonkey -DISTVERSION= 2.3.1 +DISTVERSION= 2.3.2 CATEGORIES?= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= seamonkey/releases/${DISTVERSION}/source diff --git a/www/seamonkey/distinfo b/www/seamonkey/distinfo index 02ac01ab4503..a42e90f39430 100644 --- a/www/seamonkey/distinfo +++ b/www/seamonkey/distinfo @@ -1,2 +1,2 @@ -SHA256 (seamonkey-2.3.1.source.tar.bz2) = 902256dab16843b66905009b60e84cd2de425223198864256020c1a195bbd061 -SIZE (seamonkey-2.3.1.source.tar.bz2) = 86960754 +SHA256 (seamonkey-2.3.2.source.tar.bz2) = 3cf269a77ff1527e61909e35349f1edcee7046d707d7246424e6ecdd27905453 +SIZE (seamonkey-2.3.2.source.tar.bz2) = 87006544 diff --git a/www/seamonkey/files/patch-calendar-base-src-calDateTime.cpp b/www/seamonkey/files/patch-calendar-base-src-calDateTime.cpp new file mode 100644 index 000000000000..edc56d333edc --- /dev/null +++ b/www/seamonkey/files/patch-calendar-base-src-calDateTime.cpp @@ -0,0 +1,8 @@ +--- calendar/base/src/calDateTime.cpp.orig 2011-08-03 20:08:23.361859978 +0200 ++++ calendar/base/src/calDateTime.cpp 2011-08-03 20:08:32.351860948 +0200 +@@ -1,4 +1,4 @@ +-/* ***** BEGIN LICENSE BLOCK ***** ++/* ***** BEGIN LICENSE BLOCK ***** + * Version: MPL 1.1/GPL 2.0/LGPL 2.1 + * + * The contents of this file are subject to the Mozilla Public License Version |