diff options
author | Martin Matuska <mm@FreeBSD.org> | 2017-07-13 22:23:23 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2017-07-13 22:23:23 +0000 |
commit | f9c6bdb8e835bc096c823be691103bcac4dfc419 (patch) | |
tree | bc1073e21f28ada9719a953ce9b2394d0fea2d3f /ftp/proftpd/Makefile | |
parent | ba31161b0358ef9eca0c53d0afb957675d09d747 (diff) |
Notes
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 643eb5bc947d..64ebd0f4feaa 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -26,7 +26,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/sbin/proftpd:ftp/proftpd RUN_DEPENDS+= ${LOCALBASE}/sbin/proftpd:ftp/proftpd .endif -PROFTPD_VERSION= 1.3.5d +PROFTPD_VERSION= 1.3.5e .if defined(_BUILDING_PROFTPD_MODULE) DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} |