diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 16:24:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 16:24:00 +0000 |
commit | f4f46a920e21b409b3f3b16873c6cef1eb4af378 (patch) | |
tree | 111c3e996440f35b3a05e66700954340c9919761 /ftp | |
parent | 4007e179a6cb2c28428cd709099b5c1ff6b65402 (diff) | |
download | ports-f4f46a920e21b409b3f3b16873c6cef1eb4af378.tar.gz ports-f4f46a920e21b409b3f3b16873c6cef1eb4af378.zip |
Notes
Diffstat (limited to 'ftp')
-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 4620f47010a0..2d487e626d13 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -5,7 +5,7 @@ PORTNAME?= proftpd .if !defined(DISTVERSION) PORTVERSION?= ${PROFTPD_VERSION} .endif -PORTREVISION?= 5 +PORTREVISION?= 6 CATEGORIES?= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ https://github.com/downloads/proftpd/proftpd.github.com/ \ |