Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Nov 2020 02:39:11 +0000 (UTC)
From:      Diane Bruce <db@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555806 - head/cad/uranium
Message-ID:  <202011210239.0AL2dBPC053049@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: db
Date: Sat Nov 21 02:39:11 2020
New Revision: 555806
URL: https://svnweb.freebsd.org/changeset/ports/555806

Log:
  Update to 4.8
  Sync up with cura and cura-engine
  
  fixes to Uranium
  Tooltip areas should not steal mouse events
  This prevents us from using the tooltip area in a pop-up where the Z
  coordinates are not a good solution.
  
  Round coordinates when sampling pixel for selection ray
  Pixel coordinates must be integer for the Python bindings of Qt.

Modified:
  head/cad/uranium/Makefile
  head/cad/uranium/distinfo

Modified: head/cad/uranium/Makefile
==============================================================================
--- head/cad/uranium/Makefile	Sat Nov 21 01:58:19 2020	(r555805)
+++ head/cad/uranium/Makefile	Sat Nov 21 02:39:11 2020	(r555806)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Uranium
-DISTVERSION=	4.7.1
+DISTVERSION=	4.8
 PORTEPOCH=	1
 CATEGORIES=	cad
 DIST_SUBDIR=	Ultimaker

Modified: head/cad/uranium/distinfo
==============================================================================
--- head/cad/uranium/distinfo	Sat Nov 21 01:58:19 2020	(r555805)
+++ head/cad/uranium/distinfo	Sat Nov 21 02:39:11 2020	(r555806)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1600556932
-SHA256 (Ultimaker/Ultimaker-Uranium-4.7.1-3ed9c4de_GH0.tar.gz) = a7fc4e759f5efbfc9db1dfbcb32541986d8c0249248b1b1795f8f3701896840d
-SIZE (Ultimaker/Ultimaker-Uranium-4.7.1-3ed9c4de_GH0.tar.gz) = 1022548
+TIMESTAMP = 1605921915
+SHA256 (Ultimaker/Ultimaker-Uranium-4.8-3ed9c4de_GH0.tar.gz) = a7fc4e759f5efbfc9db1dfbcb32541986d8c0249248b1b1795f8f3701896840d
+SIZE (Ultimaker/Ultimaker-Uranium-4.8-3ed9c4de_GH0.tar.gz) = 1022548



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