1
0
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:
Pav Lucistnik 2005-06-06 17:46:13 +00:00
parent b4341947d5
commit 65324cf802
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136920
3 changed files with 3 additions and 14 deletions

View File

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

View File

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

View File

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