summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-09-09 23:00:13 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-09-09 23:00:13 +0000
commitac2f2b16ce99cf5ec4601c6c7c3626777e0e24bd (patch)
treea821fd51402674837bd9fea3a1ee1e84767859ba /ftp
parentActivate gfont. (diff)
Upgrade to beta-14
Notes
Notes: svn path=/head/; revision=7838
Diffstat (limited to 'ftp')
-rw-r--r--ftp/wu-ftpd+ipv6/Makefile8
-rw-r--r--ftp/wu-ftpd+ipv6/distinfo2
-rw-r--r--ftp/wu-ftpd+ipv6/files/patch-ai8
-rw-r--r--ftp/wu-ftpd+ipv6/files/patch-am16
-rw-r--r--ftp/wu-ftpd/Makefile8
-rw-r--r--ftp/wu-ftpd/distinfo2
-rw-r--r--ftp/wu-ftpd/files/patch-ai8
-rw-r--r--ftp/wu-ftpd/files/patch-am16
8 files changed, 34 insertions, 34 deletions
diff --git a/ftp/wu-ftpd+ipv6/Makefile b/ftp/wu-ftpd+ipv6/Makefile
index 7e744e4f7dd8..1f10364543f1 100644
--- a/ftp/wu-ftpd+ipv6/Makefile
+++ b/ftp/wu-ftpd+ipv6/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: wu-ftpd
-# Version required: 2.4.2-beta-13
+# Version required: 2.4.2-beta-14
# Date created: 18 Oct 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.12 1997/04/27 21:48:45 ache Exp $
+# $Id: Makefile,v 1.13 1997/04/29 02:48:10 asami Exp $
#
# REMINDER: to use ftpaccess(5) you need to specify -a in command line,
# it is changed from previous versions
-DISTNAME= wu-ftpd-2.4.2-beta-13
-PKGNAME= wu-ftpd-2.4.2b13
+DISTNAME= wu-ftpd-2.4.2-beta-14
+PKGNAME= wu-ftpd-2.4.2b14
CATEGORIES= net
# AUSCERT recommendation
MASTER_SITES= ftp://ftp.academ.com/pub/wu-ftpd/private/
diff --git a/ftp/wu-ftpd+ipv6/distinfo b/ftp/wu-ftpd+ipv6/distinfo
index d4d4368276a2..dcb2d82378fd 100644
--- a/ftp/wu-ftpd+ipv6/distinfo
+++ b/ftp/wu-ftpd+ipv6/distinfo
@@ -1 +1 @@
-MD5 (wu-ftpd-2.4.2-beta-13.tar.Z) = 86e87d3d711afada4f8aec81ae3940ec
+MD5 (wu-ftpd-2.4.2-beta-14.tar.Z) = 70758e9510b81ef2d4aa1e815e44a8c9
diff --git a/ftp/wu-ftpd+ipv6/files/patch-ai b/ftp/wu-ftpd+ipv6/files/patch-ai
index 33d688e55100..b0cffe66a38c 100644
--- a/ftp/wu-ftpd+ipv6/files/patch-ai
+++ b/ftp/wu-ftpd+ipv6/files/patch-ai
@@ -1,14 +1,14 @@
-*** config.h.bak Mon Mar 3 12:39:34 1997
---- config.h Sun Apr 27 21:03:14 1997
+*** config.h.orig Tue Aug 12 07:42:48 1997
+--- config.h Tue Sep 9 20:18:19 1997
***************
*** 72,76 ****
- * See README-2.4-HOBBIT for more information on this option.
+ * See FIXES-2.4-HOBBIT for more information on this option.
*/
! #undef SKEY
--- 72,76 ----
- * See README-2.4-HOBBIT for more information on this option.
+ * See FIXES-2.4-HOBBIT for more information on this option.
*/
! #define SKEY
diff --git a/ftp/wu-ftpd+ipv6/files/patch-am b/ftp/wu-ftpd+ipv6/files/patch-am
index c4f51f43a37c..a126effdc366 100644
--- a/ftp/wu-ftpd+ipv6/files/patch-am
+++ b/ftp/wu-ftpd+ipv6/files/patch-am
@@ -1,8 +1,8 @@
-*** src/makefiles/Makefile.fbs.orig Mon Mar 3 12:34:52 1997
---- src/makefiles/Makefile.fbs Mon Apr 28 00:43:47 1997
+*** src/makefiles/Makefile.fbs.orig Tue Aug 12 07:43:39 1997
+--- src/makefiles/Makefile.fbs Tue Sep 9 20:10:33 1997
***************
-*** 1,8 ****
- CC = cc
+*** 4,11 ****
+ #CC = cc
IFLAGS = -I.. -I../support
LFLAGS = -L../support -s
! CFLAGS = -O ${IFLAGS} ${LFLAGS}
@@ -10,8 +10,8 @@
LIBC = /usr/lib/libc.a
LINTFLAGS=
LKERB = -lauth -lckrb -lkrb -ldes
---- 1,8 ----
- CC = cc
+--- 4,11 ----
+ #CC = cc
IFLAGS = -I.. -I../support
LFLAGS = -L../support -s
! CFLAGS += ${IFLAGS} ${LFLAGS}
@@ -20,8 +20,8 @@
LINTFLAGS=
LKERB = -lauth -lckrb -lkrb -ldes
***************
-*** 24,30 ****
---- 24,34 ----
+*** 27,33 ****
+--- 27,37 ----
${CC} ${CFLAGS} -o $@ ftpshut.c vers.o ${LIBES}
ftpd: ${OBJS} ${LIBC}
diff --git a/ftp/wu-ftpd/Makefile b/ftp/wu-ftpd/Makefile
index 7e744e4f7dd8..1f10364543f1 100644
--- a/ftp/wu-ftpd/Makefile
+++ b/ftp/wu-ftpd/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: wu-ftpd
-# Version required: 2.4.2-beta-13
+# Version required: 2.4.2-beta-14
# Date created: 18 Oct 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.12 1997/04/27 21:48:45 ache Exp $
+# $Id: Makefile,v 1.13 1997/04/29 02:48:10 asami Exp $
#
# REMINDER: to use ftpaccess(5) you need to specify -a in command line,
# it is changed from previous versions
-DISTNAME= wu-ftpd-2.4.2-beta-13
-PKGNAME= wu-ftpd-2.4.2b13
+DISTNAME= wu-ftpd-2.4.2-beta-14
+PKGNAME= wu-ftpd-2.4.2b14
CATEGORIES= net
# AUSCERT recommendation
MASTER_SITES= ftp://ftp.academ.com/pub/wu-ftpd/private/
diff --git a/ftp/wu-ftpd/distinfo b/ftp/wu-ftpd/distinfo
index d4d4368276a2..dcb2d82378fd 100644
--- a/ftp/wu-ftpd/distinfo
+++ b/ftp/wu-ftpd/distinfo
@@ -1 +1 @@
-MD5 (wu-ftpd-2.4.2-beta-13.tar.Z) = 86e87d3d711afada4f8aec81ae3940ec
+MD5 (wu-ftpd-2.4.2-beta-14.tar.Z) = 70758e9510b81ef2d4aa1e815e44a8c9
diff --git a/ftp/wu-ftpd/files/patch-ai b/ftp/wu-ftpd/files/patch-ai
index 33d688e55100..b0cffe66a38c 100644
--- a/ftp/wu-ftpd/files/patch-ai
+++ b/ftp/wu-ftpd/files/patch-ai
@@ -1,14 +1,14 @@
-*** config.h.bak Mon Mar 3 12:39:34 1997
---- config.h Sun Apr 27 21:03:14 1997
+*** config.h.orig Tue Aug 12 07:42:48 1997
+--- config.h Tue Sep 9 20:18:19 1997
***************
*** 72,76 ****
- * See README-2.4-HOBBIT for more information on this option.
+ * See FIXES-2.4-HOBBIT for more information on this option.
*/
! #undef SKEY
--- 72,76 ----
- * See README-2.4-HOBBIT for more information on this option.
+ * See FIXES-2.4-HOBBIT for more information on this option.
*/
! #define SKEY
diff --git a/ftp/wu-ftpd/files/patch-am b/ftp/wu-ftpd/files/patch-am
index c4f51f43a37c..a126effdc366 100644
--- a/ftp/wu-ftpd/files/patch-am
+++ b/ftp/wu-ftpd/files/patch-am
@@ -1,8 +1,8 @@
-*** src/makefiles/Makefile.fbs.orig Mon Mar 3 12:34:52 1997
---- src/makefiles/Makefile.fbs Mon Apr 28 00:43:47 1997
+*** src/makefiles/Makefile.fbs.orig Tue Aug 12 07:43:39 1997
+--- src/makefiles/Makefile.fbs Tue Sep 9 20:10:33 1997
***************
-*** 1,8 ****
- CC = cc
+*** 4,11 ****
+ #CC = cc
IFLAGS = -I.. -I../support
LFLAGS = -L../support -s
! CFLAGS = -O ${IFLAGS} ${LFLAGS}
@@ -10,8 +10,8 @@
LIBC = /usr/lib/libc.a
LINTFLAGS=
LKERB = -lauth -lckrb -lkrb -ldes
---- 1,8 ----
- CC = cc
+--- 4,11 ----
+ #CC = cc
IFLAGS = -I.. -I../support
LFLAGS = -L../support -s
! CFLAGS += ${IFLAGS} ${LFLAGS}
@@ -20,8 +20,8 @@
LINTFLAGS=
LKERB = -lauth -lckrb -lkrb -ldes
***************
-*** 24,30 ****
---- 24,34 ----
+*** 27,33 ****
+--- 27,37 ----
${CC} ${CFLAGS} -o $@ ftpshut.c vers.o ${LIBES}
ftpd: ${OBJS} ${LIBC}