Hi,

This diff updates texmaker to the latest release 4.1.1.
Tested on amd64.

Comments ? OK ?

-- 
Alexandr Shadchin

Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/texmaker/Makefile,v
retrieving revision 1.26
diff -u -p -r1.26 Makefile
--- Makefile    25 Nov 2013 14:16:22 -0000      1.26
+++ Makefile    5 Apr 2014 15:16:52 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.26 2013/11/25 14:16:22 sthen Exp $
 
 COMMENT=               LaTeX development environment
-DISTNAME=              texmaker-4.1
+DISTNAME=              texmaker-4.1.1
 CATEGORIES=            editors
 
 HOMEPAGE=              http://www.xm1math.net/texmaker/
Index: distinfo
===================================================================
RCS file: /cvs/ports/editors/texmaker/distinfo,v
retrieving revision 1.15
diff -u -p -r1.15 distinfo
--- distinfo    10 Nov 2013 12:31:45 -0000      1.15
+++ distinfo    5 Apr 2014 15:16:52 -0000
@@ -1,2 +1,2 @@
-SHA256 (texmaker-4.1.tar.bz2) = 1aRgsVIAQhxo4Qv3Nss74MJhSN5V9kKkG+cia2+JvCA=
-SIZE (texmaker-4.1.tar.bz2) = 10524563
+SHA256 (texmaker-4.1.1.tar.bz2) = n/CnLWICHhEQMZ7X0Nk5k4SVeXcmcWrpmLwAZ3DrucA=
+SIZE (texmaker-4.1.1.tar.bz2) = 11258665
Index: patches/patch-texmaker_cpp
===================================================================
RCS file: /cvs/ports/editors/texmaker/patches/patch-texmaker_cpp,v
retrieving revision 1.12
diff -u -p -r1.12 patch-texmaker_cpp
--- patches/patch-texmaker_cpp  10 Nov 2013 12:31:45 -0000      1.12
+++ patches/patch-texmaker_cpp  5 Apr 2014 15:16:53 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-texmaker_cpp,v 1.12 2013/11/10 12:31:45 shadchin Exp $
---- texmaker.cpp.orig  Mon Oct 28 22:38:09 2013
-+++ texmaker.cpp       Sat Nov  2 15:06:05 2013
-@@ -4491,7 +4491,7 @@ QString dicDir=QCoreApplication::applicationDirPath() 
+--- texmaker.cpp.orig  Wed Jan  1 22:32:50 2014
++++ texmaker.cpp       Sat Apr  5 20:29:53 2014
+@@ -4497,7 +4497,7 @@ QString dicDir=QCoreApplication::applicationDirPath() 
  #ifdef DEBIAN_SPELLDIR
  QString dicDir=PREFIX"/share/myspell/dicts/";
  #else
@@ -10,7 +10,7 @@ $OpenBSD: patch-texmaker_cpp,v 1.12 2013
  #endif
  #endif
  
-@@ -4504,7 +4504,7 @@ QString dicDir=QCoreApplication::applicationDirPath() 
+@@ -4510,7 +4510,7 @@ QString dicDir=QCoreApplication::applicationDirPath() 
  #endif
  QString defaultDic=dicDir+QString(QLocale::system().name())+".dic";
  QFileInfo fi(defaultDic);
Index: patches/patch-texmaker_pro
===================================================================
RCS file: /cvs/ports/editors/texmaker/patches/patch-texmaker_pro,v
retrieving revision 1.12
diff -u -p -r1.12 patch-texmaker_pro
--- patches/patch-texmaker_pro  10 Nov 2013 12:31:45 -0000      1.12
+++ patches/patch-texmaker_pro  5 Apr 2014 15:16:53 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-texmaker_pro,v 1.12 2013/11/10 12:31:45 shadchin Exp $
---- texmaker.pro.orig  Mon Oct 28 19:47:24 2013
-+++ texmaker.pro       Sat Nov  2 15:08:09 2013
+--- texmaker.pro.orig  Thu Jan  2 20:38:49 2014
++++ texmaker.pro       Sat Apr  5 20:30:51 2014
 @@ -23,7 +23,7 @@ PKGCONFIG    = poppler-qt5
  DEFINES += POPPLER24
  } else {
@@ -55,7 +55,7 @@ $OpenBSD: patch-texmaker_pro,v 1.12 2013
        singleapp/qtlocalpeer.cpp \
        singleapp/qtlockedfile.cpp \
        singleapp/qtsingleapplication.cpp \
-@@ -428,35 +397,7 @@ utilities.files = doc/doc1.png \
+@@ -428,40 +397,7 @@ utilities.files = doc/doc1.png \
        locale/texmaker_se.qm \
        locale/texmaker_ar.qm \
        locale/texmaker_lv.qm \
@@ -82,6 +82,11 @@ $OpenBSD: patch-texmaker_pro,v 1.12 2013
 -      dictionaries/cs_CZ.dic \
 -      dictionaries/pl_PL.aff \
 -      dictionaries/pl_PL.dic \
+-      dictionaries/pt_PT.aff \
+-      dictionaries/pt_PT.dic \
+-      dictionaries/ca_CA.aff \
+-      dictionaries/ca_CA.dic \
+-      dictionaries/README_pt_PT.txt \
 -      dictionaries/README_pl.txt \
 -      dictionaries/README_cs_CZ.txt \
 -      dictionaries/README_de_DE_frami.txt \

Reply via email to