diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2015-11-07 10:42:33 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2015-11-07 10:42:33 +0000 |
commit | 3284998b2ca8b562d717eae74fbce90043f4be32 (patch) | |
tree | 226fb45fee9ad1f8a2c8e583b88a241e0404245c | |
parent | de17e49b12c910ec4536671621d9afe9223619a1 (diff) | |
download | ports-3284998b2ca8b562d717eae74fbce90043f4be32.tar.gz ports-3284998b2ca8b562d717eae74fbce90043f4be32.zip |
Notes
-rw-r--r-- | editors/texstudio/Makefile | 3 | ||||
-rw-r--r-- | editors/texstudio/distinfo | 4 | ||||
-rw-r--r-- | editors/texstudio/files/patch-debughelper.cpp | 19 | ||||
-rw-r--r-- | editors/texstudio/pkg-plist | 3 |
4 files changed, 5 insertions, 24 deletions
diff --git a/editors/texstudio/Makefile b/editors/texstudio/Makefile index 79eb0cfe625b..e5898e20629b 100644 --- a/editors/texstudio/Makefile +++ b/editors/texstudio/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= texstudio -PORTVERSION= 2.9.4 -PORTREVISION= 3 +PORTVERSION= 2.10.4 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/TeXstudio%20${PORTVERSION} diff --git a/editors/texstudio/distinfo b/editors/texstudio/distinfo index 6d95f1e9b8c0..cceaf41ea492 100644 --- a/editors/texstudio/distinfo +++ b/editors/texstudio/distinfo @@ -1,2 +1,2 @@ -SHA256 (texstudio-2.9.4.tar.gz) = dc71590e3745ac193a640667737befd665d549e642e268eec7a8238d3b61b5ea -SIZE (texstudio-2.9.4.tar.gz) = 25292627 +SHA256 (texstudio-2.10.4.tar.gz) = 87e7b7c52d51791178fac4c48feeded7a920bc39bcfb710a745b467d80111c3c +SIZE (texstudio-2.10.4.tar.gz) = 25810583 diff --git a/editors/texstudio/files/patch-debughelper.cpp b/editors/texstudio/files/patch-debughelper.cpp deleted file mode 100644 index 13455629c8bc..000000000000 --- a/editors/texstudio/files/patch-debughelper.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- debughelper.cpp.orig 2015-03-24 07:20:40 UTC -+++ debughelper.cpp -@@ -499,10 +499,16 @@ void print_backtrace(const QString& mess - #define FRAME_FROM_UCONTEXT(context) (context)->uc_mcontext.gp_regs[31] //not always used - #define RETURNTO_FROM_UCONTEXT(context) (context)->uc_mcontext.gp_regs[34] - #elif defined(CPU_IS_ARM) -+/* - #define PC_FROM_UCONTEXT(context) (context)->uc_mcontext.arm_pc - #define STACK_FROM_UCONTEXT(context) (context)->uc_mcontext.arm_sp - #define FRAME_FROM_UCONTEXT(context) (context)->uc_mcontext.arm_fp - #define RETURNTO_FROM_UCONTEXT(context) (context)->uc_mcontext.arm_lr -+*/ -+#define PC_FROM_UCONTEXT(context) (context)->uc_mcontext.__gregs[_REG_R15] -+#define STACK_FROM_UCONTEXT(context) (context)->uc_mcontext.__gregs[_REG_R13] -+#define FRAME_FROM_UCONTEXT(context) (context)->uc_mcontext.__gregs[_REG_R11] -+#define RETURNTO_FROM_UCONTEXT(context) (context)->uc_mcontext.__gregs[_REG_R14] - #elif defined(CPU_IS_IA64) - #define PC_FROM_UCONTEXT(context) (context)->_u._mc.sc_ip - #define STACK_FROM_UCONTEXT(context) (context)->_u._mc.sc_gr[12] //is that register 12? diff --git a/editors/texstudio/pkg-plist b/editors/texstudio/pkg-plist index 1f83696a811a..7c89c7b6825b 100644 --- a/editors/texstudio/pkg-plist +++ b/editors/texstudio/pkg-plist @@ -35,7 +35,6 @@ share/icons/hicolor/scalable/apps/texstudio.svg %%DATADIR%%/doc20.png %%DATADIR%%/doc21.png %%DATADIR%%/doc3.png -%%DATADIR%%/doc4.png %%DATADIR%%/doc5.png %%DATADIR%%/doc6.png %%DATADIR%%/doc7.png @@ -46,6 +45,8 @@ share/icons/hicolor/scalable/apps/texstudio.svg %%DATADIR%%/en_GB.dic %%DATADIR%%/en_US.aff %%DATADIR%%/en_US.dic +%%DATADIR%%/es_ES.aff +%%DATADIR%%/es_ES.dic %%DATADIR%%/fr.stopWords %%DATADIR%%/fr_FR.aff %%DATADIR%%/fr_FR.dic |