git: 70adf7135934 - main - editors/diamond: update to latest upstream release
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 19 May 2022 08:06:22 UTC
The branch main has been updated by adridg:
URL: https://cgit.FreeBSD.org/ports/commit/?id=70adf713593479eaa2b1385c6b3d96d5f358b63b
commit 70adf713593479eaa2b1385c6b3d96d5f358b63b
Author: Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2022-05-18 22:28:25 +0000
Commit: Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2022-05-19 08:06:19 +0000
editors/diamond: update to latest upstream release
There are no release notes, but this incorporates at least
one compatibility fix that was added to ports as a patch previously.
---
editors/diamond/Makefile | 3 +--
editors/diamond/distinfo | 6 ++---
...h-aeca606910d28cb9b1007e840a09dd6af3e1dc94.diff | 28 ----------------------
3 files changed, 4 insertions(+), 33 deletions(-)
diff --git a/editors/diamond/Makefile b/editors/diamond/Makefile
index 59576b460796..b1afb9d82d25 100644
--- a/editors/diamond/Makefile
+++ b/editors/diamond/Makefile
@@ -1,6 +1,5 @@
PORTNAME= diamond
-DISTVERSION= 1.3.7
-PORTREVISION= 3
+DISTVERSION= 1.3.8
CATEGORIES= editors
MASTER_SITES= https://download.copperspice.com/${PORTNAME}/source/
PKGNAMESUFFIX= -cs
diff --git a/editors/diamond/distinfo b/editors/diamond/distinfo
index ce6e462b4c0d..1b76081a7fda 100644
--- a/editors/diamond/distinfo
+++ b/editors/diamond/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1646082059
-SHA256 (Diamond-1.3.7.tar.bz2) = 1b104df02b0f4dd9debc9286776d7c202bcda64cb84d3cb2b20b161e34e918f1
-SIZE (Diamond-1.3.7.tar.bz2) = 4629796
+TIMESTAMP = 1652912121
+SHA256 (Diamond-1.3.8.tar.bz2) = df643864be496669404ed4efdb3e174a02113e58e6947a008261a6499129a2a3
+SIZE (Diamond-1.3.8.tar.bz2) = 4629586
diff --git a/editors/diamond/files/patch-aeca606910d28cb9b1007e840a09dd6af3e1dc94.diff b/editors/diamond/files/patch-aeca606910d28cb9b1007e840a09dd6af3e1dc94.diff
deleted file mode 100644
index 328c381be992..000000000000
--- a/editors/diamond/files/patch-aeca606910d28cb9b1007e840a09dd6af3e1dc94.diff
+++ /dev/null
@@ -1,28 +0,0 @@
-diff --git a/src/dialog_macro.cpp b/src/dialog_macro.cpp
-index 47d0ab0..d8ca280 100644
---- src/dialog_macro.cpp
-+++ src/dialog_macro.cpp
-@@ -169,19 +169,19 @@ void Dialog_Macro::view()
- msg += " ";
- break;
-
-- case Qt::SHIFT:
-+ case Qt::ShiftModifier:
- msg += "Shift";
- break;
-
-- case Qt::CTRL:
-+ case Qt::ControlModifier:
- msg += "Control";
- break;
-
-- case Qt::META:
-+ case Qt::MetaModifier:
- msg += "Meta";
- break;
-
-- case Qt::ALT:
-+ case Qt::AltModifier:
- msg += "Alt";
- break;
-