diff options
author | maho <maho@FreeBSD.org> | 2008-07-25 18:06:48 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-07-25 18:06:48 +0800 |
commit | 27849190924f77e6828d0a67316d8a8f3a6ed341 (patch) | |
tree | a635d54a016cad5a4a77466895190230b9a6509b /editors/openoffice-3-devel | |
parent | e3db8ee84c8bacf91265d9a1d659ed398630c37d (diff) | |
download | freebsd-ports-gnome-27849190924f77e6828d0a67316d8a8f3a6ed341.tar.gz freebsd-ports-gnome-27849190924f77e6828d0a67316d8a8f3a6ed341.tar.zst freebsd-ports-gnome-27849190924f77e6828d0a67316d8a8f3a6ed341.zip |
Update to DEV300_m27.
Diffstat (limited to 'editors/openoffice-3-devel')
-rw-r--r-- | editors/openoffice-3-devel/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice-3-devel/distinfo | 6 | ||||
-rw-r--r-- | editors/openoffice-3-devel/files/patch-i84549 | 27 |
3 files changed, 18 insertions, 19 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile index 6acb72fd280a..12fd70f27f39 100644 --- a/editors/openoffice-3-devel/Makefile +++ b/editors/openoffice-3-devel/Makefile @@ -75,11 +75,11 @@ FREEBSD_ENV_SET= FreeBSDAMDEnv.Set FREEBSD_ENV_SET= FreeBSDX86Env.Set .endif -MILESTONE?= 26 +MILESTONE?= 27 OOOTAG?= DEV300_m${MILESTONE} OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX} OOODIR= openoffice.org3 -SNAPDATE= 20080722 +SNAPDATE= 20080725 INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG} EXECBASE?= openoffice.org-${OOOTAG} .if defined(WITH_CWS) diff --git a/editors/openoffice-3-devel/distinfo b/editors/openoffice-3-devel/distinfo index d185551725d5..c315efc8f9d7 100644 --- a/editors/openoffice-3-devel/distinfo +++ b/editors/openoffice-3-devel/distinfo @@ -1,6 +1,6 @@ -MD5 (openoffice.org3/OOo_DEV300_m26_source.tar.bz2) = 72eaaf76962f7799552321aea55bdea5 -SHA256 (openoffice.org3/OOo_DEV300_m26_source.tar.bz2) = 0722ec6308315e7911eabfc13027202f0851320660d5a8edf5eee19f0cefb44f -SIZE (openoffice.org3/OOo_DEV300_m26_source.tar.bz2) = 316660782 +MD5 (openoffice.org3/OOo_DEV300_m27_source.tar.bz2) = 6bae94d3b5738c308ea243ee08618349 +SHA256 (openoffice.org3/OOo_DEV300_m27_source.tar.bz2) = 047ee8d6a82bcd4cdf71498369b7c9b29892ee64cf8ef96650407de2c3862a5b +SIZE (openoffice.org3/OOo_DEV300_m27_source.tar.bz2) = 316627907 MD5 (openoffice.org3/unowinreg.dll) = e3a0b76dcd876f3d721ee7183729153d SHA256 (openoffice.org3/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c SIZE (openoffice.org3/unowinreg.dll) = 6144 diff --git a/editors/openoffice-3-devel/files/patch-i84549 b/editors/openoffice-3-devel/files/patch-i84549 index 3f1808c45b5a..79ebc6897b7e 100644 --- a/editors/openoffice-3-devel/files/patch-i84549 +++ b/editors/openoffice-3-devel/files/patch-i84549 @@ -1,17 +1,16 @@ -? neon/unxfbsdi.pro Index: neon/neon.patch =================================================================== RCS file: /cvs/external/neon/neon.patch,v -retrieving revision 1.20 -diff -u -r1.20 neon.patch ---- neon/neon.patch 14 Nov 2007 09:49:43 -0000 1.20 -+++ neon/neon.patch 13 Dec 2007 17:16:29 -0000 -@@ -268,7 +268,7 @@ - ! #define HAVE_SYS_TYPES_H 1 - ! - ! /* Define if the timezone global is available */ --! #ifndef MACOSX -+! #if !defined (MACOSX) && !defined (FREEBSD) - ! #define HAVE_TIMEZONE 1 - ! #endif - ! +retrieving revision 1.25 +diff -u -r1.25 neon.patch +--- neon/neon.patch 22 Jul 2008 17:17:06 -0000 1.25 ++++ neon/neon.patch 24 Jul 2008 21:32:52 -0000 +@@ -266,7 +266,7 @@ + +#define HAVE_SYS_TYPES_H 1 + + + +/* Define if the timezone global is available */ +-+#ifndef MACOSX +++#if !defined (MACOSX) && !defined (FREEBSD) + +#define HAVE_TIMEZONE 1 + +#endif + + |