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

(-)biew/Makefile (-2 / +2 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	biew
8
PORTNAME=	biew
9
PORTVERSION=	5.3.0
9
PORTVERSION=	5.3.2
10
CATEGORIES=	editors
10
CATEGORIES=	editors
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
13
DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}
13
DISTNAME=	${PORTNAME}-${PORTVERSION:S/.//g}
14
14
15
MAINTAINER=	ryan@sasknow.com
15
MAINTAINER=	ryan@sasknow.com
16
16
(-)biew/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (biew530.tar.bz2) = 902e1af264c93032ec40fa22d04f936a
1
MD5 (biew-532.tar.bz2) = 9619003b7da7306ed876624456a6cae1
(-)biew/files/patch-af (-3 / +3 lines)
Lines 1-5 Link Here
1
--- biewlib/sysdep/generic/unix/keyboard.c.orig	Thu Mar  1 09:19:32 2001
1
--- biewlib/sysdep/generic/unix/keyboard.c.orig	Mon Apr 29 15:26:59 2002
2
+++ biewlib/sysdep/generic/unix/keyboard.c	Fri Nov  9 00:00:37 2001
2
+++ biewlib/sysdep/generic/unix/keyboard.c	Mon Apr 29 15:28:12 2002
3
@@ -41,7 +41,11 @@
3
@@ -41,7 +41,11 @@
4
 #endif
4
 #endif
5
 
5
 
Lines 9-14 Link Here
9
+#else
9
+#else
10
 #include <curses.h>
10
 #include <curses.h>
11
+#endif
11
+#endif
12
 #ifdef	NCURSES_MOUSE_VERSION
12
 #if defined(NCURSES_MOUSE_VERSION) && !defined(HAVE_MOUSE)
13
 #define	HAVE_MOUSE
13
 #define	HAVE_MOUSE
14
 #endif
14
 #endif

Return to bug 37578