summaryrefslogtreecommitdiff
path: root/ftp/ncftp2
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-10-04 23:36:02 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-10-04 23:36:02 +0000
commitbdd2f9b31640f0b57ce479daa3f3d5bbb5468bd3 (patch)
tree18f24915acc193e8278452e7b52a7bba5ad5fdf4 /ftp/ncftp2
parentAdd CONFIGURE_ENV: pass this environment to configure script. (diff)
Upgrade to 2.2.0
Notes
Notes: svn path=/head/; revision=2260
Diffstat (limited to 'ftp/ncftp2')
-rw-r--r--ftp/ncftp2/Makefile12
-rw-r--r--ftp/ncftp2/distinfo2
-rw-r--r--ftp/ncftp2/pkg-comment2
3 files changed, 6 insertions, 10 deletions
diff --git a/ftp/ncftp2/Makefile b/ftp/ncftp2/Makefile
index fdf55739e069..aa1a11cc132c 100644
--- a/ftp/ncftp2/Makefile
+++ b/ftp/ncftp2/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: ncftp2
-# Version required: 2.1.1
+# Version required: 2.2.0
# Date created: 4 Nov 1994
# Whom: ache
#
-# $Id: Makefile,v 1.26 1995/08/18 17:50:34 peter Exp $
+# $Id: Makefile,v 1.27 1995/09/23 17:09:03 ache Exp $
#
-DISTNAME= ncftp-2.1.1
+DISTNAME= ncftp-2.2.0
CATEGORIES+= networking
MASTER_SITES= ftp://ftp.cs.unl.edu/pub/ncftp/
EXTRACT_SUFX= .tgz
@@ -14,14 +14,10 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ache@FreeBSD.ORG
GNU_CONFIGURE= yes
+CONFIGURE_ENV= ac_cv_func_getmaxyx=yes
do-install:
cd ${WRKSRC}; $(INSTALL) $(COPY) $(STRIP) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) ncftp $(PREFIX)/bin/ncftp2
cd ${WRKSRC}; $(INSTALL) -c -o $(BINOWN) -g $(BINGRP) -m 644 ncftp.1 $(PREFIX)/man/man1/ncftp2.1
-# Copy the list of FreeBSD sites
-pre-patch:
- cp ${FILESDIR}/Complete.h ${WRKSRC}
- cp ${FILESDIR}/Complete.c ${WRKSRC}
-
.include <bsd.port.mk>
diff --git a/ftp/ncftp2/distinfo b/ftp/ncftp2/distinfo
index e08fb0c341bf..2577f77ade02 100644
--- a/ftp/ncftp2/distinfo
+++ b/ftp/ncftp2/distinfo
@@ -1 +1 @@
-MD5 (ncftp-2.1.1.tgz) = dce74a2c0b257a712ee6d278b7eec8cf
+MD5 (ncftp-2.2.0.tgz) = 1075562e28a65d1e353eefbc2747a27d
diff --git a/ftp/ncftp2/pkg-comment b/ftp/ncftp2/pkg-comment
index 36b7e741750d..1f303f74c846 100644
--- a/ftp/ncftp2/pkg-comment
+++ b/ftp/ncftp2/pkg-comment
@@ -1 +1 @@
-NcFTP 2.1.1 -- FTP replacement with advanced user interface
+NcFTP 2.2.0 -- FTP replacement with advanced user interface