mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Update ncftp2.4.1 -> 2.4.2
Removed my patch for the extra characters in the passwd prompt caused by the long-standing (but now fixed in development sources) ncurses problem now that the author has an equivalent fix.
This commit is contained in:
parent
add75feb1c
commit
bd990e6999
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4367
@ -1,15 +1,14 @@
|
||||
# New ports collection makefile for: ncftp2
|
||||
# Version required: 2.4.1
|
||||
# Version required: 2.4.2
|
||||
# Date created: 4 Nov 1994
|
||||
# Whom: ache
|
||||
#
|
||||
# $Id: Makefile,v 1.34 1996/10/18 15:55:37 ache Exp $
|
||||
# $Id: Makefile,v 1.35 1996/10/21 20:05:10 ache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ncftp-2.4.1
|
||||
DISTNAME= ncftp-2.4.2
|
||||
CATEGORIES+= net
|
||||
MASTER_SITES= ftp://ftp.probe.net/pub/ncftp/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ache@FreeBSD.ORG
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ncftp-2.4.1.tgz) = 7bc3b470e5ada29f70d65b1f294fd774
|
||||
MD5 (ncftp-2.4.2.tar.gz) = 7ca452f7932820c4bad98cfb78d8bba8
|
||||
|
@ -1,28 +0,0 @@
|
||||
#
|
||||
# This is to work around an apparent ncurses bug.. It's a slight optimisation
|
||||
# too, I think.
|
||||
#
|
||||
--- Win.c.dist Wed Dec 6 13:38:47 1995
|
||||
+++ Win.c Sun Aug 18 23:08:11 1996
|
||||
@@ -1101,16 +1101,12 @@
|
||||
Exit(kExitWinFail2);
|
||||
}
|
||||
|
||||
+ werase(gPromptWin);
|
||||
WAttr(gPromptWin, flags, 1);
|
||||
- if (addTail) {
|
||||
- mvwprintw(gPromptWin, 0,0, "%s%s", pr, kPromptTail);
|
||||
- WAttr(gPromptWin, flags, 0);
|
||||
- } else {
|
||||
- mvwprintw(gPromptWin, 0,0, "%s", pr);
|
||||
- WAttr(gPromptWin, flags, 0);
|
||||
- if (flags & kReverse)
|
||||
- wprintw(gPromptWin, " ");
|
||||
- }
|
||||
+ mvwprintw(gPromptWin, 0,0, "%s", pr);
|
||||
+ if (addTail)
|
||||
+ wprintw(gPromptWin, "%s", kPromptTail);
|
||||
+ WAttr(gPromptWin, flags, 0);
|
||||
wnoutrefresh(gPromptWin);
|
||||
werase(gInputWin);
|
||||
touchwin(gInputWin);
|
@ -1,15 +1,14 @@
|
||||
# New ports collection makefile for: ncftp2
|
||||
# Version required: 2.4.1
|
||||
# Version required: 2.4.2
|
||||
# Date created: 4 Nov 1994
|
||||
# Whom: ache
|
||||
#
|
||||
# $Id: Makefile,v 1.34 1996/10/18 15:55:37 ache Exp $
|
||||
# $Id: Makefile,v 1.35 1996/10/21 20:05:10 ache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ncftp-2.4.1
|
||||
DISTNAME= ncftp-2.4.2
|
||||
CATEGORIES+= net
|
||||
MASTER_SITES= ftp://ftp.probe.net/pub/ncftp/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ache@FreeBSD.ORG
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ncftp-2.4.1.tgz) = 7bc3b470e5ada29f70d65b1f294fd774
|
||||
MD5 (ncftp-2.4.2.tar.gz) = 7ca452f7932820c4bad98cfb78d8bba8
|
||||
|
Loading…
Reference in New Issue
Block a user