diff options
author | Martin Matuska <mm@FreeBSD.org> | 2019-11-14 19:47:36 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2019-11-14 19:47:36 +0000 |
commit | 844321e42f39e7f5075af13816f1f2274d4e9306 (patch) | |
tree | 9972696593056dce90d12cf2cf0979c933adbb7b /ftp/proftpd/Makefile | |
parent | b5740ef078cc7d742a33ff0788ee89504feb18f2 (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 ceaf3ea341cf..c77a6da34969 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.6 +PROFTPD_VERSION= 1.3.6b .if defined(_BUILDING_PROFTPD_MODULE) DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} |