From owner-svn-ports-all@freebsd.org Tue May 23 17:15:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D2E6D7A2E0; Tue, 23 May 2017 17:15:48 +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 mx1.freebsd.org (Postfix) with ESMTPS id C85E8107B; Tue, 23 May 2017 17:15:47 +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 v4NHFkQr022240; Tue, 23 May 2017 17:15:46 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4NHFkej022237; Tue, 23 May 2017 17:15:46 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201705231715.v4NHFkej022237@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 23 May 2017 17:15:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441538 - in head/editors/tea: . files X-SVN-Group: ports-head 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.23 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: Tue, 23 May 2017 17:15:48 -0000 Author: danilo Date: Tue May 23 17:15:46 2017 New Revision: 441538 URL: https://svnweb.freebsd.org/changeset/ports/441538 Log: - Update to 44.0.0 Added: head/editors/tea/files/patch-document.cpp (contents, props changed) Modified: head/editors/tea/Makefile head/editors/tea/distinfo Modified: head/editors/tea/Makefile ============================================================================== --- head/editors/tea/Makefile Tue May 23 16:10:25 2017 (r441537) +++ head/editors/tea/Makefile Tue May 23 17:15:46 2017 (r441538) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tea -PORTVERSION= 43.1.0 -PORTREVISION= 4 +PORTVERSION= 44.0.0 CATEGORIES= editors MASTER_SITES= http://semiletov.org/tea/dloads/ Modified: head/editors/tea/distinfo ============================================================================== --- head/editors/tea/distinfo Tue May 23 16:10:25 2017 (r441537) +++ head/editors/tea/distinfo Tue May 23 17:15:46 2017 (r441538) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474206271 -SHA256 (tea-43.1.0.tar.bz2) = 36fa3e28391d06f75f67926f5259999829c40c069fb76331a19f3528b463573a -SIZE (tea-43.1.0.tar.bz2) = 398524 +TIMESTAMP = 1495472873 +SHA256 (tea-44.0.0.tar.bz2) = 3d4c4744b69ebe087e6947bd778a420db7fc5576c64f25a2962211f944c92dc1 +SIZE (tea-44.0.0.tar.bz2) = 404751 Added: head/editors/tea/files/patch-document.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/tea/files/patch-document.cpp Tue May 23 17:15:46 2017 (r441538) @@ -0,0 +1,11 @@ +--- document.cpp.orig 2017-05-22 17:41:11 UTC ++++ document.cpp +@@ -2570,7 +2570,7 @@ void CTEAEdit::rect_sel_cut (bool just_d + cursor.endEditBlock(); + + if (! just_del) +- QApplication::clipboard()->setText (sl_copy.join ('\n')); ++ QApplication::clipboard()->setText (sl_copy.join ("\n")); + } + +