[40786] trunk/dports/perl/p5-mail-clamav

ricci at macports.org ricci at macports.org
Tue Oct 14 16:28:39 PDT 2008


Revision: 40786
          http://trac.macports.org/changeset/40786
Author:   ricci at macports.org
Date:     2008-10-14 16:28:38 -0700 (Tue, 14 Oct 2008)
Log Message:
-----------
Update to 0.22
update patch to ClamAV.pm for clamav 0.94
remove use of patch-fix-for-clamav_0.93.diff (no longer needed)

Modified Paths:
--------------
    trunk/dports/perl/p5-mail-clamav/Portfile
    trunk/dports/perl/p5-mail-clamav/files/patch-ClamAV.pm.diff

Modified: trunk/dports/perl/p5-mail-clamav/Portfile
===================================================================
--- trunk/dports/perl/p5-mail-clamav/Portfile	2008-10-14 23:01:53 UTC (rev 40785)
+++ trunk/dports/perl/p5-mail-clamav/Portfile	2008-10-14 23:28:38 UTC (rev 40786)
@@ -4,7 +4,7 @@
 
 PortGroup			perl5 1.0
 
-perl5.setup			Mail-ClamAV 0.21
+perl5.setup			Mail-ClamAV 0.22
 revision			0
 maintainers			ricci
 description			Perl interface to the clamav virus scanner
@@ -13,13 +13,12 @@
 
 platforms			darwin
 
-checksums           md5     94e0ba00afe495795f490caa73f38c18 \
-                    sha1    8c8096eea734d32fa69951a932add2f640d86225
+checksums           md5     9153d79dcdf47e5ba9ac1f2e3b5f78dc \
+                    sha1    ce32aa368c34780dd87caf1ee2a1cdc93f3a0d69
 
 
 depends_lib-append	port:clamav \
 					port:p5-inline
 
-patchfiles			patch-ClamAV.pm.diff \
-					patch-fix-for-clamav_0.93.diff
+patchfiles			patch-ClamAV.pm.diff
 

Modified: trunk/dports/perl/p5-mail-clamav/files/patch-ClamAV.pm.diff
===================================================================
--- trunk/dports/perl/p5-mail-clamav/files/patch-ClamAV.pm.diff	2008-10-14 23:01:53 UTC (rev 40785)
+++ trunk/dports/perl/p5-mail-clamav/files/patch-ClamAV.pm.diff	2008-10-14 23:28:38 UTC (rev 40786)
@@ -1,34 +1,69 @@
---- ClamAV.pm.orig	2008-01-02 12:02:25.000000000 -0800
-+++ ClamAV.pm	2008-01-02 12:03:13.000000000 -0800
-@@ -73,10 +73,6 @@
+diff -ru Mail-ClamAV-0.22/ClamAV.pm work/Mail-ClamAV-0.22/ClamAV.pm
+--- ClamAV.pm	2008-05-18 06:04:45.000000000 -0700
++++ ClamAV.pm	2008-10-14 16:02:49.000000000 -0700
+@@ -58,7 +58,6 @@
+     CL_EACCES
+     CL_ENULLARG
+     CL_ETMPFILE
+-    CL_EFSYNC
+     CL_EMEM
+     CL_EOPEN
+     CL_EMALFDB
+@@ -71,11 +70,6 @@
+     CL_EIO
+     CL_EFORMAT
      CL_ESUPPORT
-     CL_ELOCKDB
- 
+-    CL_ELOCKDB
+-
 -    CL_ENCINIT
 -    CL_ENCLOAD
 -    CL_ENCIO
--
+ 
      CL_SCAN_RAW
      CL_SCAN_ARCHIVE
-     CL_SCAN_MAIL
-@@ -496,13 +492,7 @@
+@@ -478,7 +472,6 @@
+     if (strEQ("CL_EACCES", name)) return CL_EACCES;
+     if (strEQ("CL_ENULLARG", name)) return CL_ENULLARG;
+     if (strEQ("CL_ETMPFILE", name)) return CL_ETMPFILE;
+-    if (strEQ("CL_EFSYNC", name)) return CL_EFSYNC;
+     if (strEQ("CL_EMEM", name)) return CL_EMEM;
+     if (strEQ("CL_EOPEN", name)) return CL_EOPEN;
+     if (strEQ("CL_EMALFDB", name)) return CL_EMALFDB;
+@@ -491,15 +484,8 @@
+     if (strEQ("CL_EIO", name)) return CL_EIO;
+     if (strEQ("CL_EFORMAT", name)) return CL_EFORMAT;
      if (strEQ("CL_ESUPPORT", name)) return CL_ESUPPORT;
-     if (strEQ("CL_ELOCKDB", name)) return CL_ELOCKDB;
- 
+-    if (strEQ("CL_ELOCKDB", name)) return CL_ELOCKDB;
+-
 -    /* NodalCore */
 -    if (strEQ("CL_ENCINIT", name)) return CL_ENCINIT;
 -    if (strEQ("CL_ENCLOAD", name)) return CL_ENCLOAD;
 -    if (strEQ("CL_ENCIO", name)) return CL_ENCIO;
--
+ 
      /* db options */
 -    if (strEQ("CL_DB_NCORE", name)) return CL_DB_NCORE;
      if (strEQ("CL_DB_PHISHING", name)) return CL_DB_PHISHING;
      if (strEQ("CL_DB_ACONLY", name)) return CL_DB_ACONLY;
      if (strEQ("CL_DB_PHISHING_URLS", name)) return CL_DB_PHISHING_URLS;
-@@ -849,18 +839,6 @@
+@@ -788,10 +774,6 @@
  
- can't lock DB directory 
+ tmpfile() failed 
  
+-=item CL_EFSYNC
+-
+-fsync() failed 
+-
+ =item CL_EMEM
+ 
+ memory allocation error 
+@@ -840,22 +822,6 @@
+ 
+ not supported data format 
+ 
+-=item CL_ELOCKDB
+-
+-can't lock DB directory 
+-
 -=item CL_ENCINIT
 -
 -NodalCore initialization failed 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081014/addc8802/attachment.html 


More information about the macports-changes mailing list