diff options
author | garga <garga@FreeBSD.org> | 2008-09-16 03:56:38 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2008-09-16 03:56:38 +0800 |
commit | 7f573ee7c6f939615e0b7d3a7a5bd27d10730508 (patch) | |
tree | 83de10712656053539976409e5d777a11a431d62 /www/gurlchecker | |
parent | 4dbce7ce67551b9730d6b82f645e2aa134195f88 (diff) | |
download | freebsd-ports-gnome-7f573ee7c6f939615e0b7d3a7a5bd27d10730508.tar.gz freebsd-ports-gnome-7f573ee7c6f939615e0b7d3a7a5bd27d10730508.tar.zst freebsd-ports-gnome-7f573ee7c6f939615e0b7d3a7a5bd27d10730508.zip |
- Update security/clamav to 0.94 [1] and fix a remote DoS [2]
- Chase libclamav version bump on all dependant ports
- Bump necessary PORTREVISIONS
- Fix some BROKEN messages from ports that were already broken with clamav-0.93
- Mark security/klamav as BROKEN since it doesn't build with clamav-0.94
PR: ports/127122 [1], ports/127310 [2]
Submitted by: Gary Palmer <freebsd-gnats@in-addr.com> [1], delphij [2]
Approved by: portmgr (pav)
Diffstat (limited to 'www/gurlchecker')
-rw-r--r-- | www/gurlchecker/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gurlchecker/Makefile b/www/gurlchecker/Makefile index ee5a3fad6cce..654aa9c0bea2 100644 --- a/www/gurlchecker/Makefile +++ b/www/gurlchecker/Makefile @@ -7,7 +7,7 @@ PORTNAME= gurlchecker PORTVERSION= 0.10.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= www gnome MASTER_SITES= http://labs.libre-entreprise.org/frs/download.php/%SUBDIR%/ MASTER_SITE_SUBDIR= 547 @@ -51,7 +51,7 @@ CONFIGURE_ARGS+= --disable-tidy .endif .if defined(WITH_CLAMAV) -LIB_DEPENDS+= clamav.4:${PORTSDIR}/security/clamav +LIB_DEPENDS+= clamav.5:${PORTSDIR}/security/clamav .else CONFIGURE_ARGS+= --disable-clamav .endif |