aboutsummaryrefslogtreecommitdiff
path: root/editors/tea
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2017-05-25 16:14:05 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2017-05-25 16:14:05 +0000
commitc9a41fdccb2a45770201c0ec2b248d0cd215720b (patch)
treef982f8ab9640daa0db705b6267a72a8ffda7533f /editors/tea
parentc463259c431edf5af34c3fce153dbd33d7e9ab27 (diff)
downloadports-c9a41fdccb2a45770201c0ec2b248d0cd215720b.tar.gz
ports-c9a41fdccb2a45770201c0ec2b248d0cd215720b.zip
- Regenerate distinfo. The only change in the new tarball is the patch I'm removing now. Mainstream just not bumped the tarball version.
Notes
Notes: svn path=/head/; revision=441700
Diffstat (limited to 'editors/tea')
-rw-r--r--editors/tea/distinfo6
-rw-r--r--editors/tea/files/patch-document.cpp11
2 files changed, 3 insertions, 14 deletions
diff --git a/editors/tea/distinfo b/editors/tea/distinfo
index ab84388a7c22..8be701b5e560 100644
--- a/editors/tea/distinfo
+++ b/editors/tea/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495472873
-SHA256 (tea-44.0.0.tar.bz2) = 3d4c4744b69ebe087e6947bd778a420db7fc5576c64f25a2962211f944c92dc1
-SIZE (tea-44.0.0.tar.bz2) = 404751
+TIMESTAMP = 1495728392
+SHA256 (tea-44.0.0.tar.bz2) = c7a7a6777a816bfce006852040abfc9fe72669301eaa637b7cde8c00ad05fe85
+SIZE (tea-44.0.0.tar.bz2) = 420495
diff --git a/editors/tea/files/patch-document.cpp b/editors/tea/files/patch-document.cpp
deleted file mode 100644
index eedd21ddd106..000000000000
--- a/editors/tea/files/patch-document.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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"));
- }
-
-