View | Details | Raw Unified | Return to bug 81956
Collapse All | Expand All

(-)editors/le/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	le
9
PORTNAME=	le
10
PORTVERSION=	1.12.1
10
PORTVERSION=	1.12.2
11
CATEGORIES=	editors
11
CATEGORIES=	editors
12
MASTER_SITES=	ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/
12
MASTER_SITES=	ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/
13
13
(-)editors/le/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (le-1.12.1.tar.bz2) = 59e400e07ffac11a84ca59823594c29a
1
MD5 (le-1.12.2.tar.bz2) = 06b6eb0de4c3950ff6450effa67a4a44
2
SIZE (le-1.12.1.tar.bz2) = 364636
2
SIZE (le-1.12.2.tar.bz2) = 364665
(-)editors/le/files/patch-src-mb.h (-11 lines)
Lines 1-11 Link Here
1
--- src/mb.h.orig	Fri Apr  8 23:32:30 2005
2
+++ src/mb.h	Sun May  1 15:35:53 2005
3
@@ -77,7 +77,7 @@
4
 # define choose_wch()	choose_ch()
5
 # define InsertWChar(ch) InsertChar(ch)
6
 # define ReplaceWCharExt(c) ReplaceCharExt(c)
7
-# define ReplaceWCharExtMove(c) ReplaceWCharExtMove(c)
8
+# define ReplaceWCharExtMove(c) ReplaceCharExtMove(c)
9
 # define ReplaceWCharMove(c) ReplaceCharMove(c)
10
 # define mb_get_col(buf,pos,col,len)	*(col)=(pos)
11
 # define mb_char_left(buf,pos,col,len)  *(col)=--(*pos)

Return to bug 81956