diff options
author | garga <garga@FreeBSD.org> | 2011-10-19 20:07:37 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2011-10-19 20:07:37 +0800 |
commit | e2e6887798ed869250361a0abaf6c47a9b6ba4bd (patch) | |
tree | dd909f5114cc6c2fab209703bb894ec92a387f49 /security | |
parent | 0b5ef9e799429099233a8e4c6d9617b33cbb71c0 (diff) | |
download | freebsd-ports-graphics-e2e6887798ed869250361a0abaf6c47a9b6ba4bd.tar.gz freebsd-ports-graphics-e2e6887798ed869250361a0abaf6c47a9b6ba4bd.tar.zst freebsd-ports-graphics-e2e6887798ed869250361a0abaf6c47a9b6ba4bd.zip |
Clamav project people offers a new version tarball for package maintainers
few days before the release, i made tests with that tarball, but it was
changed before release, and the distinfo was wrong.
I compared both tarballs and the difference was part of this commit [1] was
missing on the one i used.
Update distinfo to match 0.97.3 official tarball and bump PORTREVISION
Reported by: many people
Diffstat (limited to 'security')
-rw-r--r-- | security/clamav/Makefile | 1 | ||||
-rw-r--r-- | security/clamav/distinfo | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 90189e5bfb6..281f7d1b5e8 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -7,6 +7,7 @@ PORTNAME= clamav PORTVERSION= 0.97.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF diff --git a/security/clamav/distinfo b/security/clamav/distinfo index aaa6882a142..a1b34a0da61 100644 --- a/security/clamav/distinfo +++ b/security/clamav/distinfo @@ -1,2 +1,2 @@ -SHA256 (clamav-0.97.3.tar.gz) = d7ac02cc85e3197e36a45a4438dff721b67414f871a5f1c48555bf101824aad7 -SIZE (clamav-0.97.3.tar.gz) = 45793424 +SHA256 (clamav-0.97.3.tar.gz) = 3a8cece5b7e6b15410f6b8f96ff5591b2c5a72f290ee8a28fefda44cb5ae7aba +SIZE (clamav-0.97.3.tar.gz) = 45793398 |