- Update to 44.0.0

This commit is contained in:
Danilo Egea Gondolfo 2017-05-23 17:15:46 +00:00
parent 857aad051c
commit 757ef6778f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441538
3 changed files with 15 additions and 5 deletions

View file

@ -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/

View file

@ -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

View file

@ -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"));
}