editors/texstudio: Update to 3.0.1

This commit is contained in:
Alexandre C. Guimarães 2020-09-07 15:45:51 +00:00
parent 0050556283
commit c0fc22fbe9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547903
3 changed files with 4 additions and 15 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= texstudio
DISTVERSION= 3.0.0
DISTVERSION= 3.0.1
CATEGORIES= editors
MAINTAINER= rigoletto@FreeBSD.org

View File

@ -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

View File

@ -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") {