diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-12-08 12:50:46 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-12-08 12:50:46 +0000 |
commit | c3ec5515ddb22b3a101cc05e9dfff6bd3355af67 (patch) | |
tree | df5c8387c4062ca54f5f479c12b4880d517a9a67 /editors/openoffice-2.0-devel | |
parent | Updated to 2.07 (diff) |
Marked as BROKEN.
Notes
Notes:
svn path=/head/; revision=95358
Diffstat (limited to 'editors/openoffice-2.0-devel')
-rw-r--r-- | editors/openoffice-2.0-devel/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/openoffice-2.0-devel/Makefile b/editors/openoffice-2.0-devel/Makefile index 44bfeea191d1..7f62aaef2c06 100644 --- a/editors/openoffice-2.0-devel/Makefile +++ b/editors/openoffice-2.0-devel/Makefile @@ -6,10 +6,10 @@ # PORTNAME= openoffice -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 2.0 CATEGORIES+= editors -MASTER_SITES+= ftp://openofficeorg.secsup.org/pub/software/openoffice/stable/%SUBDIR%/ \ +MASTER_SITES+= http://people.freebsd.org/~maho \ + ftp://openofficeorg.secsup.org/pub/software/openoffice/stable/%SUBDIR%/ \ ftp://sunsite.cnlab-switch.ch/mirror/OpenOffice.org/stable/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/openoffice/stable/&,} \ http://www.binarycode.org/openoffice/stable/%SUBDIR%/ \ @@ -102,6 +102,7 @@ MAINTAINER= openoffice@FreeBSD.org COMMENT= Integrated wordprocessor/dbase/spreadheet/drawing/chart/browser .endif +BROKEN= "under construction" # # The JDK dependency needs to be at the first place, so all # following dependencies use the same JDK. |