aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2022-05-05 09:40:18 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2022-05-05 09:58:00 +0000
commit2701df03cf6dcbee822bf368e0b2c1858d010688 (patch)
tree47641b8e6eeca2bec90add1760c99eced5552ca7
parent776ba29e575e47b1b26f994bfc9a3e6b717fdf80 (diff)
downloadports-2701df03cf6dcbee822bf368e0b2c1858d010688.tar.gz
ports-2701df03cf6dcbee822bf368e0b2c1858d010688.zip
x11-toolkits/copperspice: update Qt-ish toolkit to latest release
This release has a tag, but no GitHub release notes. Since we pull from GH tags, this is not an issue. I can't tell what the actual changes are, although the one patch needed for FreeBSD (from pkubaj@) has been merged upstream.
-rw-r--r--misc/copperspice-examples/Makefile3
-rw-r--r--misc/copperspice-examples/distinfo6
-rw-r--r--x11-toolkits/copperspice/Makefile3
-rw-r--r--x11-toolkits/copperspice/distinfo6
-rw-r--r--x11-toolkits/copperspice/files/patch-src_core_global_qglobal.h19
-rw-r--r--x11-toolkits/copperspice/pkg-plist4
6 files changed, 8 insertions, 33 deletions
diff --git a/misc/copperspice-examples/Makefile b/misc/copperspice-examples/Makefile
index 0d5cca4709f3..c52124fb779d 100644
--- a/misc/copperspice-examples/Makefile
+++ b/misc/copperspice-examples/Makefile
@@ -1,7 +1,6 @@
PORTNAME= copperspice-examples
DISTVERSIONPREFIX= ks-
-DISTVERSION= 1.7.3
-PORTREVISION= 3
+DISTVERSION= 1.7.4
CATEGORIES= misc
MASTER_SITES= https://download.copperspice.com/kitchensink/source/
DISTNAME= KitchenSink-${DISTVERSION}
diff --git a/misc/copperspice-examples/distinfo b/misc/copperspice-examples/distinfo
index ca8968101ddc..04acf4d271a8 100644
--- a/misc/copperspice-examples/distinfo
+++ b/misc/copperspice-examples/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1646305585
-SHA256 (KitchenSink-1.7.3.tar.bz2) = 4de9d0cf9da42dc07daca442c4177ee485bd7dfc23fa1a5eeb303d7affa947cc
-SIZE (KitchenSink-1.7.3.tar.bz2) = 581145
+TIMESTAMP = 1651321636
+SHA256 (KitchenSink-1.7.4.tar.bz2) = 8bf1919273c47e2fc8e4e2c79f972b18cadbc2556c038621790673dc27c852aa
+SIZE (KitchenSink-1.7.4.tar.bz2) = 581242
diff --git a/x11-toolkits/copperspice/Makefile b/x11-toolkits/copperspice/Makefile
index 6bc89818c950..1c011f1c0c1f 100644
--- a/x11-toolkits/copperspice/Makefile
+++ b/x11-toolkits/copperspice/Makefile
@@ -1,6 +1,5 @@
PORTNAME= copperspice
-DISTVERSION= 1.7.3
-PORTREVISION= 3
+DISTVERSION= 1.7.4
CATEGORIES= x11-toolkits
MASTER_SITES= https://download.copperspice.com/${PORTNAME}/source/
diff --git a/x11-toolkits/copperspice/distinfo b/x11-toolkits/copperspice/distinfo
index 0d85b285a09b..f674494bb4ac 100644
--- a/x11-toolkits/copperspice/distinfo
+++ b/x11-toolkits/copperspice/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1646305690
-SHA256 (copperspice-1.7.3.tar.bz2) = 9aed04de6bd522c84953a03d68107df7aebba7516e5add3520e48b412589cd28
-SIZE (copperspice-1.7.3.tar.bz2) = 18041796
+TIMESTAMP = 1651321734
+SHA256 (copperspice-1.7.4.tar.bz2) = c9f40b2f131cffc1adbe810fcdfebf4414ba195ea7a0cd6138454446192f0db0
+SIZE (copperspice-1.7.4.tar.bz2) = 18303111
diff --git a/x11-toolkits/copperspice/files/patch-src_core_global_qglobal.h b/x11-toolkits/copperspice/files/patch-src_core_global_qglobal.h
deleted file mode 100644
index a1587897467d..000000000000
--- a/x11-toolkits/copperspice/files/patch-src_core_global_qglobal.h
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/core/global/qglobal.h.orig 2022-02-26 11:39:19 UTC
-+++ src/core/global/qglobal.h
-@@ -118,6 +118,16 @@
-
- # endif
-
-+#elif defined(__powerpc64__)
-+// 64-bit POWER
-+
-+# define Q_PROCESSOR_PPC_64
-+
-+#elif defined(__powerpc__)
-+// 32-bit POWER
-+
-+# define Q_PROCESSOR_PPC
-+
- #else
- # error Unable to detect system architecture, contact CopperSpice development
-
diff --git a/x11-toolkits/copperspice/pkg-plist b/x11-toolkits/copperspice/pkg-plist
index 4a3446594b4f..b5d9bfec7601 100644
--- a/x11-toolkits/copperspice/pkg-plist
+++ b/x11-toolkits/copperspice/pkg-plist
@@ -663,8 +663,6 @@ include/copperspice/QtGui/QGestureEvent
include/copperspice/QtGui/QGestureRecognizer
include/copperspice/QtGui/QGlyphRun
include/copperspice/QtGui/QGradient
-include/copperspice/QtGui/QGradientStop
-include/copperspice/QtGui/QGradientStops
include/copperspice/QtGui/QGraphicsAnchor
include/copperspice/QtGui/QGraphicsAnchorLayout
include/copperspice/QtGui/QGraphicsBlurEffect
@@ -1138,8 +1136,6 @@ include/copperspice/QtGui/qgestureevent.h
include/copperspice/QtGui/qgesturerecognizer.h
include/copperspice/QtGui/qglyphrun.h
include/copperspice/QtGui/qgradient.h
-include/copperspice/QtGui/qgradientstop.h
-include/copperspice/QtGui/qgradientstops.h
include/copperspice/QtGui/qgraphicsanchor.h
include/copperspice/QtGui/qgraphicsanchorlayout.h
include/copperspice/QtGui/qgraphicsblureffect.h