diff options
author | Alexandre C. GuimarĂ£es <rigoletto@FreeBSD.org> | 2023-02-07 11:20:44 +0000 |
---|---|---|
committer | Alexandre C. GuimarĂ£es <rigoletto@FreeBSD.org> | 2023-02-07 11:20:44 +0000 |
commit | b2596ac43f311dcfd3bafe2ed353727eb357cf25 (patch) | |
tree | 2b886d10406a029e6bc617bb935fadb99e11ef05 | |
parent | a55e5323cf75391d9d6d0f9cd27a98c8659351d7 (diff) | |
download | ports-b2596ac43f311dcfd3bafe2ed353727eb357cf25.tar.gz ports-b2596ac43f311dcfd3bafe2ed353727eb357cf25.zip |
editors/texstudio: Update to 4.5.1
-rw-r--r-- | editors/texstudio/Makefile | 3 | ||||
-rw-r--r-- | editors/texstudio/distinfo | 6 | ||||
-rw-r--r-- | 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" |