diff options
author | mm <mm@FreeBSD.org> | 2016-04-20 20:18:21 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2016-04-20 20:18:21 +0800 |
commit | c950e1258ed3b9afbd3e3b6b7b64fd5c0b980364 (patch) | |
tree | a202e7857a354d8cf7799179b8785d5098d88296 /security | |
parent | 48b3605d5af0f79fc2b16d265ca61bfdb480636f (diff) | |
download | freebsd-ports-gnome-c950e1258ed3b9afbd3e3b6b7b64fd5c0b980364.tar.gz freebsd-ports-gnome-c950e1258ed3b9afbd3e3b6b7b64fd5c0b980364.tar.zst freebsd-ports-gnome-c950e1258ed3b9afbd3e3b6b7b64fd5c0b980364.zip |
Update security/proftpd-mod_clamav to 0.14rc2
Diffstat (limited to 'security')
-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 |