diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2014-12-11 05:26:39 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2014-12-11 05:26:39 +0000 |
commit | b6450d4ca70121f6e8fb4c91de9eae9b6c94cd43 (patch) | |
tree | f5a000db9f0e619637a2579179a2d471d62b1c7e /ftp/proftpd | |
parent | b1c17841e92850da1d98f87385f9013694ac5d6e (diff) | |
download | ports-b6450d4ca70121f6e8fb4c91de9eae9b6c94cd43.tar.gz ports-b6450d4ca70121f6e8fb4c91de9eae9b6c94cd43.zip |
Notes
Diffstat (limited to 'ftp/proftpd')
-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 e99485b9c2ef..6c23533612b4 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -5,7 +5,7 @@ PORTNAME?= proftpd .if !defined(DISTVERSION) PORTVERSION?= ${PROFTPD_VERSION} .endif -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES?= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ https://github.com/downloads/proftpd/proftpd.github.com/ \ |