svn commit: r339996 - in head/security/clamav: . files
Renato Botelho
garga at FreeBSD.org
Thu Jan 16 22:56:13 UTC 2014
Author: garga
Date: Thu Jan 16 22:56:12 2014
New Revision: 339996
URL: http://svnweb.freebsd.org/changeset/ports/339996
QAT: https://qat.redports.org/buildarchive/r339996/
Log:
Update to 0.98.1
Deleted:
head/security/clamav/files/patch-libclamav__bignum_fast.h
Modified:
head/security/clamav/Makefile
head/security/clamav/distinfo (contents, props changed)
Modified: head/security/clamav/Makefile
==============================================================================
--- head/security/clamav/Makefile Thu Jan 16 22:39:44 2014 (r339995)
+++ head/security/clamav/Makefile Thu Jan 16 22:56:12 2014 (r339996)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= clamav
-PORTVERSION= 0.98
-PORTREVISION= 3
+PORTVERSION= 0.98.1
CATEGORIES= security
MASTER_SITES= SF
@@ -13,7 +12,7 @@ COMMENT= Command line virus scanner writ
LICENSE= GPLv2
OPTIONS_DEFINE= ARC ARJ LHA UNZOO UNRAR LLVM TESTS MILTER LDAP ICONV STDERR \
- EXPERIMENTAL DOCS IPV6
+ EXPERIMENTAL DOCS IPV6 DMG_XAR
ARC_DESC= Enable arch archives support
ARJ_DESC= Enable arj archives support
@@ -25,8 +24,9 @@ TESTS_DESC= Run compile-time tests (req
MILTER_DESC= Compile the milter interface
STDERR_DESC= Print logs to stderr instead of stdout
EXPERIMENTAL_DESC= Build experimental code
+DMG_XAR_DESC= Enable DMG and XAR archives support
-OPTIONS_DEFAULT= ARC ARJ LHA UNZOO UNRAR LLVM DOCS IPV6
+OPTIONS_DEFAULT= ARC ARJ LHA UNZOO UNRAR LLVM DOCS IPV6 DMG_XAR
ARC_RUN_DEPENDS= arc:${PORTSDIR}/archivers/arc
ARJ_RUN_DEPENDS= arj:${PORTSDIR}/archivers/arj
@@ -41,6 +41,8 @@ ICONV_CONFIGURE_OFF= --without-iconv
ICONV_USES= iconv
EXPERIMENTAL_CONFIGURE_ENABLE= experimental
IPV6_CONFIGURE_ENABLE= ipv6
+DMG_XAR_CONFIGURE_ENABLE= xml
+DMG_XAR_USE= GNOME=libxml2
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
Modified: head/security/clamav/distinfo
==============================================================================
--- head/security/clamav/distinfo Thu Jan 16 22:39:44 2014 (r339995)
+++ head/security/clamav/distinfo Thu Jan 16 22:56:12 2014 (r339996)
@@ -1,2 +1,2 @@
-SHA256 (clamav-0.98.tar.gz) = 113450537f46ed47f010a179be333a0dcd79eac13f264dce26db7aac8d52b3b6
-SIZE (clamav-0.98.tar.gz) = 37075245
+SHA256 (clamav-0.98.1.tar.gz) = 35f5e84d734cdd4532c1cc6c92560c5b31d1c24f2e1e203bef0ca1351eb223dc
+SIZE (clamav-0.98.1.tar.gz) = 15431484
More information about the svn-ports-all
mailing list