Update of /cvsroot/fink/dists/10.3/stable/crypto/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24797

Modified Files:
        clamav.info 
Log Message:
Sync with unstable

Index: clamav.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/stable/crypto/finkinfo/clamav.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- clamav.info 5 Apr 2005 01:28:17 -0000       1.3
+++ clamav.info 26 Apr 2005 15:31:17 -0000      1.4
@@ -1,6 +1,6 @@
 Package: clamav
-Version: 0.81
-Revision: 11
+Version: 0.83
+Revision: 12
 Description: Clam Anti-Virus scanner
 DescDetail: <<
  Clam AntiVirus is an anti-virus scanner written from scratch. It is
@@ -84,9 +84,10 @@
   Files: bin/clamav-config
 <<
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 60081ddd9f29cbb8f0a2fe575e5a8afa
+Source-MD5: e3a1b6bbda8095c5aae4eb7bc753804c
 BuildDepends: gmp, bzip2, bzip2-dev, openssl097-dev
 Depends: %N-shlibs (=%v-%r), passwd (>= 20030202-2), unrar
+SetCFLAGS: -DTARGET_OS_FREEBSD
 NoSetLDFLAGS: true
 SetLIBS: -L%p/lib
 ConfigureParams: --mandir=%p/share/man --with-dbdir=%p/var/db/%n 
--sysconfdir=%p/etc
@@ -134,7 +135,6 @@
  fi
 <<
 PreInstScript: <<
- #!/bin/sh
  # Remove old virus databases which are not removed by previous clamav packages
  if [ -f %p/var/db/%n/viruses.db ]; then
    echo "Removing old virus definitions %p/var/db/clamav/viruses.db"
@@ -150,7 +150,6 @@
  fi
 <<
 PostInstScript: <<
- #!/bin/bash
  # need to change permissions here as these files might already been
  # installed, in which case the permission are not adjusted
  /usr/sbin/chown -R clamav:admin %p/var/db/clamav
@@ -164,7 +163,7 @@
  fi
  case $YN in
    [nN]|[nN][oO]) echo "Your virus definitions might be out-dated." ;;
-   *) %p/bin/freshclam ;;
+   *) set +e ; %p/bin/freshclam ;;
  esac
  printf "\nTo download the latest virus definitions in future, run 
'freshclam'.\n"
 <<



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to