diff options
author | pav <pav@FreeBSD.org> | 2004-07-22 05:44:10 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-07-22 05:44:10 +0800 |
commit | fa29c382ef0fb207b076491a763e87517fff5ef8 (patch) | |
tree | 9d26e1844c88b1e37347f88b78153b6938cd3c23 /ftp/pure-ftpd | |
parent | 2342e47aaf55703cb50f5894b2009a8b05e0e2e6 (diff) | |
download | freebsd-ports-gnome-fa29c382ef0fb207b076491a763e87517fff5ef8.tar.gz freebsd-ports-gnome-fa29c382ef0fb207b076491a763e87517fff5ef8.tar.zst freebsd-ports-gnome-fa29c382ef0fb207b076491a763e87517fff5ef8.zip |
- 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/pure-ftpd')
-rw-r--r-- | ftp/pure-ftpd/Makefile | 1 | ||||
-rw-r--r-- | ftp/pure-ftpd/distinfo | 4 |
2 files changed, 3 insertions, 2 deletions
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 |