- Fix 'g' and '%' commands [1]

- Update WWW [2]
- Bump port revision [2]

Submitted by:	Kevin Oberman <oberman@es.net> [1],
		Emanuel Haupt <ehaupt@critical.ch> [2] (maintainer)
PR:		ports/85994 [1], ports/86154 [2]
This commit is contained in:
Simon Barner 2005-09-15 13:14:55 +00:00
parent d9fff15a61
commit f25eb90ed8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142815
3 changed files with 13 additions and 1 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= most
PORTVERSION= 4.10.2
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ftp://space.mit.edu/pub/davis/most/ \
ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/most/ \

View file

@ -0,0 +1,11 @@
--- src/window.c.orig Sat Jul 2 05:04:58 2005
+++ src/window.c Thu Sep 15 14:18:26 2005
@@ -238,7 +238,7 @@
int most_read_from_minibuffer(char *prompt, char *what, unsigned int buflen)
{
- int i = 0;
+ int i = 1;
char *buf;
unsigned int len;

View file

@ -10,5 +10,5 @@ option, autosensing of binary files can be disabled (via the -k
option), thereby allowing one to browse files encoded in a different
language (Japanese, Korean, Chinese, etc).
WWW: http://space.mit.edu/~davis/jedsoft/most/
WWW: http://www.jedsoft.org/most/
FTP: ftp://ftp.jedsoft.org/pub/davis/most