diff options
-rw-r--r-- | ftp/ncftp2/Makefile | 6 | ||||
-rw-r--r-- | ftp/ncftp2/distinfo | 2 | ||||
-rw-r--r-- | ftp/ncftp2/files/patch-aa | 16 | ||||
-rw-r--r-- | ftp/ncftp3/Makefile | 6 | ||||
-rw-r--r-- | ftp/ncftp3/distinfo | 2 |
5 files changed, 16 insertions, 16 deletions
diff --git a/ftp/ncftp2/Makefile b/ftp/ncftp2/Makefile index 7acb5f6..76bc38a 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 1d9359e..42b733e 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 eeae131..c5dfa7b 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: diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile index 7acb5f6..76bc38a 100644 --- a/ftp/ncftp3/Makefile +++ b/ftp/ncftp3/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/ncftp3/distinfo b/ftp/ncftp3/distinfo index 1d9359e..42b733e 100644 --- a/ftp/ncftp3/distinfo +++ b/ftp/ncftp3/distinfo @@ -1 +1 @@ -MD5 (ncftp-2.3.0.tgz) = 82e55e710bc536c6f17623ece134e1bd +MD5 (ncftp-2.4.0.tgz) = dc54610063d38c06987fcac71d165a1e |