Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2002 15:44:49 -0600 (CST)
From:      Ryan Thompson <ryan@sasknow.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ryan@sasknow.com
Subject:   ports/37578: maintainer-update editors/biew
Message-ID:  <200204292144.g3TLinQ68435@ren.sasknow.com>

next in thread | raw e-mail | index | archive | help

>Number:         37578
>Category:       ports
>Synopsis:       maintainer-update editors/biew
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 29 14:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Ryan Thompson <ryan@sasknow.com>
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
SaskNow Technologies
>Environment:
System: FreeBSD catalyst.sasknow.net 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Sun Dec 9 15:21:10 CST 2001 hutenosa@catalyst.sasknow.net:/usr/src/sys/compile/CATALYST i386

>Description:

Maintainer update of the BIEW port, bringing it to latest, 5.3.2.

Bump PORTVERSION, change DISTNAME, distinfo, and patch a patch. :-)


>How-To-Repeat:
n/a

>Fix:

diff -ruN biew.orig/Makefile biew/Makefile
--- biew.orig/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
 
diff -ruN biew.orig/distinfo biew/distinfo
--- biew.orig/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
diff -ruN biew.orig/files/patch-af biew/files/patch-af
--- biew.orig/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 <curses.h>
 +#endif
- #ifdef	NCURSES_MOUSE_VERSION
+ #if defined(NCURSES_MOUSE_VERSION) && !defined(HAVE_MOUSE)
  #define	HAVE_MOUSE
  #endif
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204292144.g3TLinQ68435>