diff options
Diffstat (limited to 'ftp/wu-ftpd/Makefile')
-rw-r--r-- | ftp/wu-ftpd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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/ |