Revision: 105520 https://trac.macports.org/changeset/105520 Author: dluke@macports.org Date: 2013-04-23 10:39:42 -0700 (Tue, 23 Apr 2013) Log Message: ----------- clamav: version bump, update to 0.97.8 (upstream security bugfix release) Modified Paths: -------------- trunk/dports/sysutils/clamav/Portfile Modified: trunk/dports/sysutils/clamav/Portfile =================================================================== --- trunk/dports/sysutils/clamav/Portfile 2013-04-23 17:27:51 UTC (rev 105519) +++ trunk/dports/sysutils/clamav/Portfile 2013-04-23 17:39:42 UTC (rev 105520) @@ -4,7 +4,7 @@ PortGroup muniversal 1.0 name clamav -version 0.97.7 +version 0.97.8 categories sysutils maintainers geeklair.net:dluke description clamav antivirus software @@ -13,13 +13,13 @@ long_description Clam AntiVirus is a GPL anti-virus toolkit for UNIX. The \ main purpose of this software is the integration with mail \ servers (attachment scanning). - -license GPL + +license GPL homepage http://www.clamav.net master_sites sourceforge -checksums md5 c6e6e333d8c9bd3785cbc6ec296c146f \ - sha1 9b911c557e0b7b5079de86c65b5d83fa78fadfff \ - rmd160 95bace4aebe5961f3acfa37e2515681ed64d947a +checksums md5 ac52bcbad3ea72eac08fedb9772f648b \ + sha1 078c0ac2b4e69d27eecd7544a8361abcd859e73c \ + rmd160 a7215aeaad0966eea1e0323b562fc9fc58f9537c platforms darwin configure.args --mandir=${prefix}/share/man \ @@ -41,7 +41,7 @@ post-destroot { file rename "${destroot}${prefix}/etc/freshclam.conf" "${destroot}${prefix}/etc/example-freshclam.conf" file rename "${destroot}${prefix}/etc/clamd.conf" "${destroot}${prefix}/etc/example-clamd.conf" - + #muniversal should allow this to be hooked in some way that's less gross #this code copied from nspr's portfile if {[variant_isset universal]} {
participants (1)
-
dluke@macports.org