aboutsummaryrefslogtreecommitdiff
path: root/editors/texstudio
diff options
context:
space:
mode:
authorAlexandre C. GuimarĂ£es <rigoletto@FreeBSD.org>2020-09-07 15:45:51 +0000
committerAlexandre C. GuimarĂ£es <rigoletto@FreeBSD.org>2020-09-07 15:45:51 +0000
commitc0fc22fbe94db26e70dd615788e2546e838c4b12 (patch)
tree6d7b095e96713dbc1fbd6b6cb254ae4584dadcc1 /editors/texstudio
parent0050556283a21edc1d5b9b849eaf377f1f731d09 (diff)
downloadports-c0fc22fbe94db26e70dd615788e2546e838c4b12.tar.gz
ports-c0fc22fbe94db26e70dd615788e2546e838c4b12.zip
editors/texstudio: Update to 3.0.1
Notes
Notes: svn path=/head/; revision=547903
Diffstat (limited to 'editors/texstudio')
-rw-r--r--editors/texstudio/Makefile2
-rw-r--r--editors/texstudio/distinfo6
-rw-r--r--editors/texstudio/files/patch-src_texstudio.cpp11
3 files changed, 4 insertions, 15 deletions
diff --git a/editors/texstudio/Makefile b/editors/texstudio/Makefile
index 98854b1bfa58..61d27972816c 100644
--- a/editors/texstudio/Makefile
+++ b/editors/texstudio/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= texstudio
-DISTVERSION= 3.0.0
+DISTVERSION= 3.0.1
CATEGORIES= editors
MAINTAINER= rigoletto@FreeBSD.org
diff --git a/editors/texstudio/distinfo b/editors/texstudio/distinfo
index 031d56532da4..e35d4515b873 100644
--- a/editors/texstudio/distinfo
+++ b/editors/texstudio/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1598398679
-SHA256 (texstudio-org-texstudio-3.0.0_GH0.tar.gz) = c1f704f84b2007621c5f8ec7fd3b4cf96693f98fd25724ee8fe9c3dccdc7ab2a
-SIZE (texstudio-org-texstudio-3.0.0_GH0.tar.gz) = 36129478
+TIMESTAMP = 1599493132
+SHA256 (texstudio-org-texstudio-3.0.1_GH0.tar.gz) = 0a2a7d266fecdfa3ea4a454fd66833a54590e610f880c6a97644cdcfc2116191
+SIZE (texstudio-org-texstudio-3.0.1_GH0.tar.gz) = 36144393
diff --git a/editors/texstudio/files/patch-src_texstudio.cpp b/editors/texstudio/files/patch-src_texstudio.cpp
deleted file mode 100644
index ff443ccb6492..000000000000
--- a/editors/texstudio/files/patch-src_texstudio.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/texstudio.cpp.orig 2020-09-03 02:38:42 UTC
-+++ src/texstudio.cpp
-@@ -3600,7 +3600,7 @@ void Texstudio::editEraseWordCmdEnv()
-
- switch (tk.type) {
- case Token::commandUnknown:
-- [[gnu::fallthrough]]
-+ [[gnu::fallthrough]];
- case Token::command:
- command = tk.getText();
- if (command == "\\begin" || command == "\\end") {