1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

- Regenerate distinfo. The only change in the new tarball is the patch I'm removing now. Mainstream just not bumped the tarball version.

This commit is contained in:
Danilo Egea Gondolfo 2017-05-25 16:14:05 +00:00
parent c463259c43
commit c9a41fdccb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441700
2 changed files with 3 additions and 14 deletions

View File

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

View File

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