diff options
author | Maho Nakata <maho@FreeBSD.org> | 2013-02-09 08:32:12 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2013-02-09 08:32:12 +0000 |
commit | 1ad80723c8db2788e7f1c64bf30fc9f3bd14ceac (patch) | |
tree | de73512af6a999c8a953a77068bc20c00a5656ed | |
parent | 4f04fff23cd06730b74eb2f422479c2213a2d0f5 (diff) |
Update to svn 1444279
Submitted by: pfg@ (partially)
Notes
Notes:
svn path=/head/; revision=311962
-rw-r--r-- | editors/openoffice-3-devel/Makefile | 15 | ||||
-rw-r--r-- | editors/openoffice-3-devel/distinfo | 8 |
2 files changed, 11 insertions, 12 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile index a9eb99bd21a6..7c11156b2cea 100644 --- a/editors/openoffice-3-devel/Makefile +++ b/editors/openoffice-3-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= apache-openoffice -PORTVERSION= 3.4.${SVNREVISION} +PORTVERSION= 4.0.${SVNREVISION} PORTEPOCH= 1 CATEGORIES= editors java MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -24,10 +24,9 @@ USE_XORG= x11 ice xaw xau xext xrender xrandr \ xi xt xcursor xdamage xcomposite xfixes USE_GL= gl glu USE_GSTREAMER= yes -#USE_GCC= 4.6+ +#WITH_GCC= yes USE_GMAKE= yes USE_PYTHON= yes -#PYTHON_VERSION= 3.2 USE_PERL5_BUILD= yes USE_BZIP2= yes WITHOUT_CPU_CFLAGS= true @@ -68,8 +67,8 @@ FREEBSD_ENV_SET= FreeBSDX86Env.Set.sh OOOSRC= ApacheOpenOffice.r${SVNREVISION}${EXTRACT_SUFX} EXTSRC= ApacheOpenOffice.ext_sources.r${SVNREVISION}${EXTRACT_SUFX} -OOODIR= apache_openoffice3 -SVNREVISION= 1437264 +OOODIR= apache_openoffice4 +SVNREVISION= 1444279 INSTALLATION_BASEDIR?= openoffice-r${SVNREVISION} EXECBASE?= openoffice-r${SVNREVISION} DIST_SUBDIR= openoffice @@ -270,10 +269,10 @@ do-install: done @${MKDIR} ${PREFIX}/${INSTALLATION_BASEDIR} @cd ${WRKDIR}/tmp/*/ ; ${TAR} cf - -C . . | ${TAR} xf - -C ${PREFIX}/${INSTALLATION_BASEDIR} - @${REINPLACE_CMD} -e 's/^UserInstallation.*$$/USERINSTALLATION/' ${PREFIX}/${INSTALLATION_BASEDIR}/apache_openoffice3/program/bootstraprc - @${REINPLACE_CMD} -e 's/USERINSTALLATION/UserInstallation=$$SYSUSERCONFIG\/\.openoffice\.org-devel\/3/' ${PREFIX}/${INSTALLATION_BASEDIR}/apache_openoffice3/program/bootstraprc + @${REINPLACE_CMD} -e 's/^UserInstallation.*$$/USERINSTALLATION/' ${PREFIX}/${INSTALLATION_BASEDIR}/apache_openoffice4/program/bootstraprc + @${REINPLACE_CMD} -e 's/USERINSTALLATION/UserInstallation=$$SYSUSERCONFIG\/\.openoffice\.org-devel\/4/' ${PREFIX}/${INSTALLATION_BASEDIR}/apache_openoffice4/program/bootstraprc @${MKDIR} ${PREFIX}/${INSTALLATION_BASEDIR}/extensions/ - @cd ${WRKSRC}/solver/3?0/unxfbsd?.pro/bin/ ; ${INSTALL_DATA} ${OOOEXTENSIONS} ${PREFIX}/${INSTALLATION_BASEDIR}/extensions/ + @cd ${WRKSRC}/solver/4?0/unxfbsd?.pro/bin/ ; ${INSTALL_DATA} ${OOOEXTENSIONS} ${PREFIX}/${INSTALLATION_BASEDIR}/extensions/ post-install: @${FIND} ${PREFIX}/${INSTALLATION_BASEDIR} -type d -exec ${CHMOD} 755 {} \; diff --git a/editors/openoffice-3-devel/distinfo b/editors/openoffice-3-devel/distinfo index 6ca4035c81eb..a32152b7d31c 100644 --- a/editors/openoffice-3-devel/distinfo +++ b/editors/openoffice-3-devel/distinfo @@ -1,6 +1,6 @@ -SHA256 (openoffice/ApacheOpenOffice.r1437264.tar.bz2) = 6a00ef71e020225641f6ae602b214ce09b9fe4469c2b12e65e1ee81dc63d97c8 -SIZE (openoffice/ApacheOpenOffice.r1437264.tar.bz2) = 246969207 -SHA256 (openoffice/ApacheOpenOffice.ext_sources.r1437264.tar.bz2) = 6261c2bd6103d2285d892abedc9070ab4fb3f5f6ba85d92f88bd75211417d75c -SIZE (openoffice/ApacheOpenOffice.ext_sources.r1437264.tar.bz2) = 80437019 +SHA256 (openoffice/ApacheOpenOffice.r1444279.tar.bz2) = cb0e84ec13ae923f8b4da4886c9583665cdb5c7bcacb6c8bddd0e2b76d7d91a8 +SIZE (openoffice/ApacheOpenOffice.r1444279.tar.bz2) = 246919636 +SHA256 (openoffice/ApacheOpenOffice.ext_sources.r1444279.tar.bz2) = c2945307cb4ad347746ca131568e9a2503b9a24a01651ccd5f76ebf0087f7979 +SIZE (openoffice/ApacheOpenOffice.ext_sources.r1444279.tar.bz2) = 80436967 SHA256 (openoffice/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c SIZE (openoffice/unowinreg.dll) = 6144 |