Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 2020 12:24:26 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550693 - head/math/gnumeric
Message-ID:  <202009301224.08UCOQoG075346@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Sep 30 12:24:26 2020
New Revision: 550693
URL: https://svnweb.freebsd.org/changeset/ports/550693

Log:
  Update to 1.12.48
  
  This version fixes build with newer components from gnome
  Because this version fails to link with python, disable python support for now

Modified:
  head/math/gnumeric/Makefile
  head/math/gnumeric/distinfo

Modified: head/math/gnumeric/Makefile
==============================================================================
--- head/math/gnumeric/Makefile	Wed Sep 30 12:24:12 2020	(r550692)
+++ head/math/gnumeric/Makefile	Wed Sep 30 12:24:26 2020	(r550693)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	gnumeric
-PORTVERSION=	1.12.46
+PORTVERSION=	1.12.48
 CATEGORIES=	math gnome
 MASTER_SITES=	GNOME
-DIST_SUBDIR=	gnome3
+DIST_SUBDIR=	gnome
 
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	GNOME spreadsheet program
@@ -27,6 +27,7 @@ INSTALLS_ICONS=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	\
 		--without-paradox \
+		--without-python \
 		--enable-introspection
 INSTALL_TARGET=	install-strip
 

Modified: head/math/gnumeric/distinfo
==============================================================================
--- head/math/gnumeric/distinfo	Wed Sep 30 12:24:12 2020	(r550692)
+++ head/math/gnumeric/distinfo	Wed Sep 30 12:24:26 2020	(r550693)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1577436501
-SHA256 (gnome3/gnumeric-1.12.46.tar.xz) = 9fdc67377af52dfe69a7db4f533938024a75f454fc5d25ab43b8e6739be0b5e1
-SIZE (gnome3/gnumeric-1.12.46.tar.xz) = 18282960
+TIMESTAMP = 1601468146
+SHA256 (gnome/gnumeric-1.12.48.tar.xz) = 57cce33a41d34db81292e9eebae8b5046f30e5d919d848256fbb75bfc132a590
+SIZE (gnome/gnumeric-1.12.48.tar.xz) = 18329300



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