diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-06-24 18:25:37 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-06-24 18:25:37 +0000 |
commit | 6d1234c936bc06bd85541662210a8fcc562e214d (patch) | |
tree | 36ed010093a72323e195cc540bb997be17005959 /security/clamav | |
parent | dafad94580a98316af9ddbc900f664a3c573d0a4 (diff) |
Notes
Diffstat (limited to 'security/clamav')
-rw-r--r-- | security/clamav/Makefile | 3 | ||||
-rw-r--r-- | security/clamav/distinfo | 4 | ||||
-rw-r--r-- | security/clamav/files/patch-configure | 9 |
3 files changed, 3 insertions, 13 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index e92efc22ad1c..0937a0ab1cc9 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -6,8 +6,7 @@ # PORTNAME= clamav -PORTVERSION= 0.86 -PORTREVISION= 1 +PORTVERSION= 0.86.1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= clamav diff --git a/security/clamav/distinfo b/security/clamav/distinfo index d931b5d9459d..3ea2f7727a15 100644 --- a/security/clamav/distinfo +++ b/security/clamav/distinfo @@ -1,2 +1,2 @@ -MD5 (clamav-0.86.tar.gz) = 1c886e4f4f4c3e4e76250b7b52c000b4 -SIZE (clamav-0.86.tar.gz) = 3973117 +MD5 (clamav-0.86.1.tar.gz) = df7116898cdd80ce56721a91e9cff206 +SIZE (clamav-0.86.1.tar.gz) = 4016724 diff --git a/security/clamav/files/patch-configure b/security/clamav/files/patch-configure index c98d492aee0e..6fac5a15ca1e 100644 --- a/security/clamav/files/patch-configure +++ b/security/clamav/files/patch-configure @@ -20,12 +20,3 @@ #include <resolv.h> _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -@@ -13267,7 +13273,7 @@ - # Check whether --enable-gethostbyname_r or --disable-gethostbyname_r was given. - if test "${enable_gethostbyname_r+set}" = set; then - enableval="$enable_gethostbyname_r" -- disable_gethostbyname_r=$enableval -+ test $enableval = yes && disable_gethostbyname_r=no || disable_gethostbyname_r=yes - fi; - - if test "$disable_gethostbyname_r" = "yes"; then |