diff options
author | Maho Nakata <maho@FreeBSD.org> | 2009-03-05 11:51:57 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2009-03-05 11:51:57 +0000 |
commit | b9292159ee880aab0e936e837d016b9fd81a4f97 (patch) | |
tree | 65800ec18299b08378dfad05f8b2c587bb9b27d2 | |
parent | e15d7dc1e3287f1d7f7a595e3a2f7d9654c51263 (diff) |
Notes
-rw-r--r-- | editors/openoffice.org-3-RC/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice.org-3-RC/distinfo | 6 | ||||
-rw-r--r-- | editors/openoffice.org-3-RC/files/patch-i91318 | 21 |
3 files changed, 13 insertions, 18 deletions
diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile index b57c1e8f5bd9..6e408d08febe 100644 --- a/editors/openoffice.org-3-RC/Makefile +++ b/editors/openoffice.org-3-RC/Makefile @@ -72,11 +72,11 @@ FREEBSD_ENV_SET= FreeBSDAMDEnv.Set FREEBSD_ENV_SET= FreeBSDX86Env.Set .endif -MILESTONE?= 1 +MILESTONE?= 2 OOOTAG?= OOO310_m${MILESTONE} OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX} OOODIR= openoffice.org3 -SNAPDATE= 20090214 +SNAPDATE= 20090228 INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG} EXECBASE?= openoffice.org-${OOOTAG} .if defined(WITH_CWS) diff --git a/editors/openoffice.org-3-RC/distinfo b/editors/openoffice.org-3-RC/distinfo index b24884a790b0..9a82e797d701 100644 --- a/editors/openoffice.org-3-RC/distinfo +++ b/editors/openoffice.org-3-RC/distinfo @@ -1,6 +1,6 @@ -MD5 (openoffice.org3/OOo_OOO310_m1_source.tar.bz2) = 44951e5ca20c37aa1ddcc012563ac8c0 -SHA256 (openoffice.org3/OOo_OOO310_m1_source.tar.bz2) = efa5d4ebfc6acf223272f20163673e71cd7485fe4c6d7d3f973528a147946b83 -SIZE (openoffice.org3/OOo_OOO310_m1_source.tar.bz2) = 390121902 +MD5 (openoffice.org3/OOo_OOO310_m2_source.tar.bz2) = ebfecf667dfb5f4e87045ab4f0480bde +SHA256 (openoffice.org3/OOo_OOO310_m2_source.tar.bz2) = 54389bc81539ac669e49bba5e3435732bbb7c2ef4f3ef2097e156ae1890643b2 +SIZE (openoffice.org3/OOo_OOO310_m2_source.tar.bz2) = 392847438 MD5 (openoffice.org3/unowinreg.dll) = e3a0b76dcd876f3d721ee7183729153d SHA256 (openoffice.org3/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c SIZE (openoffice.org3/unowinreg.dll) = 6144 diff --git a/editors/openoffice.org-3-RC/files/patch-i91318 b/editors/openoffice.org-3-RC/files/patch-i91318 index d04fef781b9c..dd4b2f2ea7c3 100644 --- a/editors/openoffice.org-3-RC/files/patch-i91318 +++ b/editors/openoffice.org-3-RC/files/patch-i91318 @@ -1,16 +1,11 @@ -Index: hunspell/hunspell-1.1.12.patch -=================================================================== -RCS file: /cvs/external/hunspell/hunspell-1.1.12.patch,v -retrieving revision 1.12 -diff -u -r1.12 hunspell-1.1.12.patch ---- hunspell/hunspell-1.1.12.patch 2 Jul 2008 09:46:59 -0000 1.12 -+++ hunspell/hunspell-1.1.12.patch 10 Aug 2008 01:02:29 -0000 -@@ -487,3 +487,11 @@ - i68568utf.test \ - 1706659.test \ - digits_in_words.test \ -+--- misc/hunspell-1.1.12/tests/test.sh 2007-07-15 22:33:13.000000000 +0900 -++++ misc/build/hunspell-1.1.12/tests/test.sh 2008-08-10 10:00:33.000000000 +0900 +--- hunspell/hunspell-1.2.8.patch~ 2009-02-21 08:52:35.000000000 +0900 ++++ hunspell/hunspell-1.2.8.patch 2009-03-05 09:30:33.000000000 +0900 +@@ -619,3 +619,11 @@ + p++; + } + if (i > 0 && buf[i - 1] == '\n') { ++--- misc/hunspell-1.2.8/tests/test.sh 2007-07-15 22:33:13.000000000 +0900 +++++ misc/build/hunspell-1.2.8/tests/test.sh 2008-08-10 10:00:33.000000000 +0900 +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!/usr/bin/env bash |