summaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-07-21 21:44:10 +0000
committerpav <pav@FreeBSD.org>2004-07-21 21:44:10 +0000
commitfa29c382ef0fb207b076491a763e87517fff5ef8 (patch)
tree9d26e1844c88b1e37347f88b78153b6938cd3c23 /ftp
parent2342e47aaf55703cb50f5894b2009a8b05e0e2e6 (diff)
downloadFreeBSD-ports-fa29c382ef0fb207b076491a763e87517fff5ef8.zip
FreeBSD-ports-fa29c382ef0fb207b076491a763e87517fff5ef8.tar.gz
- 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
Diffstat (limited to 'ftp')
-rw-r--r--ftp/pure-ftpd/Makefile1
-rw-r--r--ftp/pure-ftpd/distinfo4
2 files changed, 3 insertions, 2 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile
index b35e3da..8786c0e 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 ff42b90..214ec7f 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
OpenPOWER on IntegriCloud