diff options
author | garga <garga@FreeBSD.org> | 2010-05-20 00:15:57 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2010-05-20 00:15:57 +0800 |
commit | ce927e5d8ab944ca9bf2ee9382328259036a7d94 (patch) | |
tree | ab3874c7128915cdcadf5780abf257617877038c /security/clamav | |
parent | 454dcafe84cea2c583900600fc0b8c0d7351b32f (diff) | |
download | freebsd-ports-gnome-ce927e5d8ab944ca9bf2ee9382328259036a7d94.tar.gz freebsd-ports-gnome-ce927e5d8ab944ca9bf2ee9382328259036a7d94.tar.zst freebsd-ports-gnome-ce927e5d8ab944ca9bf2ee9382328259036a7d94.zip |
Update to 0.96.1
Diffstat (limited to 'security/clamav')
-rw-r--r-- | security/clamav/Makefile | 6 | ||||
-rw-r--r-- | security/clamav/distinfo | 6 | ||||
-rw-r--r-- | security/clamav/files/patch-fix_svnversion_use | 30 |
3 files changed, 6 insertions, 36 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 9be9e8b9c200..da354565bd80 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -6,8 +6,7 @@ # PORTNAME= clamav -DISTVERSION= 0.96 -PORTREVISION= 1 +DISTVERSION= 0.96.1 CATEGORIES= security MASTER_SITES= SF @@ -68,7 +67,8 @@ MAN1= clamconf.1 \ sigtool.1 \ clamdscan.1 \ clamdtop.1 -MAN5= clamd.conf.5 \ +MAN5= clamav-milter.conf.5 \ + clamd.conf.5 \ freshclam.conf.5 MAN8= clamd.8 \ clamav-milter.8 diff --git a/security/clamav/distinfo b/security/clamav/distinfo index 4af4fa9d0d2b..be3abe2c7c34 100644 --- a/security/clamav/distinfo +++ b/security/clamav/distinfo @@ -1,3 +1,3 @@ -MD5 (clamav-0.96.tar.gz) = 28ac7bec4cc03627a8e2d6e8647ee661 -SHA256 (clamav-0.96.tar.gz) = 7b0b6e67c87d43b04ce3beceaecddfaf344499f0ee45e9568df6be16808879d2 -SIZE (clamav-0.96.tar.gz) = 39792593 +MD5 (clamav-0.96.1.tar.gz) = 38e7870db6e9ad0e569518499a6f3651 +SHA256 (clamav-0.96.1.tar.gz) = 413dd25907059068da2a367d2b330fbc37d5d2764eb3b047214ce754a9ca74ea +SIZE (clamav-0.96.1.tar.gz) = 40568982 diff --git a/security/clamav/files/patch-fix_svnversion_use b/security/clamav/files/patch-fix_svnversion_use deleted file mode 100644 index d17b9dce7413..000000000000 --- a/security/clamav/files/patch-fix_svnversion_use +++ /dev/null @@ -1,30 +0,0 @@ -diff --git a/libclamav/Makefile.am b/libclamav/Makefile.am -index 460dd42..aa62b61 100644 ---- libclamav/Makefile.am -+++ libclamav/Makefile.am -@@ -374,10 +374,7 @@ version.h.tmp: - rm -f $@;\ - REVISION="$$(LANG=C cd "$(top_srcdir)"; git describe --always 2>/dev/null || echo "exported")";\ - if test "$$REVISION" = "exported"; then\ -- REVISION="r$$(LANG=C svnversion "$(top_srcdir)" 2>/dev/null || echo exported)";\ -- if test "$$REVISION" = "rexported"; then\ - REVISION="";\ -- fi;\ - fi;\ - if test -n "$$REVISION"; then\ - echo "#define REPO_VERSION \"devel-$$REVISION\"" >> $@;\ -diff --git a/libclamav/Makefile.in b/libclamav/Makefile.in -index ed244c7..f002e21 100644 ---- libclamav/Makefile.in -+++ libclamav/Makefile.in -@@ -2271,10 +2271,7 @@ version.h.tmp: - rm -f $@;\ - REVISION="$$(LANG=C cd "$(top_srcdir)"; git describe --always 2>/dev/null || echo "exported")";\ - if test "$$REVISION" = "exported"; then\ -- REVISION="r$$(LANG=C svnversion "$(top_srcdir)" 2>/dev/null || echo exported)";\ -- if test "$$REVISION" = "rexported"; then\ - REVISION="";\ -- fi;\ - fi;\ - if test -n "$$REVISION"; then\ - echo "#define REPO_VERSION \"devel-$$REVISION\"" >> $@;\ |