Hi,

This update package texmaker to the latest release 4.0.4.
Tested on amd64.

Comments ? OK ?

-- 
Alexandr Shadchin

Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/texmaker/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile    1 Jun 2013 08:27:57 -0000       1.23
+++ Makefile    9 Oct 2013 17:18:51 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.23 2013/06/01 08:27:57 shadchin Exp $
 
 COMMENT=               LaTeX development environment
-DISTNAME=              texmaker-4.0.2
+DISTNAME=              texmaker-4.0.4
 CATEGORIES=            editors
 
 HOMEPAGE=              http://www.xm1math.net/texmaker/
Index: distinfo
===================================================================
RCS file: /cvs/ports/editors/texmaker/distinfo,v
retrieving revision 1.13
diff -u -p -r1.13 distinfo
--- distinfo    1 Jun 2013 08:27:57 -0000       1.13
+++ distinfo    9 Oct 2013 17:18:51 -0000
@@ -1,2 +1,2 @@
-SHA256 (texmaker-4.0.2.tar.bz2) = oKgbZbiu3hLwp7vDAzdP2RDzmXbbaLQDXX8dacIna0U=
-SIZE (texmaker-4.0.2.tar.bz2) = 13676919
+SHA256 (texmaker-4.0.4.tar.bz2) = dwsSuVpzAOgYC8uF1o/bGf+MlZZVkU/Bcrub9MObXe8=
+SIZE (texmaker-4.0.4.tar.bz2) = 9688431
Index: patches/patch-texmaker_cpp
===================================================================
RCS file: /cvs/ports/editors/texmaker/patches/patch-texmaker_cpp,v
retrieving revision 1.10
diff -u -p -r1.10 patch-texmaker_cpp
--- patches/patch-texmaker_cpp  1 Jun 2013 08:27:57 -0000       1.10
+++ patches/patch-texmaker_cpp  9 Oct 2013 17:18:51 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-texmaker_cpp,v 1.10 2013/06/01 08:27:57 shadchin Exp $
---- texmaker.cpp.orig  Tue May  7 15:14:04 2013
-+++ texmaker.cpp       Wed May  8 23:15:53 2013
-@@ -4351,7 +4351,7 @@ QString dicDir=QCoreApplication::applicationDirPath() 
+--- texmaker.cpp.orig  Sun Jul 28 16:15:34 2013
++++ texmaker.cpp       Mon Sep  2 00:23:34 2013
+@@ -4365,7 +4365,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.10 2013
  #endif
  #endif
  
-@@ -4364,7 +4364,7 @@ QString dicDir=QCoreApplication::applicationDirPath() 
+@@ -4378,7 +4378,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.10
diff -u -p -r1.10 patch-texmaker_pro
--- patches/patch-texmaker_pro  1 Jun 2013 08:27:57 -0000       1.10
+++ patches/patch-texmaker_pro  9 Oct 2013 17:18:51 -0000
@@ -1,20 +1,19 @@
 $OpenBSD: patch-texmaker_pro,v 1.10 2013/06/01 08:27:57 shadchin Exp $
---- texmaker.pro.orig  Tue May  7 16:36:02 2013
-+++ texmaker.pro       Wed May  8 23:17:40 2013
-@@ -6,7 +6,8 @@ QT += xml webkit network
- ## QT5
- #QT += xml webkitwidgets network widgets printsupport concurrent
- 
--CONFIG        += qt warn_off release
-+CONFIG        += qt warn_off release link_pkgconfig
-+PKGCONFIG = hunspell poppler-qt4
- TEXMAKERVERSION=4.0.2
- DEFINES += TEXMAKERVERSION=\\\"$${TEXMAKERVERSION}\\\"
- DEFINES += HAVE_SPLASH
-@@ -71,25 +72,6 @@ HEADERS     += texmaker.h \
-       synctex_parser_utils.h \
-       usertagslistwidget.h \
-       addtagdialog.h \
+--- texmaker.pro.orig  Sat Aug 24 01:32:23 2013
++++ texmaker.pro       Mon Sep  2 00:43:47 2013
+@@ -23,7 +23,7 @@ PKGCONFIG    = poppler-qt5
+ DEFINES += POPPLER24
+ } else {
+ CONFIG                += link_pkgconfig
+-PKGCONFIG     = poppler-qt4
++PKGCONFIG     = poppler-qt4 hunspell
+ DETECTEDPOPPLER=$$system(pkg-config --modversion poppler)
+ contains( DETECTEDPOPPLER, "^0.18.*" ){
+ DEFINES += OLDPOPPLER
+@@ -95,25 +95,6 @@ HEADERS     += texmaker.h \
+       versiondialog.h \
+       unicodedialog.h \
+       unicodeview.h \
 -      hunspell/affentry.hxx \
 -      hunspell/affixmgr.hxx \
 -      hunspell/atypes.hxx \
@@ -37,10 +36,10 @@ $OpenBSD: patch-texmaker_pro,v 1.10 2013
        singleapp/qtlocalpeer.h \
        singleapp/qtlockedfile.h \
        singleapp/qtsingleapplication.h \
-@@ -177,18 +159,6 @@ SOURCES   += main.cpp \
-       synctex_parser_utils.c \
-       usertagslistwidget.cpp \
-       addtagdialog.cpp \
+@@ -204,18 +185,6 @@ SOURCES   += main.cpp \
+       versiondialog.cpp \
+       unicodedialog.cpp \
+       unicodeview.cpp \
 -      hunspell/affentry.cxx \
 -      hunspell/affixmgr.cxx \
 -      hunspell/csutil.cxx \
@@ -56,11 +55,11 @@ $OpenBSD: patch-texmaker_pro,v 1.10 2013
        singleapp/qtlocalpeer.cpp \
        singleapp/qtlockedfile.cpp \
        singleapp/qtsingleapplication.cpp \
-@@ -396,35 +366,7 @@ utilities.files = doc/doc1.png \
-       locale/texmaker_el.qm \
+@@ -425,35 +394,7 @@ utilities.files = doc/doc1.png \
        locale/texmaker_se.qm \
        locale/texmaker_ar.qm \
--      locale/texmaker_lv.qm \
+       locale/texmaker_lv.qm \
+-      locale/texmaker_uk.qm \
 -      dictionaries/nl_NL.aff \
 -      dictionaries/nl_NL.dic \
 -      dictionaries/de_DE.aff \
@@ -89,7 +88,7 @@ $OpenBSD: patch-texmaker_pro,v 1.10 2013
 -      dictionaries/README_DIC_fr_FR.txt \
 -      dictionaries/README_es_ES.txt \
 -      dictionaries/README_en_US.txt
-+      locale/texmaker_lv.qm
++      locale/texmaker_uk.qm
  INSTALLS += utilities
  
- desktop.path = $${DESKTOPDIR}
+ desktop.files = utilities/texmaker.desktop
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/editors/texmaker/pkg/PLIST,v
retrieving revision 1.8
diff -u -p -r1.8 PLIST
--- pkg/PLIST   1 Jun 2013 08:27:57 -0000       1.8
+++ pkg/PLIST   9 Oct 2013 17:18:51 -0000
@@ -91,6 +91,7 @@ share/texmaker/texmaker_pt_BR.qm
 share/texmaker/texmaker_ru.qm
 share/texmaker/texmaker_se.qm
 share/texmaker/texmaker_sr.qm
+share/texmaker/texmaker_uk.qm
 share/texmaker/texmaker_zh_CN.qm
 share/texmaker/texmaker_zh_TW.qm
 share/texmaker/usermanual_en.html

Reply via email to