diff options
-rw-r--r-- | ftp/pure-ftpd/Makefile | 3 | ||||
-rw-r--r-- | ftp/pure-ftpd/distinfo | 4 | ||||
-rw-r--r-- | ftp/pure-ftpd/files/patch-src_bsd-getopt_long.c | 21 |
3 files changed, 3 insertions, 25 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile index e4e9076843fb..b35e3dafd98e 100644 --- a/ftp/pure-ftpd/Makefile +++ b/ftp/pure-ftpd/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pure-ftpd -PORTVERSION= 1.0.19 -PORTREVISION= 1 +PORTVERSION= 1.0.20 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 f12dc2500a46..ff42b909a1cc 100644 --- a/ftp/pure-ftpd/distinfo +++ b/ftp/pure-ftpd/distinfo @@ -1,2 +1,2 @@ -MD5 (pure-ftpd-1.0.19.tar.bz2) = 1ff9e9215d3b1fdad36571e892a726d1 -SIZE (pure-ftpd-1.0.19.tar.bz2) = 460292 +MD5 (pure-ftpd-1.0.20.tar.bz2) = 99a2eb6076e8328c21dcb3c92fdde982 +SIZE (pure-ftpd-1.0.20.tar.bz2) = 460050 diff --git a/ftp/pure-ftpd/files/patch-src_bsd-getopt_long.c b/ftp/pure-ftpd/files/patch-src_bsd-getopt_long.c deleted file mode 100644 index b886953e2437..000000000000 --- a/ftp/pure-ftpd/files/patch-src_bsd-getopt_long.c +++ /dev/null @@ -1,21 +0,0 @@ ---- src/bsd-getopt_long.c.orig Mon Jun 21 01:29:56 2004 -+++ src/bsd-getopt_long.c Thu Jul 15 22:03:34 2004 -@@ -462,16 +462,8 @@ - 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]; - } - } - pure_place = EMSG; |