diff options
author | garga <garga@FreeBSD.org> | 2011-06-15 18:27:30 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2011-06-15 18:27:30 +0800 |
commit | b3bb8fde292411337c89efe4528fbdb9fd423fd3 (patch) | |
tree | 07b06a98ff210e79ad29929b98dba9d8e94e4906 /security | |
parent | 4c18d850ee8c55ea4c3ff8fe6fcdea136dfd3ce4 (diff) | |
download | freebsd-ports-gnome-b3bb8fde292411337c89efe4528fbdb9fd423fd3.tar.gz freebsd-ports-gnome-b3bb8fde292411337c89efe4528fbdb9fd423fd3.tar.zst freebsd-ports-gnome-b3bb8fde292411337c89efe4528fbdb9fd423fd3.zip |
- Update to 0.97.1
- Mark OPTION LLVM_PORTS as BROKEN since it's not building with llvm-2.9
from ports
PR: ports/157736
Submitted by: Gary Palmer <freebsd-gnats@in-addr.com>
Diffstat (limited to 'security')
-rw-r--r-- | security/clamav/Makefile | 6 | ||||
-rw-r--r-- | security/clamav/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index de0230bb17ea..905ab843b1d3 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -6,7 +6,7 @@ # PORTNAME= clamav -PORTVERSION= 0.97 +PORTVERSION= 0.97.1 CATEGORIES= security MASTER_SITES= SF @@ -65,7 +65,8 @@ LDFLAGS+= -L${LOCALBASE}/lib \ # force to use -lthr until it's not fixed. PTHREAD_LIBS= -lthr -MAN1= clamconf.1 \ +MAN1= clambc.1 \ + clamconf.1 \ clamscan.1 \ freshclam.1 \ sigtool.1 \ @@ -146,6 +147,7 @@ USE_GMAKE= yes . if defined(WITH_LLVM_PORTS) BUILD_DEPENDS+= ${LOCALBASE}/bin/llvm-config:${PORTSDIR}/devel/llvm CONFIGURE_ARGS+=-with-system-llvm=${LOCALBASE}/bin/llvm-config +BROKEN= Not building with last llvm version . endif . if defined(WITH_LLVM) && defined(WITH_LLVM_PORTS) IGNORE=Select only one LLVM diff --git a/security/clamav/distinfo b/security/clamav/distinfo index cc33319f4990..c00094517685 100644 --- a/security/clamav/distinfo +++ b/security/clamav/distinfo @@ -1,2 +1,2 @@ -SHA256 (clamav-0.97.tar.gz) = ec5d88303c0a6e1d8e1354b68ae8c184faee7989aac11dfacff466d9e0471932 -SIZE (clamav-0.97.tar.gz) = 41834871 +SHA256 (clamav-0.97.1.tar.gz) = 69e9c102d56348266b6597d6d401b0a5a2190e158b78e75ee0591f90479ed2ca +SIZE (clamav-0.97.1.tar.gz) = 43913867 |