[arch-commits] Commit in spamassassin/trunk (PKGBUILD spamassassin.install)

Paul Mattal paul at archlinux.org
Sun Feb 7 21:53:59 UTC 2010


    Date: Sunday, February 7, 2010 @ 16:53:59
  Author: paul
Revision: 67527

upgpkg: spamassassin 3.3.0-1
    upstream update to 3.3.0, closes FS#16093

Modified:
  spamassassin/trunk/PKGBUILD
  spamassassin/trunk/spamassassin.install

----------------------+
 PKGBUILD             |    7 ++++---
 spamassassin.install |    6 ++++--
 2 files changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-07 21:48:22 UTC (rev 67526)
+++ PKGBUILD	2010-02-07 21:53:59 UTC (rev 67527)
@@ -3,8 +3,8 @@
 # Contributor: Manolis Tzanidakis
 
 pkgname=spamassassin
-pkgver=3.2.5
-pkgrel=2
+pkgver=3.3.0
+pkgrel=1
 pkgdesc="A mail filter to identify spam."
 arch=(i686 x86_64)
 license=(APACHE)
@@ -14,6 +14,7 @@
 		'perl-libwww' 'perl-io-zlib' 'perl-mail-spf' \
 		'perl-archive-tar' 'zlib' 're2c')
 makedepends=('razor' 'perl-dbi') 
+optdepends=('razor: to identify collaborately-flagged spam')
 backup=(etc/conf.d/spamd etc/mail/spamassassin/local.cf \
 	etc/mail/spamassassin/init.pre \
 	etc/mail/spamassassin/v310.pre \
@@ -23,7 +24,7 @@
 options=(!emptydirs)
 source=(http://mirrors.devlib.org/apache/$pkgname/source/Mail-SpamAssassin-$pkgver.tar.gz \
 		spamd.conf.d spamd)
-md5sums=('7fdc1651d0371c4a7f95ac9ae6f828a6'
+md5sums=('38078b07396c0ab92b46386bc70ef086'
          'af501c6b0bb937a2775b747cc4b6d150'
          'db5c79722722e56678401ae454b28ece')
 

Modified: spamassassin.install
===================================================================
--- spamassassin.install	2010-02-07 21:48:22 UTC (rev 67526)
+++ spamassassin.install	2010-02-07 21:53:59 UTC (rev 67527)
@@ -1,12 +1,14 @@
 # arg 1:  the new package version
 post_install() {
-	echo "=> If you are upgrading from SpamAssassin 2.x, 3.0.x or 3.1.x, please see"
-	echo "=> http://svn.apache.org/repos/asf/spamassassin/tags/spamassassin_current_release_3.2.x/UPGRADE"
+  /bin/true
 }
 
 # arg 1:  the new package version
 # arg 2:  the old package version
 post_upgrade() {
+  echo "You must run 'sa-update' to install spam rules before use."
+  echo "For detailed upgrade notes, see:"
+  echo "  http://svn.apache.org/repos/asf/spamassassin/tags/spamassassin_current_release_3.3.x/UPGRADE"
 	post_install
 }
 




More information about the arch-commits mailing list