diff options
author | mm <mm@FreeBSD.org> | 2014-05-20 06:58:14 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2014-05-20 06:58:14 +0800 |
commit | bed065c9f15b8ffce63d5922750b9f7d15f61a8c (patch) | |
tree | 94634f665227cd0673d9af405af2db1fda61e283 /security | |
parent | e63b69e7914fc5fc4c8bd24dedd89418bb225581 (diff) | |
download | freebsd-ports-gnome-bed065c9f15b8ffce63d5922750b9f7d15f61a8c.tar.gz freebsd-ports-gnome-bed065c9f15b8ffce63d5922750b9f7d15f61a8c.tar.zst freebsd-ports-gnome-bed065c9f15b8ffce63d5922750b9f7d15f61a8c.zip |
Update ftp/proftpd to 1.3.5
Update ftp/proftpd-mod_geoip to 1.3.5 (now shipped with ProFTPd)
Update security/proftpd-mod_clamav to 0.13
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 3e9c40739a2e..5f37ea2fa358 100644 --- a/security/proftpd-mod_clamav/Makefile +++ b/security/proftpd-mod_clamav/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mod_clamav -DISTVERSION= 0.13rc2 +DISTVERSION= 0.13 PORTREVISION= 0 CATEGORIES= security ftp PKGNAMEPREFIX= proftpd- @@ -18,11 +18,11 @@ LATEST_LINK= ${PKGNAMEPREFIX}-${PORTNAME} MASTERDIR= ${.CURDIR}/../../ftp/proftpd GH_TAGNAME= v${DISTVERSION} -GIT_REVISION= 0b524e3 +GIT_REVISION= f0cad45 RUN_DEPENDS+= clamd:${PORTSDIR}/security/clamav -_PROFTPD_MODULE_DISTFILES= mod_clamav-v0.13rc2${EXTRACT_SUFX}:clamav -_PROFTPD_MODULE_EXTRACT_ONLY= mod_clamav-v0.13rc2${EXTRACT_SUFX} +_PROFTPD_MODULE_DISTFILES= mod_clamav-v0.13${EXTRACT_SUFX}:clamav +_PROFTPD_MODULE_EXTRACT_ONLY= mod_clamav-v0.13${EXTRACT_SUFX} _PROFTPD_MODULE_MASTER_SITES= https://codeload.github.com/jbenden/mod_clamav/legacy.tar.gz/${GH_TAGNAME}?dummy=/:clamav INCLUDEDIRS= ${LOCALBASE}/include |