From owner-cvs-all@FreeBSD.ORG Wed Jul 21 21:44:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CEC216A4CE; Wed, 21 Jul 2004 21:44:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1632A43D53; Wed, 21 Jul 2004 21:44:11 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LLiAuN072807; Wed, 21 Jul 2004 21:44:10 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LLiA8Y072806; Wed, 21 Jul 2004 21:44:10 GMT (envelope-from pav) Message-Id: <200407212144.i6LLiA8Y072806@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 21 Jul 2004 21:44:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/ftp/pure-ftpd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 21:44:11 -0000 pav 2004-07-21 21:44:10 UTC FreeBSD ports repository Modified files: ftp/pure-ftpd Makefile distinfo Log: - Distfile rerolled, this is whole diff between old and new file: diff -ruN old/pure-ftpd-1.0.20/src/bsd-getopt_long.c new/pure-ftpd-1.0.20/src/bsd-getopt_long.c --- old/pure-ftpd-1.0.20/src/bsd-getopt_long.c Sat Jul 17 15:19:17 2004 +++ new/pure-ftpd-1.0.20/src/bsd-getopt_long.c Tue Jul 20 12:42:16 2004 @@ -466,16 +466,6 @@ fprintf(stderr, recargchar, optchar); pure_optopt = optchar; return BADARG; - } else if (!(flags & FLAG_PERMUTE)) { - /* - * If permutation is disabled, we can accept an - * optional arg separated by whitespace so long - * as it does not start with a dash (-). - */ - if (pure_optind + 1 < nargc && pure_optind + 1 > 0 && - *nargv[pure_optind + 1] != '-') { - pure_optarg = nargv[++pure_optind]; - } } else { pure_optarg = nargv[pure_optind]; } Reported by: sem Revision Changes Path 1.49 +1 -0 ports/ftp/pure-ftpd/Makefile 1.39 +2 -2 ports/ftp/pure-ftpd/distinfo