aboutsummaryrefslogtreecommitdiff
path: root/security/clamav
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2010-05-19 16:15:57 +0000
committerRenato Botelho <garga@FreeBSD.org>2010-05-19 16:15:57 +0000
commit4057c1bc83d8589907ac50ee03cbf49bd2d84dca (patch)
tree2cb761d4ec9cf995b547e5e67c1f8ec33b3e0cb2 /security/clamav
parent5ef68ee749b28ed6f50b6a71e0358c7b81d824f2 (diff)
Notes
Diffstat (limited to 'security/clamav')
-rw-r--r--security/clamav/Makefile6
-rw-r--r--security/clamav/distinfo6
-rw-r--r--security/clamav/files/patch-fix_svnversion_use30
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\"" >> $@;\