diff options
author | garga <garga@FreeBSD.org> | 2007-12-20 07:08:38 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2007-12-20 07:08:38 +0800 |
commit | 050756bc128278e28168c6d58d622cbc96829210 (patch) | |
tree | efc996737ae28114fe14434afcbc8688c1ed6097 /ftp/proftpd | |
parent | 466f9a0fac001ae3a13cd61d2943937e4ee7e24e (diff) | |
download | freebsd-ports-gnome-050756bc128278e28168c6d58d622cbc96829210.tar.gz freebsd-ports-gnome-050756bc128278e28168c6d58d622cbc96829210.tar.zst freebsd-ports-gnome-050756bc128278e28168c6d58d622cbc96829210.zip |
- Update security/clamav to 0.92
- Add a new OPTION (RAR) because unrar code is optional to fix a license
issue
- Some cosmetic changes
- Chase library version bump and bump PORTREVISION of all dependant ports
Approved by: portmgr (pav)
Security: CVE-2007-6335, CVE-2007-6336, CVE-2007-6337
Diffstat (limited to 'ftp/proftpd')
-rw-r--r-- | ftp/proftpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index e17f43933070..6828f7f79cfb 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= proftpd DISTVERSION= 1.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \ @@ -217,7 +217,7 @@ MODULES:=${MODULES}:mod_quotatab_sql DISTFILES+= mod_clamav-0.5.1.tar.bz2:clam USE_CLAMAV= yes MODULES:=${MODULES}:mod_clamav -LIB_DEPENDS+= clamav.2:${PORTSDIR}/security/clamav +LIB_DEPENDS+= clamav.3:${PORTSDIR}/security/clamav INCLUDEDIRS:=${INCLUDEDIRS}:${LOCALBASE}/include LIBDIRS:=${LIBDIRS}:${LOCALBASE}/lib .endif |