diff options
author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2000-11-17 19:06:54 +0000 |
---|---|---|
committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2000-11-17 19:06:54 +0000 |
commit | 265f9505face3cf3d8740d3c53ac96f62f4422bb (patch) | |
tree | 5b25eb9e2fc2868a7ceba02489deb18f3de43273 /chinese/pine4/files/patch-bn | |
parent | Resign as maintainer of KDE2 ports, having brought them up from inception (diff) |
Upgrade from 4.21 to 4.30.
Especially thanks to the maintainer, Tai-hwa Liang (avatar), for
ending those long lasting evil +400k files/patch-*. :-)
According to kkenn, pine4's security will exist until it's totally
rewritten, so I'll leave pkg-install untouched, which shows the
security warning.
PR: ports/22436
Notes
Notes:
svn path=/head/; revision=35230
Diffstat (limited to 'chinese/pine4/files/patch-bn')
-rw-r--r-- | chinese/pine4/files/patch-bn | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/chinese/pine4/files/patch-bn b/chinese/pine4/files/patch-bn deleted file mode 100644 index 40313c775000..000000000000 --- a/chinese/pine4/files/patch-bn +++ /dev/null @@ -1,56 +0,0 @@ ---- pine/takeaddr.c.orig Wed Oct 20 04:28:01 1999 -+++ pine/takeaddr.c Fri Nov 19 16:18:24 1999 -@@ -896,7 +896,7 @@ - return; - - take_to_addrbooks_cancel: -- cancel_warning(NO_DING, "addition"); -+ cancel_warning(NO_DING, "新增"); - if(tas && *tas){ - restore_state(&((*tas)->state)); - (*tas)->pab = NULL; -@@ -1395,7 +1395,7 @@ - break; - - case MC_EXIT: /* exit takeaddr screen */ -- cancel_warning(NO_DING, "addition"); -+ cancel_warning(NO_DING, "新增"); - ret = 1; - done++; - break; -@@ -2872,7 +2872,7 @@ - - switch(j){ - case 'x': -- cancel_warning(NO_DING, "save"); -+ cancel_warning(NO_DING, "存檔"); - return; - - case 'e': -@@ -2972,7 +2972,7 @@ - - switch(i){ - case 'x': -- cancel_warning(NO_DING, "export"); -+ cancel_warning(NO_DING, "匯出"); - return; - - case 'a': -@@ -4947,7 +4947,7 @@ - - switch(j){ - case 'x': -- cancel_warning(NO_DING, "Save"); -+ cancel_warning(NO_DING, "存檔"); - break; - - case 'e': -@@ -5165,7 +5165,7 @@ - - switch(j){ - case 'x': -- cancel_warning(NO_DING, "Export"); -+ cancel_warning(NO_DING, "匯出"); - break; - - case 't': |