diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-07-17 14:31:23 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-07-17 14:31:23 +0000 |
commit | ce9afffac0cdce1d153cd76ef3598c5117b7af2d (patch) | |
tree | b895c7328d2f2bae0d933d8f95901bd7644affd9 /ftp/ncftp2 | |
parent | 5f6837eae8787dc23efe1c858d586f77754590fb (diff) | |
download | ports-ce9afffac0cdce1d153cd76ef3598c5117b7af2d.tar.gz ports-ce9afffac0cdce1d153cd76ef3598c5117b7af2d.zip |
Upgrade 2.0.7 -> 2.1.0
Reviewed by:
Submitted by:
Obtained from:
Notes
Notes:
svn path=/head/; revision=1983
Diffstat (limited to 'ftp/ncftp2')
-rw-r--r-- | ftp/ncftp2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/ncftp2/Makefile b/ftp/ncftp2/Makefile index 424b7e844860..440b53dc88da 100644 --- a/ftp/ncftp2/Makefile +++ b/ftp/ncftp2/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: ncftp2 -# Version required: 2.0.7 +# Version required: 2.1.0 # Date created: 4 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.23 1995/05/07 20:57:43 ache Exp $ +# $Id: Makefile,v 1.24 1995/06/13 22:14:10 ache Exp $ # -DISTNAME= ncftp-2.0.7 +DISTNAME= ncftp-2.1.0 CATEGORIES+= networking MASTER_SITES= ftp://ftp.cs.unl.edu/pub/ncftp/ EXTRACT_SUFX= .tgz |