diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-07-05 13:16:22 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-07-05 13:16:22 +0000 |
commit | 564b0df726461a4d0054778a41a19415f58ee030 (patch) | |
tree | b472f440442e18a7cbd3a5fec452989e7561a95a /editors/openoffice.org-1.1-devel | |
parent | 0ca54bca0cd6161273684407b7af84a9dfb77993 (diff) | |
download | ports-564b0df726461a4d0054778a41a19415f58ee030.tar.gz ports-564b0df726461a4d0054778a41a19415f58ee030.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-1.1-devel')
4 files changed, 6 insertions, 40 deletions
diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile index 77c858ddf722..1694c3cedb29 100644 --- a/editors/openoffice.org-1.1-devel/Makefile +++ b/editors/openoffice.org-1.1-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openoffice -PORTVERSION= 1.1.4.${SNAPDATE} +PORTVERSION= 1.1.5.${SNAPDATE} CATEGORIES+= editors MASTER_SITES+= ftp://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \ ${MASTER_SITE_LOCAL:S,%SUBDIR%,maho/openoffice.org/&,}:moz \ @@ -81,9 +81,9 @@ L10NHELPS= helpcontent_01_unix.tgz helpcontent_07_unix.tgz \ .endif CODELINE= 645 -RELEASE_NR= 1.1.4 -MILESTONE= 56 -SNAPDATE= 20050630 +RELEASE_NR= 1.1.5 +MILESTONE= 57 +SNAPDATE= 20050705 INSTALLATION_BASEDIR= OpenOffice.org${RELEASE_NR} EXECBASE= openoffice.org-${RELEASE_NR}m${MILESTONE} DIST_SUBDIR= openoffice.org1.1 diff --git a/editors/openoffice.org-1.1-devel/distinfo b/editors/openoffice.org-1.1-devel/distinfo index 1d97a6dbfd9b..0b1ea9759979 100644 --- a/editors/openoffice.org-1.1-devel/distinfo +++ b/editors/openoffice.org-1.1-devel/distinfo @@ -1,5 +1,5 @@ -MD5 (openoffice.org1.1/OOo_1.1.4m56_source.tar.bz2) = 5582117d68d96177d64c02f8493c61f4 -SIZE (openoffice.org1.1/OOo_1.1.4m56_source.tar.bz2) = 200183575 +MD5 (openoffice.org1.1/OOo_1.1.5m57_source.tar.bz2) = 9ee08dcf31fbbc6623b89769cdcad561 +SIZE (openoffice.org1.1/OOo_1.1.5m57_source.tar.bz2) = 200468084 MD5 (openoffice.org1.1/gpc231.tar.Z) = fdb06fdb5a4670b172f9fb738b717be9 SIZE (openoffice.org1.1/gpc231.tar.Z) = 27917 MD5 (openoffice.org1.1/cws_srx645_mozooo.20040203.tar.gz) = 1239aad43c65d6808b6261ea9d60fb67 diff --git a/editors/openoffice.org-1.1-devel/files/patch-odfilter+prj+build.lst b/editors/openoffice.org-1.1-devel/files/patch-odfilter+prj+build.lst deleted file mode 100644 index 9e02c5438c2b..000000000000 --- a/editors/openoffice.org-1.1-devel/files/patch-odfilter+prj+build.lst +++ /dev/null @@ -1,13 +0,0 @@ -Index: odfilter/prj/build.lst -=================================================================== -RCS file: /cvs/xml/odfilter/prj/build.lst,v -retrieving revision 1.1 -diff -u -r1.1 build.lst ---- odfilter/prj/build.lst 6 Jun 2005 12:36:50 -0000 1.1 -+++ odfilter/prj/build.lst 1 Jul 2005 10:49:28 -0000 -@@ -1,4 +1,4 @@ --xod odfilter : offapi goodies comphelper NULL -+xod odfilter : offapi goodies comphelper xmloff NULL - xod odfilter usr1 - all xod_mkout NULL - xod odfilter\prj get - all xod_prj NULL - xod odfilter\source nmake - all xod_transform NULL diff --git a/editors/openoffice.org-1.1-devel/files/patch-sndfile+makefile.mk b/editors/openoffice.org-1.1-devel/files/patch-sndfile+makefile.mk deleted file mode 100644 index 3be2aa82cd99..000000000000 --- a/editors/openoffice.org-1.1-devel/files/patch-sndfile+makefile.mk +++ /dev/null @@ -1,21 +0,0 @@ -Issutracker : #iXXXXX# -CWS : N/A -Author : -Description : - ---- sndfile/makefile.mk Wed Jun 1 01:31:45 2005 -+++ sndfile/makefile.mk Fri Jul 1 09:17:49 2005 -@@ -81,8 +81,12 @@ - CONFIGURE_DIR= - - CONFIGURE_ACTION=./configure --with-pic --.IF "$(COM)" == "GCC" && "$(OS)" != "MACOSX" && "$(OS)" != "FREEBSD" -+.IF "$(COM)" == "GCC" -+.IF "$(OS)" != "MACOSX" -+.IF "$(OS)" != "FREEBSD" - CONFIGURE_FLAGS=LDFLAGS=-Wl,-noinhibit-exec -+.ENDIF -+.ENDIF - .ENDIF - - BUILD_DIR=$(CONFIGURE_DIR) |