diff options
author | Martin Matuska <mm@FreeBSD.org> | 2015-06-10 19:22:37 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2015-06-10 19:22:37 +0000 |
commit | eda41d9a8666b600e87b65fc962cefebd355b359 (patch) | |
tree | e691c7144cdbcfff4dcbcbc7cc19e47dd2456bd5 /ftp/proftpd/Makefile | |
parent | 648dc65d79c36d2a9cca64c4f81871ada732dfe5 (diff) | |
download | ports-eda41d9a8666b600e87b65fc962cefebd355b359.tar.gz ports-eda41d9a8666b600e87b65fc962cefebd355b359.zip |
Notes
Diffstat (limited to 'ftp/proftpd/Makefile')
-rw-r--r-- | ftp/proftpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 5f6c256eb953..c89ff7be2cf4 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -5,7 +5,7 @@ PORTNAME?= proftpd .if !defined(DISTVERSION) PORTVERSION?= ${PROFTPD_VERSION} .endif -PORTREVISION?= 7 +PORTREVISION?= 0 CATEGORIES?= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ https://github.com/downloads/proftpd/proftpd.github.com/ \ @@ -26,7 +26,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/sbin/proftpd:${PORTSDIR}/ftp/proftpd RUN_DEPENDS+= ${LOCALBASE}/sbin/proftpd:${PORTSDIR}/ftp/proftpd .endif -PROFTPD_VERSION= 1.3.5 +PROFTPD_VERSION= 1.3.5a .if defined(_BUILDING_PROFTPD_MODULE) DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} |