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.org-3 | |
parent | 96701f4c3dd72341ac8405078bea6689b3dd95fa (diff) | |
download | ports-c3ec5515ddb22b3a101cc05e9dfff6bd3355af67.tar.gz ports-c3ec5515ddb22b3a101cc05e9dfff6bd3355af67.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-3')
-rw-r--r-- | editors/openoffice.org-3/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/openoffice.org-3/Makefile b/editors/openoffice.org-3/Makefile index 44bfeea191d1..7f62aaef2c06 100644 --- a/editors/openoffice.org-3/Makefile +++ b/editors/openoffice.org-3/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. |