diff options
author | maho <maho@FreeBSD.org> | 2003-10-02 06:45:23 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-10-02 06:45:23 +0000 |
commit | 6d5981caf4b6cabfe74c4f8b22bd1f83b2614775 (patch) | |
tree | e51b029077e9a5893bc6a76d11de8493f9b54c3f /editors/openoffice-2.0-devel/Makefile | |
parent | 2c3d60b550be0ad514bf9a42ab5c7faf9e492d5b (diff) | |
download | FreeBSD-ports-6d5981caf4b6cabfe74c4f8b22bd1f83b2614775.zip FreeBSD-ports-6d5981caf4b6cabfe74c4f8b22bd1f83b2614775.tar.gz |
a) add several patches made by Takashi Ono (JCA signed person)
1) To enable handling of MS Word for Windows 95/6.0 CJK Version
patch-word6+95-cjkhandling
http://www.openoffice.org/issues/show_bug.cgi?id=17498
(target milestone 1.1.1, resolved and fixed)
2) Patch to enable rtf filter handle local language files
patch-rtfcjk
http://www.openoffice.org/issues/show_bug.cgi?id=17503
(target milestone 2.0, verified and fixed)
3) rtf writing enhancement for CJK
patch-wrtrtf
http://www.openoffice.org/issues/show_bug.cgi?id=20264
(not confirmed yet)
4) read first section attribute correctly for
MS Word for Windows 95/6.0
patch-topsection
http://ja.openoffice.org/servlets/ProjectDownloadList?action=download&dlID=312
(IZ is not raized)
b) bump portrevision
Diffstat (limited to 'editors/openoffice-2.0-devel/Makefile')
-rw-r--r-- | editors/openoffice-2.0-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/openoffice-2.0-devel/Makefile b/editors/openoffice-2.0-devel/Makefile index 68bcf80..dd5d66a 100644 --- a/editors/openoffice-2.0-devel/Makefile +++ b/editors/openoffice-2.0-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= openoffice PORTVERSION= 1.1.0 +PORTREVERSION= 1 CATEGORIES+= editors MASTER_SITES+= ftp://openofficeorg.secsup.org/pub/software/openoffice/stable/%SUBDIR%/ \ ftp://sunsite.cnlab-switch.ch/mirror/OpenOffice/stable/%SUBDIR%/ \ |