aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-10-18 06:22:18 +0800
committerache <ache@FreeBSD.org>1996-10-18 06:22:18 +0800
commite2e1d5f2588874de23c4a541e83c583f402b6469 (patch)
tree68c0e751fa489f688b95121ed0b139759faf560a /ftp
parent43413d9a8e61c9a4b4183d574b138fd8adc5fd95 (diff)
downloadfreebsd-ports-graphics-e2e1d5f2588874de23c4a541e83c583f402b6469.tar.gz
freebsd-ports-graphics-e2e1d5f2588874de23c4a541e83c583f402b6469.tar.zst
freebsd-ports-graphics-e2e1d5f2588874de23c4a541e83c583f402b6469.zip
Upgrade to 2.4.0
Diffstat (limited to 'ftp')
-rw-r--r--ftp/ncftp2/Makefile6
-rw-r--r--ftp/ncftp2/distinfo2
-rw-r--r--ftp/ncftp2/files/patch-aa16
-rw-r--r--ftp/ncftp3/Makefile6
-rw-r--r--ftp/ncftp3/distinfo2
5 files changed, 16 insertions, 16 deletions
diff --git a/ftp/ncftp2/Makefile b/ftp/ncftp2/Makefile
index 7acb5f6fdab..76bc38a504c 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 1d9359ec6df..42b733e6875 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 eeae1311617..c5dfa7bceac 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 7acb5f6fdab..76bc38a504c 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 1d9359ec6df..42b733e6875 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
lled. The contents are identicallinimon2004-02-132-1/+6 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * Use the CPIO macro defined in bsd.port.mk.trevor2004-01-221-2/+2 * - Fix WWW: linekrion2004-01-161-1/+1 * utilize SITE_PERLijliao2003-10-241-26/+26 * Update to version 2.6.naddy2003-10-194-196/+213 * Bump port revision due to the change I made to files/patch-bin::gnump3d-indexmax2003-08-191-1/+1 * Fix the startup line so that this executes appropriately.max2003-08-191-1/+7 * update audio/gnump3d: 2.4 -> 2.5bdaichi2003-07-086-58/+165 * Mark as BROKEN in case port version of Perl is missing on 4-stable.naddy2003-06-071-1/+8 * Fix bad dependency. oggenc is a part of audio/vorbis-tools, notbmah2003-05-081-1/+1 * Update to 2.4. This release adds several user interface enhancements.naddy2003-05-085-32/+44 * Upgrade to 2.3sumikawa2003-05-025-59/+63 * Add missing directorykris2003-02-221-0/+1 * De-pkg-comment.knu2003-02-212-1/+1 * Remove old patches.adamw2003-02-122-28/+0 * Update to 2.2.adamw2003-02-1220-293/+281 * Fix build on FreeBSD 5.adamw2003-01-283-14/+13 * Back out previous commit. The .la files are apparently usedadamw2003-01-073-11/+9 * Prevent .la files from being installed. PLIST change, soadamw2003-01-023-8/+11 * Update to 1.0.adamw2003-01-0214-24/+162 * o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1 * Fix PORTCOMMENTs that were killing INDEX builds.adamw2002-11-071-2/+2 * Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2 * Add missing directorieskris2002-09-161-0/+5 * Fix build on -STABLE.naddy2002-08-231-1/+2 * * Update to version 1.0-pre1, which incorporates all our portabilitynaddy2002-08-2111-141/+33 * * Don't install Debian-specific gnump3d-config script.naddy2002-08-157-6/+84 * * Always depend on external libvorbis when building with Ogg Vorbis support.naddy2002-08-147-11/+130 * Update to version 0.9.9.9.2.demon2002-07-165-16/+53 * upgrade to 0.9.9.9.1ijliao2002-06-304-121/+63 * upgrade to 0.9.9.9ijliao2002-06-184-23/+21 * Update to 0.9.9.8pat2002-06-015-30/+44 * - Support CXX/CXXFLAGS properlyijliao2002-05-312-15/+74 * add gnump3d 0.9.9.7ijliao2002-05-27