diff options
author | maho <maho@FreeBSD.org> | 2005-07-05 17:29:31 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-07-05 17:29:31 +0800 |
commit | 2c1e87f2a5eeb01d45c371708da4a3e4dd60fc9d (patch) | |
tree | 825ed289a8d343f51767ef44025c298e0306beba /editors/openoffice-3-devel | |
parent | 4314829985eaa44570f04ea7aeafa7ae66ca05e5 (diff) | |
download | freebsd-ports-gnome-2c1e87f2a5eeb01d45c371708da4a3e4dd60fc9d.tar.gz freebsd-ports-gnome-2c1e87f2a5eeb01d45c371708da4a3e4dd60fc9d.tar.zst freebsd-ports-gnome-2c1e87f2a5eeb01d45c371708da4a3e4dd60fc9d.zip |
update to m114
Diffstat (limited to 'editors/openoffice-3-devel')
-rw-r--r-- | editors/openoffice-3-devel/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice-3-devel/distinfo | 4 | ||||
-rw-r--r-- | editors/openoffice-3-devel/files/patch-scp2+source+ure+ure.scp | 25 |
3 files changed, 4 insertions, 29 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile index 0f0cadca72cc..f7fab41fa5cc 100644 --- a/editors/openoffice-3-devel/Makefile +++ b/editors/openoffice-3-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-3-devel/distinfo b/editors/openoffice-3-devel/distinfo index 92d3eac6da0c..43462826e2cc 100644 --- a/editors/openoffice-3-devel/distinfo +++ b/editors/openoffice-3-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-3-devel/files/patch-scp2+source+ure+ure.scp b/editors/openoffice-3-devel/files/patch-scp2+source+ure+ure.scp deleted file mode 100644 index aa55e9eeac99..000000000000 --- a/editors/openoffice-3-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 |