Hi, This update package texmaker to the latest release 3.3.3. Tested on amd64.
Comments ? OK ? -- Alexandr Shadchin Index: Makefile =================================================================== RCS file: /cvs/ports/editors/texmaker/Makefile,v retrieving revision 1.16 diff -u -p -r1.16 Makefile --- Makefile 1 Mar 2012 17:57:45 -0000 1.16 +++ Makefile 30 Apr 2012 20:31:52 -0000 @@ -2,7 +2,7 @@ # $FreeBSD: ports/editors/texmaker/Makefile,v 1.2 2004/01/09 09:16:33 krion Exp $ COMMENT= LaTeX development environment -DISTNAME= texmaker-3.3.1 +DISTNAME= texmaker-3.3.3 CATEGORIES= editors HOMEPAGE= http://www.xm1math.net/texmaker/ Index: distinfo =================================================================== RCS file: /cvs/ports/editors/texmaker/distinfo,v retrieving revision 1.10 diff -u -p -r1.10 distinfo --- distinfo 1 Mar 2012 17:57:45 -0000 1.10 +++ distinfo 30 Apr 2012 20:31:52 -0000 @@ -1,5 +1,5 @@ -MD5 (texmaker-3.3.1.tar.bz2) = CyUnmmSkJz3LLqZb/RPrKQ== -RMD160 (texmaker-3.3.1.tar.bz2) = d1hN1dDt5x/AXmscadG8fkObiys= -SHA1 (texmaker-3.3.1.tar.bz2) = 3GuGMhudZgFQNkYxdcMkYYTwhjc= -SHA256 (texmaker-3.3.1.tar.bz2) = +tIN8CnAC89ifu/s3elXINm/FhH0Fosql33dH4x6fDg= -SIZE (texmaker-3.3.1.tar.bz2) = 7689820 +MD5 (texmaker-3.3.3.tar.bz2) = Tiz4Ps3atgXy4B52hhGqIg== +RMD160 (texmaker-3.3.3.tar.bz2) = NVtZU9bnFMCd9K/FvX9TqV1IRgs= +SHA1 (texmaker-3.3.3.tar.bz2) = 02Aol6R/LjzNCjlbsEsdGJJB0uo= +SHA256 (texmaker-3.3.3.tar.bz2) = W7TG505w1djyMfZ6PWiV+kgvYCcgSR111LiBPs1J6S0= +SIZE (texmaker-3.3.3.tar.bz2) = 8023823 Index: patches/patch-texmaker_cpp =================================================================== RCS file: /cvs/ports/editors/texmaker/patches/patch-texmaker_cpp,v retrieving revision 1.7 diff -u -p -r1.7 patch-texmaker_cpp --- patches/patch-texmaker_cpp 1 Mar 2012 17:57:45 -0000 1.7 +++ patches/patch-texmaker_cpp 30 Apr 2012 20:31:52 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-texmaker_cpp,v 1.7 2012/03/01 17:57:45 shadchin Exp $ ---- texmaker.cpp.orig Sat Feb 25 14:19:23 2012 -+++ texmaker.cpp Tue Feb 28 00:53:47 2012 -@@ -4054,7 +4054,7 @@ QString dicDir=QCoreApplication::applicationDirPath() +--- texmaker.cpp.orig Sat Apr 7 12:32:40 2012 ++++ texmaker.cpp Tue May 1 01:56:45 2012 +@@ -4069,7 +4069,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.7 2012/ #endif #endif -@@ -4067,7 +4067,7 @@ QString dicDir=QCoreApplication::applicationDirPath() +@@ -4082,7 +4082,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.7 diff -u -p -r1.7 patch-texmaker_pro --- patches/patch-texmaker_pro 1 Mar 2012 17:57:45 -0000 1.7 +++ patches/patch-texmaker_pro 30 Apr 2012 20:31:52 -0000 @@ -1,6 +1,6 @@ $OpenBSD: patch-texmaker_pro,v 1.7 2012/03/01 17:57:45 shadchin Exp $ ---- texmaker.pro.orig Mon Feb 27 20:45:14 2012 -+++ texmaker.pro Tue Feb 28 23:05:53 2012 +--- texmaker.pro.orig Fri Apr 6 02:20:35 2012 ++++ texmaker.pro Tue May 1 01:58:02 2012 @@ -4,7 +4,8 @@ TARGET = texmaker QT += network \ xml \ @@ -8,7 +8,7 @@ $OpenBSD: patch-texmaker_pro,v 1.7 2012/ -CONFIG += qt warn_off release +CONFIG += qt warn_off release link_pkgconfig +PKGCONFIG = hunspell poppler-qt4 - TEXMAKERVERSION=3.3.1 + TEXMAKERVERSION=3.3.3 DEFINES += TEXMAKERVERSION=\\\"$${TEXMAKERVERSION}\\\" DEFINES += HAVE_SPLASH @@ -67,25 +68,6 @@ HEADERS += texmaker.h \ @@ -56,17 +56,19 @@ $OpenBSD: patch-texmaker_pro,v 1.7 2012/ singleapp/qtlocalpeer.cpp \ singleapp/qtlockedfile.cpp \ singleapp/qtsingleapplication.cpp \ -@@ -381,29 +351,7 @@ utilities.files = doc/doc1.png \ - locale/texmaker_pl.qm \ +@@ -383,32 +353,7 @@ utilities.files = doc/doc1.png \ locale/texmaker_hu.qm \ locale/texmaker_sr.qm \ -- locale/texmaker_el.qm \ + locale/texmaker_el.qm \ +- locale/texmaker_se.qm \ - dictionaries/nl_NL.aff \ - dictionaries/nl_NL.dic \ - dictionaries/de_DE.aff \ - dictionaries/de_DE.dic \ - dictionaries/en_GB.aff \ - dictionaries/en_GB.dic \ +- dictionaries/en_US.aff \ +- dictionaries/en_US.dic \ - dictionaries/es_ES.aff \ - dictionaries/es_ES.dic \ - dictionaries/fr_FR.aff \ @@ -82,8 +84,9 @@ $OpenBSD: patch-texmaker_pro,v 1.7 2012/ - dictionaries/README_cs_CZ.txt \ - dictionaries/README_de_DE_frami.txt \ - dictionaries/README_DIC_fr_FR.txt \ -- dictionaries/README_es_ES.txt -+ locale/texmaker_el.qm +- dictionaries/README_es_ES.txt \ +- dictionaries/README_en_US.txt ++ locale/texmaker_se.qm INSTALLS += utilities desktop.path = $${DESKTOPDIR} Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/editors/texmaker/pkg/PLIST,v retrieving revision 1.6 diff -u -p -r1.6 PLIST --- pkg/PLIST 1 Mar 2012 17:57:45 -0000 1.6 +++ pkg/PLIST 30 Apr 2012 20:31:52 -0000 @@ -86,6 +86,7 @@ share/texmaker/texmaker_nl.qm share/texmaker/texmaker_pl.qm share/texmaker/texmaker_pt_BR.qm share/texmaker/texmaker_ru.qm +share/texmaker/texmaker_se.qm share/texmaker/texmaker_sr.qm share/texmaker/texmaker_zh_CN.qm share/texmaker/texmaker_zh_TW.qm