[arch-commits] Commit in spamassassin/trunk (PKGBUILD sa-learn.patch)

Dale Blount dale at archlinux.org
Thu Sep 4 13:29:27 UTC 2008


    Date: Thursday, September 4, 2008 @ 09:29:27
  Author: dale
Revision: 11832

upgpkg: spamassassin 3.2.5-1

Modified:
  spamassassin/trunk/PKGBUILD
Deleted:
  spamassassin/trunk/sa-learn.patch

----------------+
 PKGBUILD       |    8 ++++----
 sa-learn.patch |   16 ----------------
 2 files changed, 4 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-04 13:29:26 UTC (rev 11831)
+++ PKGBUILD	2008-09-04 13:29:27 UTC (rev 11832)
@@ -3,8 +3,8 @@
 # Contributor: Manolis Tzanidakis
 
 pkgname=spamassassin
-pkgver=3.2.4
-pkgrel=2
+pkgver=3.2.5
+pkgrel=1
 pkgdesc="A mail filter to identify spam."
 arch=(i686 x86_64)
 license=(APACHE)
@@ -21,9 +21,9 @@
 	etc/mail/spamassassin/v320.pre)
 install=$pkgname.install
 options=(!emptydirs)
-source=(http://www.devlib.org/apache/$pkgname/source/Mail-SpamAssassin-$pkgver.tar.gz \
+source=(http://mirrors.devlib.org/apache/$pkgname/source/Mail-SpamAssassin-$pkgver.tar.gz \
 		spamd.conf.d spamd)
-md5sums=('81ec227d4d63aba08563ee868af9fbeb'
+md5sums=('7fdc1651d0371c4a7f95ac9ae6f828a6'
          'af501c6b0bb937a2775b747cc4b6d150'
          '6f1636c8a547345ea7fddcbbf106abf7')
 

Deleted: sa-learn.patch
===================================================================
--- sa-learn.patch	2008-09-04 13:29:26 UTC (rev 11831)
+++ sa-learn.patch	2008-09-04 13:29:27 UTC (rev 11832)
@@ -1,16 +0,0 @@
-Index: sa-learn.raw
-===================================================================
---- sa-learn.raw	(revision 507745)
-+++ sa-learn.raw	(working copy)
-@@ -402,7 +402,10 @@
- 
-     # make sure the target list is in the normal AI format
-     if ($targets[$elem] !~ /^[^:]*:[a-z]+:/) {
--      $targets[$elem] = target($targets[$elem]);
-+      my $item = splice @targets, $elem, 1;
-+      $elem--; # go back to this element again
-+      target($item); # add back to the list
-+      next;
-     }
-   }
- 




More information about the arch-commits mailing list