diff options
author | ache <ache@FreeBSD.org> | 1997-09-10 07:00:13 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-09-10 07:00:13 +0800 |
commit | 29984a2081642db0479635658bf19314da16afbf (patch) | |
tree | a60ccd8aec976071995069ef8d8415cbf5a193cf /ftp | |
parent | 8dc36a5f319ea04479b5e82c354ae6ddc4c96dcb (diff) | |
download | freebsd-ports-gnome-29984a2081642db0479635658bf19314da16afbf.tar.gz freebsd-ports-gnome-29984a2081642db0479635658bf19314da16afbf.tar.zst freebsd-ports-gnome-29984a2081642db0479635658bf19314da16afbf.zip |
Upgrade to beta-14
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wu-ftpd+ipv6/Makefile | 8 | ||||
-rw-r--r-- | ftp/wu-ftpd+ipv6/distinfo | 2 | ||||
-rw-r--r-- | ftp/wu-ftpd+ipv6/files/patch-ai | 8 | ||||
-rw-r--r-- | ftp/wu-ftpd+ipv6/files/patch-am | 16 | ||||
-rw-r--r-- | ftp/wu-ftpd/Makefile | 8 | ||||
-rw-r--r-- | ftp/wu-ftpd/distinfo | 2 | ||||
-rw-r--r-- | ftp/wu-ftpd/files/patch-ai | 8 | ||||
-rw-r--r-- | ftp/wu-ftpd/files/patch-am | 16 |
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} |