diff options
author | barner <barner@FreeBSD.org> | 2005-09-15 21:14:55 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2005-09-15 21:14:55 +0800 |
commit | 154a7174b46e8670878a397a94cb425c2d1373df (patch) | |
tree | 10d030fbda167d77f89d68235f4b83a2954c06b7 | |
parent | 792b6ad340a7f10011eae60601b89db601f2aba0 (diff) | |
download | freebsd-ports-gnome-154a7174b46e8670878a397a94cb425c2d1373df.tar.gz freebsd-ports-gnome-154a7174b46e8670878a397a94cb425c2d1373df.tar.zst freebsd-ports-gnome-154a7174b46e8670878a397a94cb425c2d1373df.zip |
- 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]
-rw-r--r-- | sysutils/most/Makefile | 1 | ||||
-rw-r--r-- | sysutils/most/files/patch-src-window.c | 11 | ||||
-rw-r--r-- | sysutils/most/pkg-descr | 2 |
3 files changed, 13 insertions, 1 deletions
diff --git a/sysutils/most/Makefile b/sysutils/most/Makefile index 489a9980cad2..96fb8b25a384 100644 --- a/sysutils/most/Makefile +++ b/sysutils/most/Makefile @@ -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/ \ diff --git a/sysutils/most/files/patch-src-window.c b/sysutils/most/files/patch-src-window.c new file mode 100644 index 000000000000..2147ce163c3b --- /dev/null +++ b/sysutils/most/files/patch-src-window.c @@ -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; + diff --git a/sysutils/most/pkg-descr b/sysutils/most/pkg-descr index f898e604a7b2..66b585c2d91c 100644 --- a/sysutils/most/pkg-descr +++ b/sysutils/most/pkg-descr @@ -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 |