From 88af4195a180ac4ad791aafb47d565766cb05c94 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Wed, 21 Jul 2004 21:44:10 +0000 Subject: - 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 --- ftp/pure-ftpd/Makefile | 1 + ftp/pure-ftpd/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'ftp/pure-ftpd') diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile index b35e3dafd98e..8786c0eadd7a 100644 --- a/ftp/pure-ftpd/Makefile +++ b/ftp/pure-ftpd/Makefile @@ -7,6 +7,7 @@ PORTNAME= pure-ftpd PORTVERSION= 1.0.20 +PORTREVISION= 1 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/ \ ftp://ftp2.fr.pureftpd.org/pub/mirrors/ftp.fr.pureftpd.org/pub/pure-ftpd/releases/ \ diff --git a/ftp/pure-ftpd/distinfo b/ftp/pure-ftpd/distinfo index ff42b909a1cc..214ec7f1f238 100644 --- a/ftp/pure-ftpd/distinfo +++ b/ftp/pure-ftpd/distinfo @@ -1,2 +1,2 @@ -MD5 (pure-ftpd-1.0.20.tar.bz2) = 99a2eb6076e8328c21dcb3c92fdde982 -SIZE (pure-ftpd-1.0.20.tar.bz2) = 460050 +MD5 (pure-ftpd-1.0.20.tar.bz2) = e928e9e15adf6b52bfe6183fdad20144 +SIZE (pure-ftpd-1.0.20.tar.bz2) = 470915 -- cgit v1.2.3