Date: Tue, 7 Feb 2023 11:21:07 GMT From: "=?utf-8?Q?Alexandre=20C.=20Guimar=C3=A3es?=" <rigoletto@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b2596ac43f31 - main - editors/texstudio: Update to 4.5.1 Message-ID: <202302071121.317BL7p6072011@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rigoletto: URL: https://cgit.FreeBSD.org/ports/commit/?id=b2596ac43f311dcfd3bafe2ed353727eb357cf25 commit b2596ac43f311dcfd3bafe2ed353727eb357cf25 Author: Alexandre C. GuimarĂ£es <rigoletto@FreeBSD.org> AuthorDate: 2023-02-07 11:20:44 +0000 Commit: Alexandre C. GuimarĂ£es <rigoletto@FreeBSD.org> CommitDate: 2023-02-07 11:20:44 +0000 editors/texstudio: Update to 4.5.1 --- editors/texstudio/Makefile | 3 +-- editors/texstudio/distinfo | 6 +++--- editors/texstudio/files/patch-src_pdfviewer_PDFDocument.h | 10 ---------- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/editors/texstudio/Makefile b/editors/texstudio/Makefile index 8fa06b2931dc..1a9b647ec8aa 100644 --- a/editors/texstudio/Makefile +++ b/editors/texstudio/Makefile @@ -1,6 +1,5 @@ PORTNAME= texstudio -DISTVERSION= 4.4.1 -PORTREVISION= 3 +DISTVERSION= 4.5.1 CATEGORIES= editors MAINTAINER= rigoletto@FreeBSD.org diff --git a/editors/texstudio/distinfo b/editors/texstudio/distinfo index 2575a5a97ae0..845a883893ce 100644 --- a/editors/texstudio/distinfo +++ b/editors/texstudio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669548528 -SHA256 (texstudio-org-texstudio-4.4.1_GH0.tar.gz) = 83c46c971081c053a01a186b4a7fbb492d75bef4070ff8fa045311eda186562b -SIZE (texstudio-org-texstudio-4.4.1_GH0.tar.gz) = 111073143 +TIMESTAMP = 1675725512 +SHA256 (texstudio-org-texstudio-4.5.1_GH0.tar.gz) = afcd10579266eb77c68a115f094b344a4bfe39d570bdb95b59ff91a3ed3e246c +SIZE (texstudio-org-texstudio-4.5.1_GH0.tar.gz) = 111518356 diff --git a/editors/texstudio/files/patch-src_pdfviewer_PDFDocument.h b/editors/texstudio/files/patch-src_pdfviewer_PDFDocument.h deleted file mode 100644 index 63de26c6ea31..000000000000 --- a/editors/texstudio/files/patch-src_pdfviewer_PDFDocument.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/pdfviewer/PDFDocument.h.orig 2020-05-18 16:11:58 UTC -+++ src/pdfviewer/PDFDocument.h -@@ -30,6 +30,7 @@ - #include <QGestureEvent> - #include <QPinchGesture> - #include <QTapGesture> -+#include <QPainterPath> - #include <QProgressDialog> - - //#include "FindDialog.h"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302071121.317BL7p6072011>