diff options
author | mbr <mbr@FreeBSD.org> | 2003-06-08 06:09:20 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-06-08 06:09:20 +0800 |
commit | 257ba37c5e80a2454ffb6f254594c8c5857c60e4 (patch) | |
tree | 9731d8a4267763408270b427c253d859aa940a3f /editors/openoffice.org-3-RC | |
parent | 86db7e2b74e46547335beff599e8db5bd3ad322e (diff) | |
download | freebsd-ports-gnome-257ba37c5e80a2454ffb6f254594c8c5857c60e4.tar.gz freebsd-ports-gnome-257ba37c5e80a2454ffb6f254594c8c5857c60e4.tar.zst freebsd-ports-gnome-257ba37c5e80a2454ffb6f254594c8c5857c60e4.zip |
Upgrade to OO1.1 beta2.
Many bugs have been fixed and there are a few FreeBSD dependent
issues remaining. Unfortunatly one of them is the installer.
Most patches have been imported, so we are now down on about ~30 patches !
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r-- | editors/openoffice.org-3-RC/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile index 539cef607540..4ca588fcfe50 100644 --- a/editors/openoffice.org-3-RC/Makefile +++ b/editors/openoffice.org-3-RC/Makefile @@ -7,8 +7,8 @@ PORTNAME= openoffice PORTVERSION= 644 -PORTREVISION= 1 -SNAPDATE= 20030412 +PORTREVISION= 2 +SNAPDATE= 20030601 CATEGORIES+= editors MASTER_SITES+= http://projects.imp.ch/openoffice/%SUBDIR%/ \ http://ny1.mirror.openoffice.org/developer/%SUBDIR%/ \ @@ -37,6 +37,7 @@ PASTE?= /usr/bin/paste .include <bsd.port.pre.mk> +BROKEN= "Does not work yet, installation problems" BUILD_NR= ${PORTVERSION} RELEASE_NR= 1.1 INSTALLATION_BASEDIR= OpenOffice.org-${BUILD_NR} |