svn commit: r555806 - head/cad/uranium

Diane Bruce db at FreeBSD.org
Sat Nov 21 02:39:12 UTC 2020


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


More information about the svn-ports-all mailing list