Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Nov 2018 03:38:02 +0000 (UTC)
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r485301 - branches/2018Q4/editors/openoffice-4
Message-ID:  <201811190338.wAJ3c2FW034239@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: truckman
Date: Mon Nov 19 03:38:02 2018
New Revision: 485301
URL: https://svnweb.freebsd.org/changeset/ports/485301

Log:
  MFH: r485282
  
  Upgrade editors/openoffice-4 to version 4.1.6:
  
    * Fixed bugs which caused improper handling (crashes) when using
      Microsoft Drawing Binary File format
  
    * Fix a loop that visits all objects on a page so that all objects get
      visited
  
    * Updated logos
  
  Release notes: https://s.apache.org/AOO-416releasenotes
  
  Pet portlint (add missing USES= entries).
  
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2018Q4/editors/openoffice-4/Makefile
  branches/2018Q4/editors/openoffice-4/distinfo
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/editors/openoffice-4/Makefile
==============================================================================
--- branches/2018Q4/editors/openoffice-4/Makefile	Mon Nov 19 02:21:10 2018	(r485300)
+++ branches/2018Q4/editors/openoffice-4/Makefile	Mon Nov 19 03:38:02 2018	(r485301)
@@ -3,9 +3,8 @@
 
 PORTNAME=	apache-openoffice
 PORTVERSION=	${AOOVERSION}
-PORTREVISION=	10
 CATEGORIES=	editors java
-MASTER_SITES=	APACHE/openoffice/${PORTVERSION}/sources \
+MASTER_SITES=	APACHE/openoffice/${PORTVERSION}/source \
 		http://tools.openoffice.org/unowinreg_prebuild/680/:unoreg \
 		LOCAL/truckman/openoffice:extsrc
 .if defined(LANG_PKGNAME)
@@ -96,10 +95,9 @@ RUN_DEPENDS=								\
 		${LOCALBASE}/share/fonts/Carlito/Carlito-Bold.ttf:x11-fonts/crosextrafonts-carlito-ttf \
 		${LOCALBASE}/share/fonts/ChromeOS/Arimo-Bold.ttf:x11-fonts/croscorefonts-fonts-ttf
 
-USES=		autoreconf bison compiler:c++11-lib cpe \
-		desktop-file-utils \
-		gettext-runtime gmake iconv jpeg perl5 pkgconfig python:2.7 \
-		shared-mime-info ssl tar:bzip2
+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:bzip2
 USE_GL=		gl glu
 USE_GNOME=	gtk20 libxslt libidl glib20
 USE_JAVA=	yes
@@ -115,10 +113,10 @@ CONFLICTS_INSTALL=	apache-openoffice-devel-*
 
 AOOVERSION1=	4
 AOOVERSION2=	1
-AOOVERSION3=	5
+AOOVERSION3=	6
 # From solenv/inc/minor.mk SOURCEREVISION LAST_MINOR BUILD
-AOOTAG=		AOO415m1\(Build:9789\)
-SVNREVISION=	1817496
+AOOTAG=		AOO416m1\(Build:9790\)
+SVNREVISION=	1844436
 EXTSRC=		ApacheOpenOffice.ext_sources.${AOOVERSION1}.x.x.20150707.tar.gz
 
 AOOVERSION=	${AOOVERSION1}.${AOOVERSION2}.${AOOVERSION3}

Modified: branches/2018Q4/editors/openoffice-4/distinfo
==============================================================================
--- branches/2018Q4/editors/openoffice-4/distinfo	Mon Nov 19 02:21:10 2018	(r485300)
+++ branches/2018Q4/editors/openoffice-4/distinfo	Mon Nov 19 03:38:02 2018	(r485301)
@@ -1,7 +1,5 @@
-TIMESTAMP = 1513127206
-SHA256 (openoffice/apache-openoffice-4.1.5-r1817496-src.tar.bz2) = e0d77e762a1554f2a08d0f12c9a958b87632e8adede5c5bafba0bb94d8c96a65
-SIZE (openoffice/apache-openoffice-4.1.5-r1817496-src.tar.bz2) = 219094040
-SHA256 (openoffice/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c
-SIZE (openoffice/unowinreg.dll) = 6144
+TIMESTAMP = 1542135943
+SHA256 (openoffice/apache-openoffice-4.1.6-r1844436-src.tar.bz2) = 5189880207977a0fd6d4ef5eada7d18d8dbf94cddcc71822889cfb6c82cfed18
+SIZE (openoffice/apache-openoffice-4.1.6-r1844436-src.tar.bz2) = 220017032
 SHA256 (openoffice/ApacheOpenOffice.ext_sources.4.x.x.20150707.tar.gz) = 966a8333c83a18ddd84401389006d6e0b52b8175924b808b54b88211669985fa
 SIZE (openoffice/ApacheOpenOffice.ext_sources.4.x.x.20150707.tar.gz) = 28957004



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811190338.wAJ3c2FW034239>