From 6892c620f307011e363cb4f33feb959185426a47 Mon Sep 17 00:00:00 2001 From: shadchin Date: Thu, 28 Apr 2011 17:06:11 +0000 Subject: [PATCH] Update to 3.0.2 ok jasper@ --- editors/texmaker/Makefile | 4 ++-- editors/texmaker/distinfo | 10 +++++----- editors/texmaker/patches/patch-texmaker_cpp | 10 +++++----- editors/texmaker/patches/patch-texmaker_pro | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile index 54d552266e9..e4cb12d4095 100644 --- a/editors/texmaker/Makefile +++ b/editors/texmaker/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.12 2011/04/25 13:19:23 shadchin Exp $ +# $OpenBSD: Makefile,v 1.13 2011/04/28 17:06:11 shadchin Exp $ # $FreeBSD: ports/editors/texmaker/Makefile,v 1.2 2004/01/09 09:16:33 krion Exp $ COMMENT= LaTeX development environment -DISTNAME= texmaker-3.0.1 +DISTNAME= texmaker-3.0.2 CATEGORIES= editors HOMEPAGE= http://www.xm1math.net/texmaker/ diff --git a/editors/texmaker/distinfo b/editors/texmaker/distinfo index 28ace84e03b..b53227fbdd9 100644 --- a/editors/texmaker/distinfo +++ b/editors/texmaker/distinfo @@ -1,5 +1,5 @@ -MD5 (texmaker-3.0.1.tar.bz2) = DpbL0+gXE2PChY++lusbqg== -RMD160 (texmaker-3.0.1.tar.bz2) = GLJolatGxvl4HoBsG3kzXWJuPnA= -SHA1 (texmaker-3.0.1.tar.bz2) = oWDtouVv2dup9oSZ5NXdYvi2amk= -SHA256 (texmaker-3.0.1.tar.bz2) = ut3odwipW9VOZdPRdZX3kEhgUwAAUpJvhgrVt+A89uc= -SIZE (texmaker-3.0.1.tar.bz2) = 5180509 +MD5 (texmaker-3.0.2.tar.bz2) = 03XI9Ib+RPPyoqfS3awI8w== +RMD160 (texmaker-3.0.2.tar.bz2) = eV3sqW/7o22bdEyRUxDKwhiFsg0= +SHA1 (texmaker-3.0.2.tar.bz2) = JKqebNu4szw4l5/dq0/1WY8UZ/E= +SHA256 (texmaker-3.0.2.tar.bz2) = YS7ZjdxqiJoQYkoRHqmfbtWu2euBPktV6rs8KnEdcCY= +SIZE (texmaker-3.0.2.tar.bz2) = 5207700 diff --git a/editors/texmaker/patches/patch-texmaker_cpp b/editors/texmaker/patches/patch-texmaker_cpp index de47e40e586..7d2d31d94f7 100644 --- a/editors/texmaker/patches/patch-texmaker_cpp +++ b/editors/texmaker/patches/patch-texmaker_cpp @@ -1,7 +1,7 @@ -$OpenBSD: patch-texmaker_cpp,v 1.4 2011/04/25 13:19:23 shadchin Exp $ ---- texmaker.cpp.orig Sat Apr 16 18:09:18 2011 -+++ texmaker.cpp Sun Apr 17 22:42:12 2011 -@@ -3473,7 +3473,7 @@ author=config->value("Quick/Author","").toString(); +$OpenBSD: patch-texmaker_cpp,v 1.5 2011/04/28 17:06:11 shadchin Exp $ +--- texmaker.cpp.orig Mon Apr 25 19:12:44 2011 ++++ texmaker.cpp Thu Apr 28 22:00:03 2011 +@@ -3474,7 +3474,7 @@ author=config->value("Quick/Author","").toString(); #ifdef USB_VERSION QString dicDir=QCoreApplication::applicationDirPath() + "/"; #else @@ -10,7 +10,7 @@ $OpenBSD: patch-texmaker_cpp,v 1.4 2011/04/25 13:19:23 shadchin Exp $ #endif #endif -@@ -3485,7 +3485,7 @@ QString dicDir=QCoreApplication::applicationDirPath() +@@ -3486,7 +3486,7 @@ QString dicDir=QCoreApplication::applicationDirPath() #endif QString defaultDic=dicDir+QString(QLocale::system().name())+".dic"; QFileInfo fi(defaultDic); diff --git a/editors/texmaker/patches/patch-texmaker_pro b/editors/texmaker/patches/patch-texmaker_pro index 5dd2058db72..0e48d8ac69d 100644 --- a/editors/texmaker/patches/patch-texmaker_pro +++ b/editors/texmaker/patches/patch-texmaker_pro @@ -1,4 +1,4 @@ -$OpenBSD: patch-texmaker_pro,v 1.4 2011/04/25 13:19:23 shadchin Exp $ +$OpenBSD: patch-texmaker_pro,v 1.5 2011/04/28 17:06:11 shadchin Exp $ --- texmaker.pro.orig Sun Apr 3 16:16:58 2011 +++ texmaker.pro Tue Apr 5 21:45:23 2011 @@ -4,7 +4,8 @@ TARGET = texmaker @@ -8,7 +8,7 @@ $OpenBSD: patch-texmaker_pro,v 1.4 2011/04/25 13:19:23 shadchin Exp $ -CONFIG += qt warn_off release +CONFIG += qt warn_off release link_pkgconfig +PKGCONFIG = hunspell poppler-qt4 - TEXMAKERVERSION=3.0.1 + TEXMAKERVERSION=3.0.2 DEFINES += TEXMAKERVERSION=\\\"$${TEXMAKERVERSION}\\\" DEFINES += HAVE_SPLASH @@ -56,25 +57,6 @@ HEADERS += texmaker.h \