Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 May 2017 17:15:46 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441538 - in head/editors/tea: . files
Message-ID:  <201705231715.v4NHFkej022237@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"));
+ }
+ 
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705231715.v4NHFkej022237>