aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-04-30 21:12:48 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-04-30 21:12:48 +0000
commit08bac1fedd06b1603b3f81bcd964003b81954314 (patch)
treeef86d832dbeddf4552fb0ebdf614c74236379bf9 /editors
parent8f4ea32a20aada607ff9d166709b3d5a27687bf1 (diff)
downloadports-08bac1fedd06b1603b3f81bcd964003b81954314.tar.gz
ports-08bac1fedd06b1603b3f81bcd964003b81954314.zip
Update to SRX645_m65. All distfiles are located at good-day,
to make fetchable.
Notes
Notes: svn path=/head/; revision=191234
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice.org-1.1-devel/Makefile45
-rw-r--r--editors/openoffice.org-1.1-devel/distinfo6
2 files changed, 19 insertions, 32 deletions
diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile
index c228824ab76e..b3f97fd8740e 100644
--- a/editors/openoffice.org-1.1-devel/Makefile
+++ b/editors/openoffice.org-1.1-devel/Makefile
@@ -8,22 +8,9 @@
PORTNAME= openoffice.org
PORTVERSION= 1.1.5.${SNAPDATE}
CATEGORIES+= editors
-MASTER_SITES+= http://openoffice.lunarshells.com/sources/ \
- ftp://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \
- ${MASTER_SITE_LOCAL:S/$/:moz/} \
- ${MASTER_SITE_MOZILLA:S/$/:mozsrc/} \
- ftp://ftp.cs.man.ac.uk/pub/toby/gpc/:gpc \
- http://openoffice.lunarshells.com/sources/helpcontent/:help \
- ${MASTER_SITE_RINGSERVER:S/$/:help/} \
- ${MASTER_SITE_RINGSERVER:S/$/:help3/} \
- ftp://ftp.kddlabs.co.jp/office/openoffice/contrib/helpcontent/:help \
- ftp://sunsite.cnlab-switch.ch/mirror/OpenOffice/contrib/helpcontent/:help \
- http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/helpcontent/:help \
- ftp://ftp.linux.cz/pub/localization/OpenOffice.org/1.1.5/build/Files/:help2
-MASTER_SITE_SUBDIR+= maho/openoffice.org/:moz \
- mozilla/releases/mozilla${MOZILLA_VERSION}/src/:mozsrc \
- misc/openoffice/contrib/helpcontent/:help \
- misc/openoffice/contrib/helpcontent-1.0/:help3
+MASTER_SITES+= http://ooopackages.good-day.net/pub/OpenOffice.org/sources/1.1/ \
+ http://openoffice.lunarshells.com/sources/1.1/ \
+ ftp://ftp.cs.man.ac.uk/pub/toby/gpc/:gpc
DISTFILES+= OOo_SRX645_m${MILESTONE}_source.tar.bz2
.if defined(WITH_GPC)
DISTFILES+= gpc231.tar.Z:gpc
@@ -39,7 +26,7 @@ MOZILLA_PROJECT= cws_srx645_mozooo.20040203.tar.gz
MOZILLA_VERSION= 1.0
MOZILLA_SOURCE= mozilla-source-${MOZILLA_VERSION}.tar.gz
.if !defined(WITHOUT_MOZILLA)
-DISTFILES+= ${MOZILLA_PROJECT}:moz ${MOZILLA_SOURCE}:mozsrc
+DISTFILES+= ${MOZILLA_PROJECT} ${MOZILLA_SOURCE}
USE_GNOME+= orbit
.endif
@@ -67,17 +54,17 @@ LANG_EXT?= 01
LANG_CONFIGURE_ARG?= ENUS
L10NHELP?= helpcontent_01_unix.tgz
-DISTFILES+= ${L10NHELP}:help
+DISTFILES+= ${L10NHELP}
.if defined(ALL_LOCALIZED_LANGS)
-DISTFILES+= helpcontent_07_unix.tgz:help3 \
- helpcontent_31_unix.tgz:help helpcontent_33_unix.tgz:help \
- helpcontent_34_unix.tgz:help helpcontent_39_unix.tgz:help \
- helpcontent_42_unix.tgz:help2 helpcontent_43_unix.tgz:help2 \
- helpcontent_46_unix.tgz:help helpcontent_49_unix.tgz:help \
- helpcontent_50_unix.tgz:help2 helpcontent_55_unix.tgz:help \
- helpcontent_81_unix.tgz:help helpcontent_82_unix.tgz:help \
- helpcontent_86_unix.tgz:help helpcontent_88_unix.tgz:help \
- helpcontent_90_unix.tgz:help
+DISTFILES+= helpcontent_07_unix.tgz \
+ helpcontent_31_unix.tgz helpcontent_33_unix.tgz \
+ helpcontent_34_unix.tgz helpcontent_39_unix.tgz \
+ helpcontent_42_unix.tgz helpcontent_43_unix.tgz \
+ helpcontent_46_unix.tgz helpcontent_49_unix.tgz \
+ helpcontent_50_unix.tgz helpcontent_55_unix.tgz \
+ helpcontent_81_unix.tgz helpcontent_82_unix.tgz \
+ helpcontent_86_unix.tgz helpcontent_88_unix.tgz \
+ helpcontent_90_unix.tgz
L10NHELPS= helpcontent_01_unix.tgz helpcontent_07_unix.tgz \
helpcontent_31_unix.tgz helpcontent_33_unix.tgz \
helpcontent_34_unix.tgz helpcontent_39_unix.tgz \
@@ -91,8 +78,8 @@ L10NHELPS= helpcontent_01_unix.tgz helpcontent_07_unix.tgz \
CODELINE= 645
RELEASE_NR= 1.1.5
-MILESTONE= 64
-SNAPDATE= 20061219
+MILESTONE= 65
+SNAPDATE= 20070220
INSTALLATION_BASEDIR= OpenOffice.org${RELEASE_NR}
EXECBASE= openoffice.org-${RELEASE_NR}m${MILESTONE}
DIST_SUBDIR= openoffice.org1.1
diff --git a/editors/openoffice.org-1.1-devel/distinfo b/editors/openoffice.org-1.1-devel/distinfo
index ea0b9f060623..77b15884c654 100644
--- a/editors/openoffice.org-1.1-devel/distinfo
+++ b/editors/openoffice.org-1.1-devel/distinfo
@@ -1,6 +1,6 @@
-MD5 (openoffice.org1.1/OOo_SRX645_m64_source.tar.bz2) = 08379bcd5939cd39c62135f0d358302e
-SHA256 (openoffice.org1.1/OOo_SRX645_m64_source.tar.bz2) = 132f2ebc30e24e89488a7188d3dfbc3509783fe5d369e4e9bd8c0eb64113dbd6
-SIZE (openoffice.org1.1/OOo_SRX645_m64_source.tar.bz2) = 201108846
+MD5 (openoffice.org1.1/OOo_SRX645_m65_source.tar.bz2) = 16bf6684acbb5c40756c835f8eff508d
+SHA256 (openoffice.org1.1/OOo_SRX645_m65_source.tar.bz2) = 4bbc2ae6c1f1d1971f93042f4a320e44fd0f7f75a22ac378298b231edad4977b
+SIZE (openoffice.org1.1/OOo_SRX645_m65_source.tar.bz2) = 201131066
MD5 (openoffice.org1.1/gpc231.tar.Z) = fdb06fdb5a4670b172f9fb738b717be9
SHA256 (openoffice.org1.1/gpc231.tar.Z) = c1265948554a9882fe8342ecc9ccbdb423321a572a5a6b56f7dfad389540da4e
SIZE (openoffice.org1.1/gpc231.tar.Z) = 27917