Date: Sat, 9 Feb 2013 08:32:13 +0000 (UTC) From: Maho Nakata <maho@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311962 - head/editors/openoffice-3-devel Message-ID: <201302090832.r198WDUu048476@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: maho Date: Sat Feb 9 08:32:12 2013 New Revision: 311962 URL: http://svnweb.freebsd.org/changeset/ports/311962 Log: Update to svn 1444279 Submitted by: pfg@ (partially) Modified: head/editors/openoffice-3-devel/Makefile head/editors/openoffice-3-devel/distinfo Modified: head/editors/openoffice-3-devel/Makefile ============================================================================== --- head/editors/openoffice-3-devel/Makefile Sat Feb 9 06:45:34 2013 (r311961) +++ head/editors/openoffice-3-devel/Makefile Sat Feb 9 08:32:12 2013 (r311962) @@ -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 x 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 {} \; Modified: head/editors/openoffice-3-devel/distinfo ============================================================================== --- head/editors/openoffice-3-devel/distinfo Sat Feb 9 06:45:34 2013 (r311961) +++ head/editors/openoffice-3-devel/distinfo Sat Feb 9 08:32:12 2013 (r311962) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302090832.r198WDUu048476>