summaryrefslogtreecommitdiff
path: root/editors/openoffice-2.0-devel
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-07-05 09:29:31 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-07-05 09:29:31 +0000
commit584dcc1a0602882d3b8478e699bd113b41d5b0ae (patch)
tree8b316b1e5eefba01dd731b712bcd729be7a1f554 /editors/openoffice-2.0-devel
parentUpdate to 1.10 (diff)
update to m114
Notes
Notes: svn path=/head/; revision=138498
Diffstat (limited to 'editors/openoffice-2.0-devel')
-rw-r--r--editors/openoffice-2.0-devel/Makefile4
-rw-r--r--editors/openoffice-2.0-devel/distinfo4
-rw-r--r--editors/openoffice-2.0-devel/files/patch-scp2+source+ure+ure.scp25
3 files changed, 4 insertions, 29 deletions
diff --git a/editors/openoffice-2.0-devel/Makefile b/editors/openoffice-2.0-devel/Makefile
index 0f0cadca72cc..f7fab41fa5cc 100644
--- a/editors/openoffice-2.0-devel/Makefile
+++ b/editors/openoffice-2.0-devel/Makefile
@@ -50,8 +50,8 @@ BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgra
CODELINE= 680
RELEASE_NR= 1.9
-MILESTONE= 113
-SNAPDATE= 20050701
+MILESTONE= 114
+SNAPDATE= 20050704
INSTALLATION_BASEDIR= openoffice.org${RELEASE_NR}m${MILESTONE}
EXECBASE= openoffice.org-${RELEASE_NR}m${MILESTONE}
DIST_SUBDIR= openoffice.org2.0
diff --git a/editors/openoffice-2.0-devel/distinfo b/editors/openoffice-2.0-devel/distinfo
index 92d3eac6da0c..43462826e2cc 100644
--- a/editors/openoffice-2.0-devel/distinfo
+++ b/editors/openoffice-2.0-devel/distinfo
@@ -1,5 +1,5 @@
-MD5 (openoffice.org2.0/OOo_1.9m113_source.tar.bz2) = bff4e15647e2bc41e79166962dd586d4
-SIZE (openoffice.org2.0/OOo_1.9m113_source.tar.bz2) = 228641110
+MD5 (openoffice.org2.0/OOo_1.9m114_source.tar.bz2) = dbab405d79a76345534384c8a17c048a
+SIZE (openoffice.org2.0/OOo_1.9m114_source.tar.bz2) = 228702659
MD5 (openoffice.org2.0/gpc231.tar.Z) = fdb06fdb5a4670b172f9fb738b717be9
SIZE (openoffice.org2.0/gpc231.tar.Z) = 27917
MD5 (openoffice.org2.0/mozilla-source-1.7.5.tar.gz) = d3f3528b6c5eade402ed058207cffa14
diff --git a/editors/openoffice-2.0-devel/files/patch-scp2+source+ure+ure.scp b/editors/openoffice-2.0-devel/files/patch-scp2+source+ure+ure.scp
deleted file mode 100644
index aa55e9eeac99..000000000000
--- a/editors/openoffice-2.0-devel/files/patch-scp2+source+ure+ure.scp
+++ /dev/null
@@ -1,25 +0,0 @@
-Issutracker : #iXXXXX#
-CWS : N/A
-Author: : <maho@openoffice.org> (JCA)
-Description : libxml2 is not deliver'ed for FreeBSD and Mac OS X
-
-Index: scp2/source/ure/ure.scp
-===================================================================
-RCS file: /cvs/installation/scp2/source/ure/ure.scp,v
-retrieving revision 1.2
-diff -u -r1.2 ure.scp
---- scp2/source/ure/ure.scp 17 Jun 2005 10:18:35 -0000 1.2
-+++ scp2/source/ure/ure.scp 21 Jun 2005 22:24:56 -0000
-@@ -601,7 +601,11 @@
- #if defined WNT
- Name = SCP2_URE_DL_NORMAL(libxml2);
- #else
-- Name = SCP2_URE_DL_VER(xml2, 2);
-+ #ifdef MACOSX
-+ Name = STRING(CONCAT3(libxml2,.2.6.17,UNXSUFFIX));
-+ #else
-+ Name = SCP2_URE_DL_VER(xml2,2.6.17);
-+ #endif
- #endif
- Styles = (PACKED);
- End