From 26939b1fbf0379ba48e1b78d40e298475af60628 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 10 Nov 1996 03:10:41 +0000 Subject: 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. --- ftp/ncftp2/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'ftp/ncftp2/Makefile') diff --git a/ftp/ncftp2/Makefile b/ftp/ncftp2/Makefile index f2b8fd78e11c..c579be134685 100644 --- a/ftp/ncftp2/Makefile +++ b/ftp/ncftp2/Makefile @@ -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 -- cgit