mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
- Update to 1.12.2
PR: ports/81956 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
b4341947d5
commit
65324cf802
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136920
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= le
|
||||
PORTVERSION= 1.12.1
|
||||
PORTVERSION= 1.12.2
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (le-1.12.1.tar.bz2) = 59e400e07ffac11a84ca59823594c29a
|
||||
SIZE (le-1.12.1.tar.bz2) = 364636
|
||||
MD5 (le-1.12.2.tar.bz2) = 06b6eb0de4c3950ff6450effa67a4a44
|
||||
SIZE (le-1.12.2.tar.bz2) = 364665
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- src/mb.h.orig Fri Apr 8 23:32:30 2005
|
||||
+++ src/mb.h Sun May 1 15:35:53 2005
|
||||
@@ -77,7 +77,7 @@
|
||||
# define choose_wch() choose_ch()
|
||||
# define InsertWChar(ch) InsertChar(ch)
|
||||
# define ReplaceWCharExt(c) ReplaceCharExt(c)
|
||||
-# define ReplaceWCharExtMove(c) ReplaceWCharExtMove(c)
|
||||
+# define ReplaceWCharExtMove(c) ReplaceCharExtMove(c)
|
||||
# define ReplaceWCharMove(c) ReplaceCharMove(c)
|
||||
# define mb_get_col(buf,pos,col,len) *(col)=(pos)
|
||||
# define mb_char_left(buf,pos,col,len) *(col)=--(*pos)
|
Loading…
x
Reference in New Issue
Block a user