mirror of https://git.FreeBSD.org/ports.git
comms/cutecom: Update to 0.60.0-RC1
Switches to Qt6 PR: 289554 Reported by: diizzy
This commit is contained in:
parent
7e3912845b
commit
a706669299
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= cutecom
|
||||
DISTVERSION= 0.51.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 0.60.0
|
||||
DISTVERSIONSUFFIX= -RC1
|
||||
CATEGORIES= comms
|
||||
|
||||
MAINTAINER= jwb@FreeBSD.org
|
||||
|
@ -12,12 +12,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
RUN_DEPENDS= lsz:comms/lrzsz
|
||||
|
||||
USES= cmake compiler:c++11-lang qt:5
|
||||
USE_QT= buildtools:build core gui network qmake:build serialport widgets
|
||||
USES= desktop-file-utils cmake compiler:c++11-lang gl qt:6
|
||||
USE_GL= gl
|
||||
USE_QT= base serialport tools:build
|
||||
USE_GITLAB= yes
|
||||
|
||||
GL_TAGNAME= cce2e5ec01df09ca4b05f055f21942e0de7eb7dd
|
||||
|
||||
PLIST_FILES= bin/cutecom
|
||||
GL_TAGNAME= v0.60.0-RC1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1617884521
|
||||
SHA256 (cutecom-cutecom-cce2e5ec01df09ca4b05f055f21942e0de7eb7dd_GL0.tar.gz) = 8fa20bf7e33599e660802fdd5c0dfd5505b7a10732452bfb900d4a64591efbee
|
||||
SIZE (cutecom-cutecom-cce2e5ec01df09ca4b05f055f21942e0de7eb7dd_GL0.tar.gz) = 1314696
|
||||
TIMESTAMP = 1757853678
|
||||
SHA256 (cutecom-v0.60.0-RC1.tar.bz2) = 0251f7d63c6bfb3d3165841edb848e0ea971cf0ca77ceae8132d62a5983a2a35
|
||||
SIZE (cutecom-v0.60.0-RC1.tar.bz2) = 1291319
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- ctrlcharacterspopup.cpp.orig 2020-05-19 17:54:37 UTC
|
||||
+++ ctrlcharacterspopup.cpp
|
||||
@@ -23,6 +23,7 @@
|
||||
#include <QApplication>
|
||||
#include <QKeyEvent>
|
||||
#include <QPainter>
|
||||
+#include <QPainterPath>
|
||||
#include <QPoint>
|
||||
#include <QPushButton>
|
||||
#include <QSignalMapper>
|
|
@ -0,0 +1,6 @@
|
|||
bin/cutecom
|
||||
share/applications/cutecom.desktop
|
||||
share/icons/hicolor/32x32/apps/cutecom.png
|
||||
share/icons/hicolor/scalable/apps/cutecom.svg
|
||||
share/man/man1/cutecom.1.gz
|
||||
share/metainfo/com.gitlab.cutecom.cutecom.appdata.xml
|
Loading…
Reference in New Issue