Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Feb 2006 21:03:17 +0100 (CET)
From:      Michael Ranner <mranner@inode.at>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92917: [MAINTAINER] mail/spamass-rules_du_jour: update to 1.28
Message-ID:  <200602062003.k16K3HQ7005353@dwarf.jawa.at>
Resent-Message-ID: <200602062010.k16KA5SH026064@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         92917
>Category:       ports
>Synopsis:       [MAINTAINER] mail/spamass-rules_du_jour: update to 1.28
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 06 20:10:05 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Michael Ranner
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD dwarf.jawa.at 5.4-RELEASE FreeBSD 5.4-RELEASE #7: Fri May 13 07:58:48 CEST 2005
>Description:
- Update to 1.28

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

--- spamass-rules_du_jour-1.28.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/spamass-rules_du_jour/Makefile /usr/ports/mail/spamass-rules_du_jour.update/Makefile
--- /usr/ports/mail/spamass-rules_du_jour/Makefile	Mon May 16 11:34:17 2005
+++ /usr/ports/mail/spamass-rules_du_jour.update/Makefile	Fri Feb  3 21:59:08 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	rules_du_jour
-PORTVERSION=	1.20
+PORTVERSION=	1.28
 CATEGORIES=	mail
 MASTER_SITES=	http://www.ranner.jawa.at/stuff/
 PKGNAMEPREFIX=	spamass-
diff -ruN --exclude=CVS /usr/ports/mail/spamass-rules_du_jour/distinfo /usr/ports/mail/spamass-rules_du_jour.update/distinfo
--- /usr/ports/mail/spamass-rules_du_jour/distinfo	Sun Jan 29 14:09:03 2006
+++ /usr/ports/mail/spamass-rules_du_jour.update/distinfo	Fri Feb  3 21:59:22 2006
@@ -1,3 +1,2 @@
-MD5 (rules_du_jour-1.20.tar.bz2) = a55983b81b718da494962cb2553c3ce8
-SHA256 (rules_du_jour-1.20.tar.bz2) = c87334a0490049b453dc68cf82b71958564c196ee446a90f0e87303c60e9d198
-SIZE (rules_du_jour-1.20.tar.bz2) = 13447
+MD5 (rules_du_jour-1.28.tar.bz2) = ccec4ce5a5d1ff3759d5594ffc2b5c01
+SIZE (rules_du_jour-1.28.tar.bz2) = 15373
diff -ruN --exclude=CVS /usr/ports/mail/spamass-rules_du_jour/files/patch-rules_du_jour /usr/ports/mail/spamass-rules_du_jour.update/files/patch-rules_du_jour
--- /usr/ports/mail/spamass-rules_du_jour/files/patch-rules_du_jour	Wed Dec  1 17:34:53 2004
+++ /usr/ports/mail/spamass-rules_du_jour.update/files/patch-rules_du_jour	Mon Feb  6 21:00:22 2006
@@ -1,26 +1,26 @@
---- rules_du_jour.orig	Sat Aug 28 23:45:23 2004
-+++ rules_du_jour	Tue Nov 30 21:16:05 2004
+--- rules_du_jour.orig	Mon Feb  6 20:56:55 2006
++++ rules_du_jour	Mon Feb  6 20:58:42 2006
 @@ -1,4 +1,4 @@
 -#!/bin/bash
 +#!/usr/local/bin/bash
- # Version 1.18  Added kluge to specify configfile location: RDJ_CONFIGFILE.  Fixed SARE_HEADER version extraction.
+ # Version 1.28 Added SARE_STOCKS
  
  ##########################
-@@ -52,7 +52,7 @@
- # (my_rules_du_jour wrapper script is no longer recommended)
- # Reads persistent configuration files from /etc, if one exists.  
- # /etc/rulesdujour/config is the recommended configuration file location.
+@@ -51,7 +51,7 @@
+ # Read configuration file (my_rules_du_jour wrapper script is no longer recommended)
+ # /etc/rulesdujour/config is the recommended configuration file location but may
+ # be read from one of the following locations, including the RDJ_CONFIGFILE env variable. 
 -for i in ${RDJ_CONFIGFILE} /etc/rulesdujour/config /etc/rulesdujour /etc/mail/rulesdujour /etc/sysconfig/RulesDuJour /etc/sysconfig/rulesdujour ; do
 +for i in ${RDJ_CONFIGFILE} /usr/local/etc/rulesdujour/config /usr/local/etc/rulesdujour /usr/local/etc/mail/rulesdujour ; do
      [ -f "$i" ] && source $i ;
  done;
  
-@@ -138,7 +138,7 @@
- #### Here are settings for Tripwire. ####
- TRIPWIRE=0; # Index of Tripwire data into the arrays is 0
+@@ -140,7 +140,7 @@
+ 
+ TRIPWIRE=0;
                CF_URLS[0]="http://www.rulesemporium.com/rules/99_FVGT_Tripwire.cf";
 -             CF_FILES[0]="tripwire.cf";
 +             CF_FILES[0]="99_FVGT_Tripwire.cf";
               CF_NAMES[0]="TripWire";
  PARSE_NEW_VER_SCRIPTS[0]="${PERL} -ne 'print if /^\s*#.*(vers?|version|rev|revision)[:\.\s]*[0-9]/i;' | sort | ${TAIL}";
- #    CF_MUNGE_SCRIPTS[0]="nothing necessary for this ruleset.";
+ 
--- spamass-rules_du_jour-1.28.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602062003.k16K3HQ7005353>