Date: Fri, 31 Jan 2020 06:47:05 +0000 (UTC) From: Don Lewis <truckman@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524676 - in head/editors/openoffice-devel: . files Message-ID: <202001310647.00V6l5oj092553@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: truckman Date: Fri Jan 31 06:47:05 2020 New Revision: 524676 URL: https://svnweb.freebsd.org/changeset/ports/524676 Log: Upgrade editors/openoffice-devel to git commit d12e928220 on the upstream AOO420 branch. patch-configure.ac and patch-icu_makefile.mk have been upstreamed. Switch from python2 to python3. Deleted: head/editors/openoffice-devel/files/patch-configure.ac head/editors/openoffice-devel/files/patch-icu_makefile.mk Modified: head/editors/openoffice-devel/Makefile head/editors/openoffice-devel/distinfo Modified: head/editors/openoffice-devel/Makefile ============================================================================== --- head/editors/openoffice-devel/Makefile Fri Jan 31 06:12:13 2020 (r524675) +++ head/editors/openoffice-devel/Makefile Fri Jan 31 06:47:05 2020 (r524676) @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${TIMESTAMP} -PORTREVISION= 2 +PORTREVISION= 0 PORTEPOCH= 4 CATEGORIES= editors java MASTER_SITES= https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-${TIMESTAMP}/source/ \ @@ -100,7 +100,7 @@ RUN_DEPENDS= \ USES= autoreconf bison compiler:c++11-lib cpe desktop-file-utils \ gettext-runtime gl gmake gnome iconv jpeg perl5 pkgconfig \ - python:2.7 shared-mime-info ssl tar:${TARTYPE} xorg + python:3.7 shared-mime-info ssl tar:${TARTYPE} xorg USE_GL= gl glu USE_GNOME= gtk20 libxslt libidl glib20 USE_JAVA= yes @@ -118,8 +118,8 @@ AOOVERSION2= 2 AOOVERSION3= 0 # From solenv/inc/minor.mk SOURCEREVISION LAST_MINOR BUILD AOOTAG= AOO420m1\(Build:9821\) -GITREVISION= 1742cb93dc -TIMESTAMP= 1573127763 +GITREVISION= d12e928220 +TIMESTAMP= 1579913986 #AOORC=rc3 EXTSRC= ApacheOpenOffice.ext_sources.${AOOVERSION1}.x.x.20150707.tar.gz Modified: head/editors/openoffice-devel/distinfo ============================================================================== --- head/editors/openoffice-devel/distinfo Fri Jan 31 06:12:13 2020 (r524675) +++ head/editors/openoffice-devel/distinfo Fri Jan 31 06:47:05 2020 (r524676) @@ -1,6 +1,6 @@ -TIMESTAMP = 1573194953 -SHA256 (openoffice/apache-openoffice-1573127763-1742cb93dc-src.tar.xz) = 8676a03590781acb5b18a2d0ae3722d792975f78b973d4dd89ad25745e7cac81 -SIZE (openoffice/apache-openoffice-1573127763-1742cb93dc-src.tar.xz) = 239203380 +TIMESTAMP = 1580376045 +SHA256 (openoffice/apache-openoffice-1579913986-d12e928220-src.tar.xz) = 8ef7828ab0f1f4eef92483f97bf5f729f62f8eb57ab31ee88c5b91c00481a07c +SIZE (openoffice/apache-openoffice-1579913986-d12e928220-src.tar.xz) = 239320256 SHA256 (openoffice/ApacheOpenOffice.ext_sources.4.x.x.20150707.tar.gz) = 966a8333c83a18ddd84401389006d6e0b52b8175924b808b54b88211669985fa SIZE (openoffice/ApacheOpenOffice.ext_sources.4.x.x.20150707.tar.gz) = 28957004 SHA256 (openoffice/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001310647.00V6l5oj092553>