diff options
author | Florian Smeets <flo@FreeBSD.org> | 2011-08-31 21:14:36 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2011-08-31 21:14:36 +0000 |
commit | bf3f1fbef8ebe47dbe0d11dc7305f80943bf50c5 (patch) | |
tree | f62d65928e29f316e820eacf6db54a9ffba34a66 /www/seamonkey | |
parent | e3e69867c87f38a775e48229f7f0f63693c524ea (diff) |
Notes
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 |