diff options
author | shaun <shaun@FreeBSD.org> | 2006-11-16 03:22:23 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-11-16 03:22:23 +0800 |
commit | 53f297df3dd6112b262cfd1a153f4c42cceee90f (patch) | |
tree | 65c7d090888f5d46bde486448691b562c1f79b57 /ftp/proftpd/Makefile | |
parent | 25a53e47ca4d31ea6c395d2c7c8476a42b34e075 (diff) | |
download | freebsd-ports-gnome-53f297df3dd6112b262cfd1a153f4c42cceee90f.tar.gz freebsd-ports-gnome-53f297df3dd6112b262cfd1a153f4c42cceee90f.tar.zst freebsd-ports-gnome-53f297df3dd6112b262cfd1a153f4c42cceee90f.zip |
- Fix the last imported patch (which came from proftpd's CVS repo),
as it was causing segfaults prior to login.
- Add the new CommandBufferSize variable into the default config file to
stop proftpd complaining.
Reported by: many
Diffstat (limited to 'ftp/proftpd/Makefile')
-rw-r--r-- | ftp/proftpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 5c7ccf8d6f68..d392044538e3 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= proftpd DISTVERSION= 1.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \ |