o Update m57
version number becomes 1.1.5.
This commit is contained in:
parent
0ca54bca0c
commit
564b0df726
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138507
8 changed files with 12 additions and 80 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= openoffice
|
PORTNAME= openoffice
|
||||||
PORTVERSION= 1.1.4.${SNAPDATE}
|
PORTVERSION= 1.1.5.${SNAPDATE}
|
||||||
CATEGORIES+= editors
|
CATEGORIES+= editors
|
||||||
MASTER_SITES+= ftp://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \
|
MASTER_SITES+= ftp://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \
|
||||||
${MASTER_SITE_LOCAL:S,%SUBDIR%,maho/openoffice.org/&,}:moz \
|
${MASTER_SITE_LOCAL:S,%SUBDIR%,maho/openoffice.org/&,}:moz \
|
||||||
|
@ -81,9 +81,9 @@ L10NHELPS= helpcontent_01_unix.tgz helpcontent_07_unix.tgz \
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
CODELINE= 645
|
CODELINE= 645
|
||||||
RELEASE_NR= 1.1.4
|
RELEASE_NR= 1.1.5
|
||||||
MILESTONE= 56
|
MILESTONE= 57
|
||||||
SNAPDATE= 20050630
|
SNAPDATE= 20050705
|
||||||
INSTALLATION_BASEDIR= OpenOffice.org${RELEASE_NR}
|
INSTALLATION_BASEDIR= OpenOffice.org${RELEASE_NR}
|
||||||
EXECBASE= openoffice.org-${RELEASE_NR}m${MILESTONE}
|
EXECBASE= openoffice.org-${RELEASE_NR}m${MILESTONE}
|
||||||
DIST_SUBDIR= openoffice.org1.1
|
DIST_SUBDIR= openoffice.org1.1
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
MD5 (openoffice.org1.1/OOo_1.1.4m56_source.tar.bz2) = 5582117d68d96177d64c02f8493c61f4
|
MD5 (openoffice.org1.1/OOo_1.1.5m57_source.tar.bz2) = 9ee08dcf31fbbc6623b89769cdcad561
|
||||||
SIZE (openoffice.org1.1/OOo_1.1.4m56_source.tar.bz2) = 200183575
|
SIZE (openoffice.org1.1/OOo_1.1.5m57_source.tar.bz2) = 200468084
|
||||||
MD5 (openoffice.org1.1/gpc231.tar.Z) = fdb06fdb5a4670b172f9fb738b717be9
|
MD5 (openoffice.org1.1/gpc231.tar.Z) = fdb06fdb5a4670b172f9fb738b717be9
|
||||||
SIZE (openoffice.org1.1/gpc231.tar.Z) = 27917
|
SIZE (openoffice.org1.1/gpc231.tar.Z) = 27917
|
||||||
MD5 (openoffice.org1.1/cws_srx645_mozooo.20040203.tar.gz) = 1239aad43c65d6808b6261ea9d60fb67
|
MD5 (openoffice.org1.1/cws_srx645_mozooo.20040203.tar.gz) = 1239aad43c65d6808b6261ea9d60fb67
|
||||||
|
|
|
@ -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
|
|
|
@ -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)
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= openoffice
|
PORTNAME= openoffice
|
||||||
PORTVERSION= 1.1.4.${SNAPDATE}
|
PORTVERSION= 1.1.5.${SNAPDATE}
|
||||||
CATEGORIES+= editors
|
CATEGORIES+= editors
|
||||||
MASTER_SITES+= ftp://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \
|
MASTER_SITES+= ftp://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \
|
||||||
${MASTER_SITE_LOCAL:S,%SUBDIR%,maho/openoffice.org/&,}:moz \
|
${MASTER_SITE_LOCAL:S,%SUBDIR%,maho/openoffice.org/&,}:moz \
|
||||||
|
@ -81,9 +81,9 @@ L10NHELPS= helpcontent_01_unix.tgz helpcontent_07_unix.tgz \
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
CODELINE= 645
|
CODELINE= 645
|
||||||
RELEASE_NR= 1.1.4
|
RELEASE_NR= 1.1.5
|
||||||
MILESTONE= 56
|
MILESTONE= 57
|
||||||
SNAPDATE= 20050630
|
SNAPDATE= 20050705
|
||||||
INSTALLATION_BASEDIR= OpenOffice.org${RELEASE_NR}
|
INSTALLATION_BASEDIR= OpenOffice.org${RELEASE_NR}
|
||||||
EXECBASE= openoffice.org-${RELEASE_NR}m${MILESTONE}
|
EXECBASE= openoffice.org-${RELEASE_NR}m${MILESTONE}
|
||||||
DIST_SUBDIR= openoffice.org1.1
|
DIST_SUBDIR= openoffice.org1.1
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
MD5 (openoffice.org1.1/OOo_1.1.4m56_source.tar.bz2) = 5582117d68d96177d64c02f8493c61f4
|
MD5 (openoffice.org1.1/OOo_1.1.5m57_source.tar.bz2) = 9ee08dcf31fbbc6623b89769cdcad561
|
||||||
SIZE (openoffice.org1.1/OOo_1.1.4m56_source.tar.bz2) = 200183575
|
SIZE (openoffice.org1.1/OOo_1.1.5m57_source.tar.bz2) = 200468084
|
||||||
MD5 (openoffice.org1.1/gpc231.tar.Z) = fdb06fdb5a4670b172f9fb738b717be9
|
MD5 (openoffice.org1.1/gpc231.tar.Z) = fdb06fdb5a4670b172f9fb738b717be9
|
||||||
SIZE (openoffice.org1.1/gpc231.tar.Z) = 27917
|
SIZE (openoffice.org1.1/gpc231.tar.Z) = 27917
|
||||||
MD5 (openoffice.org1.1/cws_srx645_mozooo.20040203.tar.gz) = 1239aad43c65d6808b6261ea9d60fb67
|
MD5 (openoffice.org1.1/cws_srx645_mozooo.20040203.tar.gz) = 1239aad43c65d6808b6261ea9d60fb67
|
||||||
|
|
|
@ -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
|
|
|
@ -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)
|
|
Loading…
Reference in a new issue