[arch-commits] Commit in spamassassin/repos (3 files)
Dale Blount
dale at archlinux.org
Thu Sep 4 13:29:32 UTC 2008
Date: Thursday, September 4, 2008 @ 09:29:32
Author: dale
Revision: 11833
Merged revisions 2-11832 via svnmerge from
svn+ssh://archlinux.org/home/svn-packages/spamassassin/trunk
........
r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
Added svn:keywords to all PKGBUILDs
........
r11832 | dale | 2008-09-04 09:29:27 -0400 (Thu, 04 Sep 2008) | 1 line
upgpkg: spamassassin 3.2.5-1
........
Modified:
spamassassin/repos/extra-i686/ (properties)
spamassassin/repos/extra-i686/PKGBUILD
Deleted:
spamassassin/repos/extra-i686/sa-learn.patch
----------------+
PKGBUILD | 8 ++++----
sa-learn.patch | 16 ----------------
2 files changed, 4 insertions(+), 20 deletions(-)
Property changes on: spamassassin/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
- /spamassassin/trunk:1
+ /spamassassin/trunk:1-11832
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2008-09-04 13:29:27 UTC (rev 11832)
+++ extra-i686/PKGBUILD 2008-09-04 13:29:32 UTC (rev 11833)
@@ -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: extra-i686/sa-learn.patch
===================================================================
--- extra-i686/sa-learn.patch 2008-09-04 13:29:27 UTC (rev 11832)
+++ extra-i686/sa-learn.patch 2008-09-04 13:29:32 UTC (rev 11833)
@@ -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