diff options
author | Maho Nakata <maho@FreeBSD.org> | 2012-05-11 04:32:49 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2012-05-11 04:32:49 +0000 |
commit | 357487d7aae14ce83e37280855827e1fc866cf8c (patch) | |
tree | b35c23c44451929b7c7963759d69692a30e8f31b | |
parent | 7c1dca390c0189a1c1c88e08389688f47dadffd7 (diff) | |
download | ports-357487d7aae14ce83e37280855827e1fc866cf8c.tar.gz ports-357487d7aae14ce83e37280855827e1fc866cf8c.zip |
Notes
-rw-r--r-- | editors/openoffice-3-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice-3-devel/distinfo | 8 | ||||
-rw-r--r-- | editors/openoffice-3-devel/files/patch-java-vendors | 24 |
3 files changed, 5 insertions, 29 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile index 6c65ecbd81ad..5a7604c43304 100644 --- a/editors/openoffice-3-devel/Makefile +++ b/editors/openoffice-3-devel/Makefile @@ -56,7 +56,7 @@ FREEBSD_ENV_SET= FreeBSDX86Env.Set.sh OOOSRC= ApacheOpenOffice.r${SVNREVISION}${EXTRACT_SUFX} EXTSRC= ApacheOpenOffice.ext_sources.r${SVNREVISION}${EXTRACT_SUFX} OOODIR= openoffice.org3 -SVNREVISION= 1327774 +SVNREVISION= 1335359 INSTALLATION_BASEDIR?= openoffice-r${SVNREVISION} EXECBASE?= openoffice-r${SVNREVISION} DIST_SUBDIR= openoffice diff --git a/editors/openoffice-3-devel/distinfo b/editors/openoffice-3-devel/distinfo index 3f7b17d2fc47..f7d98b69e2fb 100644 --- a/editors/openoffice-3-devel/distinfo +++ b/editors/openoffice-3-devel/distinfo @@ -1,6 +1,6 @@ -SHA256 (openoffice/ApacheOpenOffice.r1327774.tar.bz2) = ce5079a7bd0ca5542a04f64ebaf9e463bd03a857bfcec9145d186bfba0c25a12 -SIZE (openoffice/ApacheOpenOffice.r1327774.tar.bz2) = 251624795 -SHA256 (openoffice/ApacheOpenOffice.ext_sources.r1327774.tar.bz2) = 17bb70c9e16cb1d7452206a7450e3d2649e1865750e3b3776b5d55878b98d785 -SIZE (openoffice/ApacheOpenOffice.ext_sources.r1327774.tar.bz2) = 215141516 +SHA256 (openoffice/ApacheOpenOffice.r1335359.tar.bz2) = b2b1db73e484818eee4f3f1151cd2e0b4cb0a9bde4f4c6889db3112cd664e5db +SIZE (openoffice/ApacheOpenOffice.r1335359.tar.bz2) = 251666414 +SHA256 (openoffice/ApacheOpenOffice.ext_sources.r1335359.tar.bz2) = 261e4cde8751e894787fc84c434e15c21cc85410806515082ad45d90799e154a +SIZE (openoffice/ApacheOpenOffice.ext_sources.r1335359.tar.bz2) = 215140454 SHA256 (openoffice/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c SIZE (openoffice/unowinreg.dll) = 6144 diff --git a/editors/openoffice-3-devel/files/patch-java-vendors b/editors/openoffice-3-devel/files/patch-java-vendors deleted file mode 100644 index 0c3868e4eaef..000000000000 --- a/editors/openoffice-3-devel/files/patch-java-vendors +++ /dev/null @@ -1,24 +0,0 @@ ---- jvmfwk/distributions/OpenOfficeorg/javavendors_freebsd.xml 2012/03/28 11:18:19 1306262 -+++ jvmfwk/distributions/OpenOfficeorg/javavendors_freebsd.xml 2012/04/24 04:16:01 1329547 -@@ -23,9 +23,12 @@ - <javaSelection xmlns="http://openoffice.org/2004/java/framework/1.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - -- <updated>2008-08-27</updated> -+ <updated>2011-01-07</updated> - - <vendorInfos> -+ <vendor name="Oracle Corporation"> -+ <minVersion>1.7.0</minVersion> -+ </vendor> - <vendor name="Sun Microsystems Inc."> - <minVersion>1.5.0</minVersion> - </vendor> -@@ -38,6 +41,7 @@ - </vendorInfos> - - <plugins> -+ <library vendor="Oracle Corporation">vnd.sun.star.expand:$URE_INTERNAL_LIB_DIR/sunjavaplugin.so</library> - <library vendor="Sun Microsystems Inc.">vnd.sun.star.expand:$URE_INTERNAL_LIB_DIR/sunjavaplugin.so</library> - <library vendor="The FreeBSD Foundation">vnd.sun.star.expand:$URE_INTERNAL_LIB_DIR/sunjavaplugin.so</library> - <library vendor="Free Software Foundation, Inc.">vnd.sun.star.expand:$URE_INTERNAL_LIB_DIR/sunjavaplugin.so</library> |