diff options
author | Martin Matuska <mm@FreeBSD.org> | 2016-04-20 12:18:21 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2016-04-20 12:18:21 +0000 |
commit | 5badf07ae7a336f3cb12df2b0139fe255c1ae6e8 (patch) | |
tree | a202e7857a354d8cf7799179b8785d5098d88296 /security/proftpd-mod_clamav | |
parent | 611bf596da1936e02ab8b6740a5f21bd34a2485d (diff) | |
download | ports-5badf07ae7a336f3cb12df2b0139fe255c1ae6e8.tar.gz ports-5badf07ae7a336f3cb12df2b0139fe255c1ae6e8.zip |
Notes
Diffstat (limited to 'security/proftpd-mod_clamav')
-rw-r--r-- | security/proftpd-mod_clamav/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/proftpd-mod_clamav/Makefile b/security/proftpd-mod_clamav/Makefile index 369497f151b4..09ca5430263a 100644 --- a/security/proftpd-mod_clamav/Makefile +++ b/security/proftpd-mod_clamav/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mod_clamav -DISTVERSION= 0.13 +DISTVERSION= 0.14rc2 PORTREVISION= 0 CATEGORIES= security ftp PKGNAMEPREFIX= proftpd- @@ -17,11 +17,11 @@ DESCR= ${.CURDIR}/pkg-descr MASTERDIR= ${.CURDIR}/../../ftp/proftpd GH_TAGNAME= v${DISTVERSION} -GIT_REVISION= f0cad45 +GIT_REVISION= c8586c7 RUN_DEPENDS+= clamd:security/clamav -_PROFTPD_MODULE_DISTFILES= mod_clamav-v0.13${EXTRACT_SUFX}:clamav -_PROFTPD_MODULE_EXTRACT_ONLY= mod_clamav-v0.13${EXTRACT_SUFX} +_PROFTPD_MODULE_DISTFILES= mod_clamav-v0.14rc2${EXTRACT_SUFX}:clamav +_PROFTPD_MODULE_EXTRACT_ONLY= mod_clamav-v0.14rc2${EXTRACT_SUFX} _PROFTPD_MODULE_MASTER_SITES= https://codeload.github.com/jbenden/mod_clamav/legacy.tar.gz/${GH_TAGNAME}?dummy=/:clamav INCLUDEDIRS= ${LOCALBASE}/include |