aboutsummaryrefslogtreecommitdiff
path: root/editors/biew
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-04-30 06:24:38 +0000
committerPatrick Li <pat@FreeBSD.org>2002-04-30 06:24:38 +0000
commite6df2c3df358469dc38ef96fb86cfc3fcc4fcd32 (patch)
tree817f3ce1df3dfafe49d74d64403cc8da05e9e93e /editors/biew
parentc68d3300b4459a62b709a89e998d46d1fb24dc2b (diff)
downloadports-e6df2c3df358469dc38ef96fb86cfc3fcc4fcd32.tar.gz
ports-e6df2c3df358469dc38ef96fb86cfc3fcc4fcd32.zip
Update to 5.3.2
PR: 37578 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=58352
Diffstat (limited to 'editors/biew')
-rw-r--r--editors/biew/Makefile4
-rw-r--r--editors/biew/distinfo2
-rw-r--r--editors/biew/files/patch-af6
3 files changed, 6 insertions, 6 deletions
diff --git a/editors/biew/Makefile b/editors/biew/Makefile
index 437fc3950db5..a7a4d8d62ad6 100644
--- a/editors/biew/Makefile
+++ b/editors/biew/Makefile
@@ -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
diff --git a/editors/biew/distinfo b/editors/biew/distinfo
index 78082bd26a2a..51a6369efd18 100644
--- a/editors/biew/distinfo
+++ b/editors/biew/distinfo
@@ -1 +1 @@
-MD5 (biew530.tar.bz2) = 902e1af264c93032ec40fa22d04f936a
+MD5 (biew-532.tar.bz2) = 9619003b7da7306ed876624456a6cae1
diff --git a/editors/biew/files/patch-af b/editors/biew/files/patch-af
index 5f23f4c15924..5320629144ae 100644
--- a/editors/biew/files/patch-af
+++ b/editors/biew/files/patch-af
@@ -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 <curses.h>
+#endif
- #ifdef NCURSES_MOUSE_VERSION
+ #if defined(NCURSES_MOUSE_VERSION) && !defined(HAVE_MOUSE)
#define HAVE_MOUSE
#endif