Date: Wed, 27 Jul 2016 16:48:54 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419186 - head/editors/texstudio Message-ID: <201607271648.u6RGmspR004003@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Wed Jul 27 16:48:54 2016 New Revision: 419186 URL: https://svnweb.freebsd.org/changeset/ports/419186 Log: - Update to version 2.11.0 [1] - Register proxy dependencies detected by stage-qa PR: 211005 [1] Submitted by: Sergey Brunov [1] Approved by: maintainer timeout Modified: head/editors/texstudio/Makefile head/editors/texstudio/distinfo head/editors/texstudio/pkg-plist Modified: head/editors/texstudio/Makefile ============================================================================== --- head/editors/texstudio/Makefile Wed Jul 27 16:27:06 2016 (r419185) +++ head/editors/texstudio/Makefile Wed Jul 27 16:48:54 2016 (r419186) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= texstudio -PORTVERSION= 2.10.8 +PORTVERSION= 2.11.0 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/TeXstudio%20${PORTVERSION} @@ -14,11 +14,13 @@ USES= desktop-file-utils dos2unix execi pkgconfig qmake DOS2UNIX_FILES= ${PORTNAME}.pro -_USE_QT4= gui network script svg xml \ +_USE_QT4= corelib gui network script svg xml \ iconengines_run designer_build moc_build rcc_build uic_build -_USE_QT5= gui network script svg xml \ +_USE_QT5= core gui network script svg widgets xml \ printsupport concurrent uitools buildtools_build +USE_XORG= x11 +USE_GL= gl USE_TEX= latex dvipsk WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} Modified: head/editors/texstudio/distinfo ============================================================================== --- head/editors/texstudio/distinfo Wed Jul 27 16:27:06 2016 (r419185) +++ head/editors/texstudio/distinfo Wed Jul 27 16:48:54 2016 (r419186) @@ -1,2 +1,3 @@ -SHA256 (texstudio-2.10.8.tar.gz) = 0a569544ceb0ff92e52ed57a34e8eb12e7a16eef1209320737aef5d5b81b3404 -SIZE (texstudio-2.10.8.tar.gz) = 26003322 +TIMESTAMP = 1468240968 +SHA256 (texstudio-2.11.0.tar.gz) = 170e6d68952251e8c64589b0d147cb7692005e135cc6fc14579c6fd593f54307 +SIZE (texstudio-2.11.0.tar.gz) = 26263749 Modified: head/editors/texstudio/pkg-plist ============================================================================== --- head/editors/texstudio/pkg-plist Wed Jul 27 16:27:06 2016 (r419185) +++ head/editors/texstudio/pkg-plist Wed Jul 27 16:48:54 2016 (r419186) @@ -126,6 +126,7 @@ share/icons/hicolor/scalable/apps/texstu %%DATADIR%%/texstudio_hu.qm %%DATADIR%%/texstudio_it.qm %%DATADIR%%/texstudio_ja.qm +%%DATADIR%%/texstudio_nl.qm %%DATADIR%%/texstudio_pl.qm %%DATADIR%%/texstudio_pt_BR.qm %%DATADIR%%/texstudio_ru_RU.qm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607271648.u6RGmspR004003>