aboutsummaryrefslogtreecommitdiff
path: root/cad/ktechlab
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-09-21 09:55:46 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-09-21 09:55:46 +0000
commit19e00cae6c1596b5c955eb2a65b1f82dab94197a (patch)
tree45ff3cddfec721d578d2ec5b4f652c2051512470 /cad/ktechlab
parentad4c1435758da3622b10f9eb07e2c29f247beff9 (diff)
downloadports-19e00cae6c1596b5c955eb2a65b1f82dab94197a.tar.gz
ports-19e00cae6c1596b5c955eb2a65b1f82dab94197a.zip
cad/ktechlab: Update 0.40.1-77 -> 0.50.0
Reported by: portscout
Notes
Notes: svn path=/head/; revision=549431
Diffstat (limited to 'cad/ktechlab')
-rw-r--r--cad/ktechlab/Makefile3
-rw-r--r--cad/ktechlab/distinfo6
-rw-r--r--cad/ktechlab/files/patch-src_canvasitems.cpp10
-rw-r--r--cad/ktechlab/files/patch-src_electronics_components_probe.cpp10
-rw-r--r--cad/ktechlab/files/patch-src_electronics_components_rotoswitch.cpp10
-rw-r--r--cad/ktechlab/files/patch-src_mechanics_chassiscircular2.cpp10
6 files changed, 4 insertions, 45 deletions
diff --git a/cad/ktechlab/Makefile b/cad/ktechlab/Makefile
index 1f3a30a25457..192662ddbfe2 100644
--- a/cad/ktechlab/Makefile
+++ b/cad/ktechlab/Makefile
@@ -2,8 +2,7 @@
PORTNAME= ktechlab
DISTVERSIONPREFIX= v
-DISTVERSION= 0.40.1-77
-DISTVERSIONSUFFIX= -gd782f78d
+DISTVERSION= 0.50.0
CATEGORIES= cad
MAINTAINER= yuri@FreeBSD.org
diff --git a/cad/ktechlab/distinfo b/cad/ktechlab/distinfo
index f0103ffa16c8..c2c5fe8d7973 100644
--- a/cad/ktechlab/distinfo
+++ b/cad/ktechlab/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1587282439
-SHA256 (ktechlab-ktechlab-v0.40.1-77-gd782f78d_GH0.tar.gz) = 0c8f6f5027e7710d1d641cb2596a3f9d654324ceb4624921d15c8018e321e74f
-SIZE (ktechlab-ktechlab-v0.40.1-77-gd782f78d_GH0.tar.gz) = 2263591
+TIMESTAMP = 1600677429
+SHA256 (ktechlab-ktechlab-v0.50.0_GH0.tar.gz) = b5adf238d2b2e8cedfb1be7e81fa6f166719955cb0d9629f270aca71b30d7311
+SIZE (ktechlab-ktechlab-v0.50.0_GH0.tar.gz) = 2270771
diff --git a/cad/ktechlab/files/patch-src_canvasitems.cpp b/cad/ktechlab/files/patch-src_canvasitems.cpp
deleted file mode 100644
index 11b016e83f0f..000000000000
--- a/cad/ktechlab/files/patch-src_canvasitems.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/canvasitems.cpp.orig 2020-06-24 08:49:07 UTC
-+++ src/canvasitems.cpp
-@@ -14,6 +14,7 @@
- #include <qdebug.h>
- #include <qpolygon.h>
- #include <qpainter.h>
-+#include <qpainterpath.h>
- #include <qrect.h>
- #include <qpen.h>
- #include <qbrush.h>
diff --git a/cad/ktechlab/files/patch-src_electronics_components_probe.cpp b/cad/ktechlab/files/patch-src_electronics_components_probe.cpp
deleted file mode 100644
index ee19907f176e..000000000000
--- a/cad/ktechlab/files/patch-src_electronics_components_probe.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/electronics/components/probe.cpp.orig 2020-06-24 06:28:05 UTC
-+++ src/electronics/components/probe.cpp
-@@ -20,6 +20,7 @@
-
- #include <klocalizedstring.h>
- #include <qpainter.h>
-+#include <qpainterpath.h>
-
- //BEGIN class Probe
- Probe::Probe( ICNDocument *icnDocument, bool newItem, const char *id )
diff --git a/cad/ktechlab/files/patch-src_electronics_components_rotoswitch.cpp b/cad/ktechlab/files/patch-src_electronics_components_rotoswitch.cpp
deleted file mode 100644
index 5e8a154c554d..000000000000
--- a/cad/ktechlab/files/patch-src_electronics_components_rotoswitch.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/electronics/components/rotoswitch.cpp.orig 2020-06-24 06:22:43 UTC
-+++ src/electronics/components/rotoswitch.cpp
-@@ -17,6 +17,7 @@
-
- #include <klocalizedstring.h>
- #include <qpainter.h>
-+#include <qpainterpath.h>
- #include <cmath>
- #include <cassert>
-
diff --git a/cad/ktechlab/files/patch-src_mechanics_chassiscircular2.cpp b/cad/ktechlab/files/patch-src_mechanics_chassiscircular2.cpp
deleted file mode 100644
index 75a97a2b49a1..000000000000
--- a/cad/ktechlab/files/patch-src_mechanics_chassiscircular2.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/mechanics/chassiscircular2.cpp.orig 2020-06-23 15:48:21 UTC
-+++ src/mechanics/chassiscircular2.cpp
-@@ -14,6 +14,7 @@
-
- #include <klocalizedstring.h>
- #include <qpainter.h>
-+#include <qpainterpath.h>
- #include <qmatrix.h>
-
- #include <algorithm>