git: 811f291eae63 - main - - Update SpiritVNC to the latest version 0.4.6 - Drop the icon patch (had been merged upstream)
Alexey Dokuchaev
danfe at FreeBSD.org
Tue May 18 03:02:05 UTC 2021
The branch main has been updated by danfe:
URL: https://cgit.FreeBSD.org/ports/commit/?id=811f291eae631044b2919c6f3aa3a59c50bde639
commit 811f291eae631044b2919c6f3aa3a59c50bde639
Author: Alexey Dokuchaev <danfe at FreeBSD.org>
AuthorDate: 2021-05-18 02:54:04 +0000
Commit: Alexey Dokuchaev <danfe at FreeBSD.org>
CommitDate: 2021-05-18 02:56:58 +0000
- Update SpiritVNC to the latest version 0.4.6
- Drop the icon patch (had been merged upstream)
---
net/spiritvnc/Makefile | 2 +-
net/spiritvnc/distinfo | 6 +++---
net/spiritvnc/files/patch-src_spiritvnc.cxx | 24 ------------------------
3 files changed, 4 insertions(+), 28 deletions(-)
diff --git a/net/spiritvnc/Makefile b/net/spiritvnc/Makefile
index 825b2d238d2e..416f15afcb98 100644
--- a/net/spiritvnc/Makefile
+++ b/net/spiritvnc/Makefile
@@ -1,7 +1,7 @@
# Created by: Alexey Dokuchaev <danfe at FreeBSD.org>
PORTNAME= spiritvnc
-PORTVERSION= 0.4.5
+PORTVERSION= 0.4.6
CATEGORIES= net
MAINTAINER= danfe at FreeBSD.org
diff --git a/net/spiritvnc/distinfo b/net/spiritvnc/distinfo
index 161ecbfc1237..4167665cf90c 100644
--- a/net/spiritvnc/distinfo
+++ b/net/spiritvnc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1613369131
-SHA256 (willbprog127-spiritvnc-fltk-0.4.5_GH0.tar.gz) = 6589a06de86396e8335a4477fc25871d90542bf63320f1f2a5977a8a87c3108e
-SIZE (willbprog127-spiritvnc-fltk-0.4.5_GH0.tar.gz) = 47866
+TIMESTAMP = 1621292146
+SHA256 (willbprog127-spiritvnc-fltk-0.4.6_GH0.tar.gz) = 539c03a9f2c516efba6d6d338eacc43e827c3775778cb0e1fa2e5a9a8a11cca9
+SIZE (willbprog127-spiritvnc-fltk-0.4.6_GH0.tar.gz) = 52118
diff --git a/net/spiritvnc/files/patch-src_spiritvnc.cxx b/net/spiritvnc/files/patch-src_spiritvnc.cxx
deleted file mode 100644
index 987c78f698c7..000000000000
--- a/net/spiritvnc/files/patch-src_spiritvnc.cxx
+++ /dev/null
@@ -1,24 +0,0 @@
---- src/spiritvnc.cxx.orig 2021-02-15 06:05:31 UTC
-+++ src/spiritvnc.cxx
-@@ -46,6 +46,8 @@
- #include <FL/Fl_PNG_Image.H>
- #include "app.h"
- #include "consts_enums.h"
-+#include <X11/xpm.h>
-+#include "../spiritvnc.xpm"
-
-
- AppVars * app = new AppVars();
-@@ -79,6 +81,12 @@ int main (int argc, char **argv)
-
- // set app icons
- svCreateAppIcons();
-+
-+ // set window's icon
-+ Pixmap xpm, mask;
-+ XpmCreatePixmapFromData(fl_display, DefaultRootWindow(fl_display),
-+ spiritvnc_xpm, &xpm, &mask, NULL);
-+ app->mainWin->icon(reinterpret_cast<const void *>(xpm));
-
- // manually trigger misc events callback
- svPositionWidgets();
More information about the dev-commits-ports-all
mailing list