diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-07-19 21:51:53 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-07-19 21:51:53 +0000 |
commit | d7dc73acec195533439d898b62e6793623d94348 (patch) | |
tree | 816f40b1795df7e05e59c82cbb6067cc1b0228f9 /editors/openoffice.org-2.0-devel | |
parent | 9c699fba7f0e335617eac17d81a982723d70e3c3 (diff) | |
download | ports-d7dc73acec195533439d898b62e6793623d94348.tar.gz ports-d7dc73acec195533439d898b62e6793623d94348.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-2.0-devel')
-rw-r--r-- | editors/openoffice.org-2.0-devel/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice.org-2.0-devel/distinfo | 6 | ||||
-rw-r--r-- | editors/openoffice.org-2.0-devel/files/patch-i67141 | 16 |
3 files changed, 5 insertions, 21 deletions
diff --git a/editors/openoffice.org-2.0-devel/Makefile b/editors/openoffice.org-2.0-devel/Makefile index 9008282bc630..96961d1ed19a 100644 --- a/editors/openoffice.org-2.0-devel/Makefile +++ b/editors/openoffice.org-2.0-devel/Makefile @@ -73,9 +73,9 @@ IGNORE= install lang/perl5.8 then try again CODELINE= 680 RELEASE_NR= 2.0 -MILESTONE?= 176 +MILESTONE?= 177 OOOTAG?= SRC680_m${MILESTONE} -SNAPDATE= 20060712 +SNAPDATE= 20060719 INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG} EXECBASE?= openoffice.org-${OOOTAG} DIST_SUBDIR= openoffice.org2.0 diff --git a/editors/openoffice.org-2.0-devel/distinfo b/editors/openoffice.org-2.0-devel/distinfo index fb0bb001b1cb..a807e1d63a01 100644 --- a/editors/openoffice.org-2.0-devel/distinfo +++ b/editors/openoffice.org-2.0-devel/distinfo @@ -1,6 +1,6 @@ -MD5 (openoffice.org2.0/OOo_SRC680_m176_source.tar.bz2) = 1107097e6f6da51a8a12899034d38499 -SHA256 (openoffice.org2.0/OOo_SRC680_m176_source.tar.bz2) = fad9f1b695c3bb1b5783be4e9b30b1f10bab7ffc7fc06c2dd9361501a1ba808e -SIZE (openoffice.org2.0/OOo_SRC680_m176_source.tar.bz2) = 247863060 +MD5 (openoffice.org2.0/OOo_SRC680_m177_source.tar.bz2) = 9119e36e59959fa213d0ea4bc0310e13 +SHA256 (openoffice.org2.0/OOo_SRC680_m177_source.tar.bz2) = a63e0760c313f433c58cdb66d98567ff15a10c4784a94d7847252572ff88950d +SIZE (openoffice.org2.0/OOo_SRC680_m177_source.tar.bz2) = 247954057 MD5 (openoffice.org2.0/gpc231.tar.Z) = fdb06fdb5a4670b172f9fb738b717be9 SHA256 (openoffice.org2.0/gpc231.tar.Z) = c1265948554a9882fe8342ecc9ccbdb423321a572a5a6b56f7dfad389540da4e SIZE (openoffice.org2.0/gpc231.tar.Z) = 27917 diff --git a/editors/openoffice.org-2.0-devel/files/patch-i67141 b/editors/openoffice.org-2.0-devel/files/patch-i67141 deleted file mode 100644 index 1a52f96ae6f5..000000000000 --- a/editors/openoffice.org-2.0-devel/files/patch-i67141 +++ /dev/null @@ -1,16 +0,0 @@ -Index: solenv/bin/modules/installer/epmfile.pm -=================================================================== -RCS file: /cvs/tools/solenv/bin/modules/installer/epmfile.pm,v -retrieving revision 1.50 -diff -u -r1.50 epmfile.pm ---- solenv/bin/modules/installer/epmfile.pm 5 Jul 2006 21:12:31 -0000 1.50 -+++ solenv/bin/modules/installer/epmfile.pm 8 Jul 2006 22:35:58 -0000 -@@ -577,7 +577,7 @@ - # (saved in $installer::globals::epm_in_path) or we get the specified - # one through the environment (i.e. when --with-epm=... is specified) - -- if ($ENV{'EPM'}) -+ if ($ENV{'BUILD_EPM'} ne "YES") - { - if (($ENV{'EPM'} ne "") && (-x "$ENV{'EPM'}")) - { |