Hi, This diff updates texmaker to the latest release. Tested on amd64.
Comments ? OK ? -- Alexandr Shadchin Index: Makefile =================================================================== RCS file: /cvs/ports/editors/texmaker/Makefile,v retrieving revision 1.29 diff -u -p -r1.29 Makefile --- Makefile 16 Dec 2014 19:53:15 -0000 1.29 +++ Makefile 7 Nov 2015 17:54:10 -0000 @@ -1,7 +1,7 @@ # $OpenBSD: Makefile,v 1.29 2014/12/16 19:53:15 shadchin Exp $ COMMENT= LaTeX development environment -DISTNAME= texmaker-4.4.1 +DISTNAME= texmaker-4.5 CATEGORIES= editors HOMEPAGE= http://www.xm1math.net/texmaker/ Index: distinfo =================================================================== RCS file: /cvs/ports/editors/texmaker/distinfo,v retrieving revision 1.18 diff -u -p -r1.18 distinfo --- distinfo 16 Dec 2014 19:53:15 -0000 1.18 +++ distinfo 7 Nov 2015 17:54:10 -0000 @@ -1,2 +1,2 @@ -SHA256 (texmaker-4.4.1.tar.bz2) = gJOUk/+2yS9HxHEJ3/beTJElkkQkfpDd+xu2FTVZtLQ= -SIZE (texmaker-4.4.1.tar.bz2) = 11274997 +SHA256 (texmaker-4.5.tar.bz2) = LOmWbkEL+HhknRx1bj3CoHflXh6qn0vrEKpyJM2U1hQ= +SIZE (texmaker-4.5.tar.bz2) = 11287724 Index: patches/patch-configdialog_cpp =================================================================== RCS file: /cvs/ports/editors/texmaker/patches/patch-configdialog_cpp,v retrieving revision 1.5 diff -u -p -r1.5 patch-configdialog_cpp --- patches/patch-configdialog_cpp 10 Nov 2013 12:31:45 -0000 1.5 +++ patches/patch-configdialog_cpp 7 Nov 2015 17:54:10 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-configdialog_cpp,v 1.5 2013/11/10 12:31:45 shadchin Exp $ ---- configdialog.cpp.orig Sat Oct 26 20:20:03 2013 -+++ configdialog.cpp Sat Nov 2 15:06:05 2013 -@@ -223,7 +223,7 @@ QDir spelldir(QCoreApplication::applicationDirPath()); +--- configdialog.cpp.orig Mon Oct 26 20:20:14 2015 ++++ configdialog.cpp Sat Nov 7 20:01:27 2015 +@@ -224,7 +224,7 @@ QDir spelldir(QCoreApplication::applicationDirPath()); #ifdef DEBIAN_SPELLDIR QDir spelldir(PREFIX"/share/myspell/dicts"); #else Index: patches/patch-texmaker_cpp =================================================================== RCS file: /cvs/ports/editors/texmaker/patches/patch-texmaker_cpp,v retrieving revision 1.15 diff -u -p -r1.15 patch-texmaker_cpp --- patches/patch-texmaker_cpp 16 Dec 2014 19:53:15 -0000 1.15 +++ patches/patch-texmaker_cpp 7 Nov 2015 17:54:10 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-texmaker_cpp,v 1.15 2014/12/16 19:53:15 shadchin Exp $ ---- texmaker.cpp.orig Wed Nov 26 17:06:56 2014 -+++ texmaker.cpp Tue Dec 9 00:10:01 2014 -@@ -4674,7 +4674,7 @@ QString dicDir=QCoreApplication::applicationDirPath() +--- texmaker.cpp.orig Wed Oct 28 20:11:56 2015 ++++ texmaker.cpp Sat Nov 7 20:01:28 2015 +@@ -4692,7 +4692,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.15 2014 #endif #endif -@@ -4687,7 +4687,7 @@ QString dicDir=QCoreApplication::applicationDirPath() +@@ -4705,7 +4705,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.15 diff -u -p -r1.15 patch-texmaker_pro --- patches/patch-texmaker_pro 16 Dec 2014 19:53:15 -0000 1.15 +++ patches/patch-texmaker_pro 7 Nov 2015 17:54:10 -0000 @@ -1,6 +1,6 @@ $OpenBSD: patch-texmaker_pro,v 1.15 2014/12/16 19:53:15 shadchin Exp $ ---- texmaker.pro.orig Wed Nov 26 17:05:48 2014 -+++ texmaker.pro Tue Dec 9 00:14:02 2014 +--- texmaker.pro.orig Sat Oct 24 14:05:27 2015 ++++ texmaker.pro Sat Nov 7 20:03:27 2015 @@ -23,7 +23,7 @@ PKGCONFIG = poppler-qt5 DEFINES += POPPLER24 } else { @@ -10,10 +10,10 @@ $OpenBSD: patch-texmaker_pro,v 1.15 2014 DETECTEDPOPPLER=$$system(pkg-config --modversion poppler) contains( DETECTEDPOPPLER, "^0.18.*" ){ DEFINES += OLDPOPPLER -@@ -97,25 +97,6 @@ HEADERS += texmaker.h \ - unicodedialog.h \ +@@ -98,25 +98,6 @@ HEADERS += texmaker.h \ unicodeview.h \ quickbeamerdialog.h \ + svnhelper.h \ - hunspell/affentry.hxx \ - hunspell/affixmgr.hxx \ - hunspell/atypes.hxx \ @@ -36,10 +36,10 @@ $OpenBSD: patch-texmaker_pro,v 1.15 2014 singleapp/qtlocalpeer.h \ singleapp/qtlockedfile.h \ singleapp/qtsingleapplication.h \ -@@ -208,18 +189,6 @@ SOURCES += main.cpp \ - unicodedialog.cpp \ +@@ -210,18 +191,6 @@ SOURCES += main.cpp \ unicodeview.cpp \ quickbeamerdialog.cpp \ + svnhelper.cpp \ - hunspell/affentry.cxx \ - hunspell/affixmgr.cxx \ - hunspell/csutil.cxx \ @@ -55,7 +55,7 @@ $OpenBSD: patch-texmaker_pro,v 1.15 2014 singleapp/qtlocalpeer.cpp \ singleapp/qtlockedfile.cpp \ singleapp/qtsingleapplication.cpp \ -@@ -434,40 +403,7 @@ utilities.files = doc/doc1.png \ +@@ -436,40 +405,7 @@ utilities.files = doc/doc1.png \ locale/texmaker_ar.qm \ locale/texmaker_lv.qm \ locale/texmaker_uk.qm \
