summaryrefslogtreecommitdiff
path: root/ftp/ncftp2
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-10-17 22:22:18 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-10-17 22:22:18 +0000
commit781b71b2a6acac30399ebeb1fd8d0a8b399cdca6 (patch)
tree50e31362fe0e29d628222bfc6130095ba621a173 /ftp/ncftp2
parentCopy s/key changes from our ftpd (don't even ask for password (diff)
Upgrade to 2.4.0
Notes
Notes: svn path=/head/; revision=4019
Diffstat (limited to 'ftp/ncftp2')
-rw-r--r--ftp/ncftp2/Makefile6
-rw-r--r--ftp/ncftp2/distinfo2
-rw-r--r--ftp/ncftp2/files/patch-aa16
3 files changed, 12 insertions, 12 deletions
diff --git a/ftp/ncftp2/Makefile b/ftp/ncftp2/Makefile
index 7acb5f6fdab5..76bc38a504cb 100644
--- a/ftp/ncftp2/Makefile
+++ b/ftp/ncftp2/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: ncftp2
-# Version required: 2.3.0
+# Version required: 2.4.0
# Date created: 4 Nov 1994
# Whom: ache
#
-# $Id: Makefile,v 1.31 1995/11/27 04:05:19 asami Exp $
+# $Id: Makefile,v 1.32 1996/01/14 10:29:07 ache Exp $
#
-DISTNAME= ncftp-2.3.0
+DISTNAME= ncftp-2.4.0
CATEGORIES+= net
MASTER_SITES= ftp://ftp.probe.net/pub/ncftp/
EXTRACT_SUFX= .tgz
diff --git a/ftp/ncftp2/distinfo b/ftp/ncftp2/distinfo
index 1d9359ec6dfe..42b733e68756 100644
--- a/ftp/ncftp2/distinfo
+++ b/ftp/ncftp2/distinfo
@@ -1 +1 @@
-MD5 (ncftp-2.3.0.tgz) = 82e55e710bc536c6f17623ece134e1bd
+MD5 (ncftp-2.4.0.tgz) = dc54610063d38c06987fcac71d165a1e
diff --git a/ftp/ncftp2/files/patch-aa b/ftp/ncftp2/files/patch-aa
index eeae13116176..c5dfa7bceac2 100644
--- a/ftp/ncftp2/files/patch-aa
+++ b/ftp/ncftp2/files/patch-aa
@@ -1,19 +1,19 @@
-*** Makefile.in.orig Mon Jan 23 00:06:14 1995
---- Makefile.in Mon Jan 23 20:47:43 1995
+*** Makefile.in.orig Thu Oct 17 04:37:03 1996
+--- Makefile.in Fri Oct 18 02:12:57 1996
***************
*** 34,40 ****
VPATH=@srcdir@
- CPPFLAGS=@CPPFLAGS@ -I.
+ CPPFLAGS=-I. -I@srcdir@ @CPPFLAGS@
! LIBS=@LIBS@
- LDFLAGS=@LDFLAGS@
+ SHARED_LDFLAGS=@LDFLAGS@
+ STATIC_LDFLAGS=@LDFLAGS@ @SLDFLAGS@
- # Any -D definitions:
--- 34,40 ----
VPATH=@srcdir@
- CPPFLAGS=@CPPFLAGS@ -I.
+ CPPFLAGS=-I. -I@srcdir@ @CPPFLAGS@
! LIBS= -lreadline -lncurses -lmytinfo
- LDFLAGS=@LDFLAGS@
+ SHARED_LDFLAGS=@LDFLAGS@
+ STATIC_LDFLAGS=@LDFLAGS@ @SLDFLAGS@
- # Any -D definitions: