From owner-svn-ports-all@freebsd.org Thu Sep 27 20:29:01 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A21E10B91B7; Thu, 27 Sep 2018 20:29:01 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 06BE676174; Thu, 27 Sep 2018 20:29:01 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F1C002F54; Thu, 27 Sep 2018 20:29:00 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8RKT0AO031621; Thu, 27 Sep 2018 20:29:00 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8RKT050031619; Thu, 27 Sep 2018 20:29:00 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201809272029.w8RKT050031619@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Thu, 27 Sep 2018 20:29:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480817 - in head/editors/tea: . files X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: in head/editors/tea: . files X-SVN-Commit-Revision: 480817 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Sep 2018 20:29:01 -0000 Author: danilo Date: Thu Sep 27 20:29:00 2018 New Revision: 480817 URL: https://svnweb.freebsd.org/changeset/ports/480817 Log: - Update to 46.2.0 Deleted: head/editors/tea/files/ Modified: head/editors/tea/Makefile head/editors/tea/distinfo Modified: head/editors/tea/Makefile ============================================================================== --- head/editors/tea/Makefile Thu Sep 27 19:58:12 2018 (r480816) +++ head/editors/tea/Makefile Thu Sep 27 20:29:00 2018 (r480817) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tea -PORTVERSION= 46.0.0 +PORTVERSION= 46.2.0 CATEGORIES= editors MAINTAINER= danilo@FreeBSD.org @@ -12,6 +12,8 @@ LICENSE= GPLv3 BROKEN_powerpc64= fails to link: spellchecker.o:(.text+0xd2c): undefined reference to Hunspell::remove(std::string const&) +USES= gl pkgconfig:build qmake + OPTIONS_SINGLE= TOOLKITS OPTIONS_SINGLE_TOOLKITS= QT4 QT5 OPTIONS_DEFINE= DOCS @@ -19,7 +21,6 @@ OPTIONS_GROUP= SPELL OPTIONS_GROUP_SPELL= ASPELL HUNSPELL OPTIONS_DEFAULT= QT4 ASPELL HUNSPELL -USES= gl pkgconfig:build qmake USE_GL= gl USE_LOCALE= en_US.UTF-8 @@ -44,10 +45,6 @@ ASPELL_QMAKE_OFF= CONFIG+=noaspell HUNSPELL_LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell HUNSPELL_QMAKE_OFF= CONFIG+=nohunspell - -post-patch: - @${REINPLACE_CMD} -e \ - 's|/usr/include|${LOCALBASE}/include|' ${WRKSRC}/src.pro do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/tea ${STAGEDIR}${PREFIX}/bin Modified: head/editors/tea/distinfo ============================================================================== --- head/editors/tea/distinfo Thu Sep 27 19:58:12 2018 (r480816) +++ head/editors/tea/distinfo Thu Sep 27 20:29:00 2018 (r480817) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537107620 -SHA256 (psemiletov-tea-qt-46.0.0_GH0.tar.gz) = 23211e55658e285e0b71f54e06313353ba2bbd8886f53fa666fce25acff14897 -SIZE (psemiletov-tea-qt-46.0.0_GH0.tar.gz) = 507924 +TIMESTAMP = 1537985980 +SHA256 (psemiletov-tea-qt-46.2.0_GH0.tar.gz) = fc0137ed32946b4f544ea2ac1c9e44974b89df2b043cfabac11bb2bd65687069 +SIZE (psemiletov-tea-qt-46.2.0_GH0.tar.gz) = 504553