summaryrefslogtreecommitdiff
path: root/ftp/ncftp2
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-01-24 04:56:34 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-01-24 04:56:34 +0000
commitbfe6c198160197294f6e74f8d31959820290764c (patch)
tree838e96afe4271ccca7af8eb872765fe670606769 /ftp/ncftp2
parentAdd cnews back in (diff)
Upgrade.
Notes
Notes: svn path=/head/; revision=811
Diffstat (limited to 'ftp/ncftp2')
-rw-r--r--ftp/ncftp2/Makefile6
-rw-r--r--ftp/ncftp2/distinfo2
-rw-r--r--ftp/ncftp2/files/patch-aa9
3 files changed, 9 insertions, 8 deletions
diff --git a/ftp/ncftp2/Makefile b/ftp/ncftp2/Makefile
index 370502d09e35..27aa9554b41e 100644
--- a/ftp/ncftp2/Makefile
+++ b/ftp/ncftp2/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: ncftp 2 BETA
-# Version required: 2.0.0 BETA 13
+# Version required: 2.0.0 BETA 14
# Date created: 4 Nov 1994
# Whom: ache
#
-# $Id: Makefile,v 1.11 1995/01/17 23:09:01 ache Exp $
+# $Id: Makefile,v 1.12 1995/01/19 10:43:07 ache Exp $
#
-DISTNAME= ncftp-2.0b13
+DISTNAME= ncftp-2.0b14
EXTRACT_SUFX= .tgz
MASTER_SITES= ftp://ftp.cs.unl.edu/pub/ncftp/BETA/
GNU_CONFIGURE= YES
diff --git a/ftp/ncftp2/distinfo b/ftp/ncftp2/distinfo
index 32262d0ce317..24ef6b903bbf 100644
--- a/ftp/ncftp2/distinfo
+++ b/ftp/ncftp2/distinfo
@@ -1 +1 @@
-MD5 (ncftp-2.0b13.tgz) = 7fafb31f176cae260123ec06230215e0
+MD5 (ncftp-2.0b14.tgz) = af444ed342cde7783cfbc5c2fd37d825
diff --git a/ftp/ncftp2/files/patch-aa b/ftp/ncftp2/files/patch-aa
index d194cc41c2dd..7d36c80f3725 100644
--- a/ftp/ncftp2/files/patch-aa
+++ b/ftp/ncftp2/files/patch-aa
@@ -1,5 +1,5 @@
-*** Makefile.in.bak Sun Jan 1 11:34:28 1995
---- Makefile.in Sun Jan 1 22:40:25 1995
+*** Makefile.in.orig Mon Jan 23 00:06:14 1995
+--- Makefile.in Mon Jan 23 20:47:43 1995
***************
*** 34,40 ****
VPATH=@srcdir@
@@ -19,12 +19,13 @@
# Any -D definitions:
***************
*** 182,186 ****
---- 182,189 ----
+--- 182,190 ----
WGets.o: $(GLOBAL_H) Curses.h WGets.h
Xfer.o: $(GLOBAL_H) Main.h Xfer.h RCmd.h FTP.h Progress.h Poll.h
+
+ install:
-+ $(INSTALL) $(COPY) $(STRIP) -o $(BINOWN) -g $(BINGRP) $(PROG) $(PREFIX)/bin/ncftp2
++ $(INSTALL) $(COPY) $(STRIP) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) $(PROG) $(PREFIX)/bin/ncftp2
++ $(INSTALL) -c -o $(BINOWN) -g $(BINGRP) -m 644 $(PROG).1 $(PREFIX)/man/man1/ncftp2.1
# eof