From mranner@files.jawa.at  Wed Sep  3 08:24:24 2008
Return-Path: <mranner@files.jawa.at>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 83B311065676
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 Sep 2008 08:24:24 +0000 (UTC)
	(envelope-from mranner@files.jawa.at)
Received: from files.jawa.at (jawa.at [213.229.17.146])
	by mx1.freebsd.org (Postfix) with ESMTP id 086D68FC24
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 Sep 2008 08:24:23 +0000 (UTC)
	(envelope-from mranner@files.jawa.at)
Received: from localhost (localhost [127.0.0.1])
	by files.jawa.at (Postfix) with ESMTP id A6CF4C9570;
	Wed,  3 Sep 2008 10:01:47 +0200 (CEST)
Received: from files.jawa.at ([127.0.0.1])
	by localhost (files.jawa.at [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id IYvnMThW7mWF; Wed,  3 Sep 2008 10:01:46 +0200 (CEST)
Received: by files.jawa.at (Postfix, from userid 1000)
	id C9889C9522; Wed,  3 Sep 2008 10:01:46 +0200 (CEST)
Message-Id: <20080903080146.C9889C9522@files.jawa.at>
Date: Wed,  3 Sep 2008 10:01:46 +0200 (CEST)
From: Michael Ranner <michael.ranner@jawa.at>
To: FreeBSD-gnats-submit@freebsd.org
Cc: mranner@inode.at
Subject: [PATCH] mail/spamass-rules: update to 20080903
X-Send-Pr-Version: 3.113
X-GNATS-Notify: mranner@inode.at

>Number:         127061
>Category:       ports
>Synopsis:       [PATCH] mail/spamass-rules: update to 20080903
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    beech
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 03 08:30:01 UTC 2008
>Closed-Date:    Fri Sep 05 04:26:07 UTC 2008
>Last-Modified:  Fri Sep  5 04:30:01 UTC 2008
>Originator:     Michael Ranner
>Release:        FreeBSD 6.2-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD files.jawa.at 6.2-RELEASE-p8 FreeBSD 6.2-RELEASE-p8 #16: Sat Oct  6 08:10:39 CEST
>Description:
- Update to 20080903
- Update port maintainers mail address

Port maintainer (mranner@inode.at) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- spamass-rules-20080903.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/spamass-rules/Makefile /home/mranner/spamass-rules.update/Makefile
--- /usr/ports/mail/spamass-rules/Makefile	Fri Jun  6 15:43:00 2008
+++ /home/mranner/spamass-rules.update/Makefile	Wed Sep  3 09:38:57 2008
@@ -6,12 +6,11 @@
 #
 
 PORTNAME=	spamass-rules
-PORTVERSION=	20060927
-PORTREVISION=	1
+PORTVERSION=	20080903
 CATEGORIES=	mail
 MASTER_SITES=	http://www.ranner.jawa.at/stuff/
 
-MAINTAINER=	mranner@inode.at
+MAINTAINER=	michael@ranner.eu
 COMMENT=	Custom rulesets for SpamAssassin
 
 RUN_DEPENDS=	spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin
@@ -26,6 +25,7 @@
 		EVILNUMBERS "Phone numbers, PO boxes, ... from spam " on \
 		FRENCH "Catches spam written in French" off \
 		GERMAN "Catches spam written in German" off \
+		GREEK "Catches spam written in Greek" off \
 		MANGLED "Looks for obfuscated/gappy words" off \
 		MIMEVLD "Some mime validation rules" off \
 		RANDOM "Detects spamware mistakes like: %RANDOM_WORD" on \
@@ -90,6 +90,10 @@
 
 .if defined(WITH_GERMAN)
 SPAMASS_FILES+=	70_zmi_german.cf
+.endif
+
+.if defined(WITH_GREEK)
+SPAMASS_FILES+=	gr_domain.cf
 .endif
 
 .if defined(WITH_MANGLED)
diff -ruN --exclude=CVS /usr/ports/mail/spamass-rules/distinfo /home/mranner/spamass-rules.update/distinfo
--- /usr/ports/mail/spamass-rules/distinfo	Wed Sep 27 20:24:37 2006
+++ /home/mranner/spamass-rules.update/distinfo	Wed Sep  3 09:39:19 2008
@@ -1,3 +1,3 @@
-MD5 (spamass-rules-20060927.tar.bz2) = 57c4aec8c9ad6f83b62938a744f33233
-SHA256 (spamass-rules-20060927.tar.bz2) = 9ab1563ad33333a377fbf278f57064a9796d9a89ce0662805050a77af8a47b3c
-SIZE (spamass-rules-20060927.tar.bz2) = 297450
+MD5 (spamass-rules-20080903.tar.bz2) = e1fe84bf3d48f9e224166bd4642aa5e2
+SHA256 (spamass-rules-20080903.tar.bz2) = eb737304e8d918905d274e3783dabf8e71d9f5c0b9c3815dcb6425e24fb44b5f
+SIZE (spamass-rules-20080903.tar.bz2) = 322642
--- spamass-rules-20080903.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Sep 3 08:30:11 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127061 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: mranner@inode.at
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/127061: [PATCH] mail/spamass-rules: update to 20080903
Date: Wed, 3 Sep 2008 08:30:09 UT

 Maintainer of mail/spamass-rules,
 
 Please note that PR ports/127061 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127061
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Michael Ranner <mranner@inode.at>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/127061: [PATCH] mail/spamass-rules: update to 20080903
Date: Thu, 4 Sep 2008 08:58:55 +0200

 It is ok, its already me with a new mail address...
 
 Regards
 
 Am Mittwoch, 3. September 2008 schrieb Edwin Groothuis:
 > Maintainer of mail/spamass-rules,
 >
 > Please note that PR ports/127061 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127061
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Thu Sep 4 18:57:34 UTC 2008 
State-Changed-Why:  
Submitter is maintainer from another address. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127061 
Responsible-Changed-From-To: freebsd-ports-bugs->beech 
Responsible-Changed-By: beech 
Responsible-Changed-When: Thu Sep 4 19:15:33 UTC 2008 
Responsible-Changed-Why:  
I'll take it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127061 
State-Changed-From-To: open->closed 
State-Changed-By: beech 
State-Changed-When: Fri Sep 5 04:25:51 UTC 2008 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127061 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127061: commit references a PR
Date: Fri,  5 Sep 2008 04:25:43 +0000 (UTC)

 beech       2008-09-05 04:25:29 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/spamass-rules   Makefile distinfo 
   Log:
   - Update to 20080903
   - Update port maintainers mail address
   
   PR:             ports/127061
   Submitted by:   Michael Ranner <michael.ranner@jawa.at> (maintainer)
   
   Revision  Changes    Path
   1.23      +7 -3      ports/mail/spamass-rules/Makefile
   1.20      +3 -3      ports/mail/spamass-rules/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
