--- biew/Makefile Mon Apr 29 15:16:08 2002 +++ biew/Makefile Mon Apr 29 15:20:49 2002 @@ -6,11 +6,11 @@ # PORTNAME= biew -PORTVERSION= 5.3.0 +PORTVERSION= 5.3.2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} MAINTAINER= ryan@sasknow.com --- biew/distinfo Sun Nov 18 03:13:05 2001 +++ biew/distinfo Mon Apr 29 15:24:12 2002 @@ -1, +1, @@ -MD5 (biew530.tar.bz2) = 902e1af264c93032ec40fa22d04f936a +MD5 (biew-532.tar.bz2) = 9619003b7da7306ed876624456a6cae1 --- biew/files/patch-af Sun Nov 18 03:13:05 2001 +++ biew/files/patch-af Mon Apr 29 15:29:55 2002 @@ -1,5 +1,5 @@ ---- biewlib/sysdep/generic/unix/keyboard.c.orig Thu Mar 1 09:19:32 2001 -+++ biewlib/sysdep/generic/unix/keyboard.c Fri Nov 9 00:00:37 2001 +--- biewlib/sysdep/generic/unix/keyboard.c.orig Mon Apr 29 15:26:59 2002 ++++ biewlib/sysdep/generic/unix/keyboard.c Mon Apr 29 15:28:12 2002 @@ -41,7 +41,11 @@ #endif @@ -9,6 +9,6 @@ +#else #include +#endif - #ifdef NCURSES_MOUSE_VERSION + #if defined(NCURSES_MOUSE_VERSION) && !defined(HAVE_MOUSE) #define HAVE_MOUSE #endif