From scjamorim@bsd.com.br  Sat Aug 15 22:29:16 2009
Return-Path: <scjamorim@bsd.com.br>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 88932106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Aug 2009 22:29:16 +0000 (UTC)
	(envelope-from scjamorim@bsd.com.br)
Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.210.181])
	by mx1.freebsd.org (Postfix) with ESMTP id 4FD0E8FC51
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Aug 2009 22:29:16 +0000 (UTC)
Received: by yxe11 with SMTP id 11so2930977yxe.3
        for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Aug 2009 15:29:15 -0700 (PDT)
Received: by 10.100.56.14 with SMTP id e14mr2529019ana.74.1250375355158;
        Sat, 15 Aug 2009 15:29:15 -0700 (PDT)
Received: from fbsd72.scjamorim.org ([201.47.164.60])
        by mx.google.com with ESMTPS id c14sm631398ana.19.2009.08.15.15.29.05
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sat, 15 Aug 2009 15:29:14 -0700 (PDT)
Received: by fbsd72.scjamorim.org (Postfix, from userid 0)
	id C38E822982B; Sat, 15 Aug 2009 19:28:58 -0300 (BRT)
Message-Id: <20090815222858.C38E822982B@fbsd72.scjamorim.org>
Date: Sat, 15 Aug 2009 19:28:58 -0300 (BRT)
From: Sylvio Cesar <scjamorim@bsd.com.br>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] mail/filtermail: update to 0.8.2. Take maintainership.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         137811
>Category:       ports
>Synopsis:       [PATCH] mail/filtermail: update to 0.8.2. Take maintainership.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    araujo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 15 22:30:05 UTC 2009
>Closed-Date:    Wed Aug 19 02:35:20 UTC 2009
>Last-Modified:  Wed Aug 19 02:40:01 UTC 2009
>Originator:     Sylvio Cesar
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD fbsd72.scjamorim.org 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon Aug  3 22:10:47 BRT
>Description:
- Update to 0.8.2
- Take maintainership.

You can see log in mine tinderbox:
http://www.scjamorim.org/Home/filtermail-0.8.2.log

Added file(s):
- files/patch-src-Makefile.in
- files/patch-src-filter.hh
- files/patch-src-preferences.cc

Removed file(s):
- files/patch-aa
- files/patch-src::Makefile.in
- files/patch-src::filter.hh
- files/patch-src::preferences.cc

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

--- filtermail-0.8.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/filtermail/Makefile,v
retrieving revision 1.24
diff -u -u -r1.24 Makefile
--- Makefile	21 Aug 2008 06:17:34 -0000	1.24
+++ Makefile	15 Aug 2009 22:25:48 -0000
@@ -9,14 +9,14 @@
 #
 
 PORTNAME=	filtermail
-PORTVERSION=	0.8.1
+PORTVERSION=	0.8.2
 CATEGORIES=	mail
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
+MASTER_SITES=	SFP \
 		http://home.in.tum.de/baueran/%SUBDIR%/
-MASTER_SITE_SUBDIR=	mailfilter
+MASTER_SITE_SUBDIR=	mailfilter/Mailfilter/${PORTVERSION}
 DISTNAME=	mailfilter-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	scjamorim@bsd.com.br
 COMMENT=	Filter mail on a pop3 server: saves downloading spam
 
 # This port is filtermail, but the author called it mailfilter. To avoid a
@@ -41,6 +41,9 @@
 
 PLIST_FILES=	bin/filtermail
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|filtermail.sourceforge|mailfilter.sourceforge|g' ${WRKSRC}/README
+
 post-extract:
 	@${RM} -f ${WRKSRC}/src/getopt.h
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/filtermail/distinfo,v
retrieving revision 1.8
diff -u -u -r1.8 distinfo
--- distinfo	8 Apr 2008 18:40:31 -0000	1.8
+++ distinfo	15 Aug 2009 22:25:48 -0000
@@ -1,3 +1,3 @@
-MD5 (mailfilter-0.8.1.tar.gz) = 2046aadb8b54b9cea33360e738855144
-SHA256 (mailfilter-0.8.1.tar.gz) = 991623af5f6c3f0e2d8d14886c90d6d32e796dc5d4989615d673ed747f583f51
-SIZE (mailfilter-0.8.1.tar.gz) = 372496
+MD5 (mailfilter-0.8.2.tar.gz) = 8af2615154a56d13069cc957de4bc338
+SHA256 (mailfilter-0.8.2.tar.gz) = 4822fdfc4c7db543539a96429086b4d01ac22629396896ee7e52e6edce43fdec
+SIZE (mailfilter-0.8.2.tar.gz) = 382966
Index: files/patch-aa
===================================================================
RCS file: files/patch-aa
diff -N files/patch-aa
--- files/patch-aa	18 Sep 2002 14:09:50 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- README	Wed May  8 23:51:18 2002
-+++ README.orig	Wed May  8 23:51:04 2002
-@@ -20,7 +20,7 @@
- 
- The latest version of filtermail can be obtained from this web page:
- 
--       http://filtermail.sourceforge.net/
-+       http://mailfilter.sourceforge.net/
- 
- For installation instructions please refer to the INSTALL document and read
- the platform specific information and the FAQ in the doc/ directory. Further
Index: files/patch-src-Makefile.in
===================================================================
RCS file: files/patch-src-Makefile.in
diff -N files/patch-src-Makefile.in
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-src-Makefile.in	15 Aug 2009 22:25:48 -0000
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig	Sat Nov 27 22:29:44 2004
++++ src/Makefile.in	Mon Mar  7 22:54:36 2005
+@@ -317,8 +315,6 @@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/apop.Po@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/feedback.Po@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filter.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/header.Po@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imap.Po@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filtermail.Po@am__quote@
Index: files/patch-src-filter.hh
===================================================================
RCS file: files/patch-src-filter.hh
diff -N files/patch-src-filter.hh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-src-filter.hh	15 Aug 2009 22:25:48 -0000
@@ -0,0 +1,12 @@
+--- src/filter.hh.orig	Sun Jan 25 21:56:42 2004
++++ src/filter.hh	Fri Mar 19 23:19:33 2004
+@@ -21,8 +21,8 @@
+ 
+ #include <string>
+ extern "C" {
+-#include <regex.h>
+ #include <sys/types.h> 
++#include <regex.h>
+ }
+ 
+ // Filter modes
Index: files/patch-src-preferences.cc
===================================================================
RCS file: files/patch-src-preferences.cc
diff -N files/patch-src-preferences.cc
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-src-preferences.cc	15 Aug 2009 22:25:49 -0000
@@ -0,0 +1,19 @@
+--- src/preferences.cc.orig	2007-01-22 23:36:04.000000000 +0100
++++ src/preferences.cc	2008-04-08 17:00:17.000000000 +0200
+@@ -24,6 +24,7 @@
+ #include <vector>
+ #include <stdexcept>
+ #include <cstdio>
++#include <wordexp.h>
+ #include "preferences.hh"
+ #include "filter.hh"
+ #include "filtermail.hh"
+@@ -34,7 +35,7 @@
+ 
+ extern "C"
+ {
+-#include <wordexp.h>
++#include <glob.h>
+ #include <sys/types.h>
+ #include <regex.h>
+ }
Index: files/patch-src::Makefile.in
===================================================================
RCS file: files/patch-src::Makefile.in
diff -N files/patch-src::Makefile.in
--- files/patch-src::Makefile.in	8 Apr 2008 18:40:31 -0000	1.5
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- src/Makefile.in.orig	Sat Nov 27 22:29:44 2004
-+++ src/Makefile.in	Mon Mar  7 22:54:36 2005
-@@ -317,8 +315,6 @@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/apop.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/feedback.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filter.Po@am__quote@
--@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
--@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/header.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imap.Po@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filtermail.Po@am__quote@
Index: files/patch-src::filter.hh
===================================================================
RCS file: files/patch-src::filter.hh
diff -N files/patch-src::filter.hh
--- files/patch-src::filter.hh	19 Mar 2004 19:41:35 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
---- src/filter.hh.orig	Sun Jan 25 21:56:42 2004
-+++ src/filter.hh	Fri Mar 19 23:19:33 2004
-@@ -21,8 +21,8 @@
- 
- #include <string>
- extern "C" {
--#include <regex.h>
- #include <sys/types.h> 
-+#include <regex.h>
- }
- 
- // Filter modes
Index: files/patch-src::preferences.cc
===================================================================
RCS file: files/patch-src::preferences.cc
diff -N files/patch-src::preferences.cc
--- files/patch-src::preferences.cc	8 Apr 2008 18:40:31 -0000	1.3
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,19 +0,0 @@
---- src/preferences.cc.orig	2007-01-22 23:36:04.000000000 +0100
-+++ src/preferences.cc	2008-04-08 17:00:17.000000000 +0200
-@@ -24,6 +24,7 @@
- #include <vector>
- #include <stdexcept>
- #include <cstdio>
-+#include <wordexp.h>
- #include "preferences.hh"
- #include "filter.hh"
- #include "filtermail.hh"
-@@ -34,7 +35,7 @@
- 
- extern "C"
- {
--#include <wordexp.h>
-+#include <glob.h>
- #include <sys/types.h>
- #include <regex.h>
- }
--- filtermail-0.8.2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->araujo 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Aug 15 22:30:34 UTC 2009 
Responsible-Changed-Why:  
araujo@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137811 
State-Changed-From-To: open->feedback 
State-Changed-By: araujo 
State-Changed-When: Mon Aug 17 23:24:27 UTC 2009 
State-Changed-Why:  
Is it necessary to rename those patchs? I believe isn't necessary, 
please re-send this patch or I'll need to ask a repo-copy. Thanks! 

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

From: Sylvio Cesar Teixeira Amorim <scjamorim@bsd.com.br>
To: bug-followup@FreeBSD.org
Cc: araujo@FreeBSD.org,
 scjamorim@bsd.com.br
Subject: Re: ports/137811: [PATCH] mail/filtermail: update to 0.8.2. Take maintainership.
Date: Mon, 17 Aug 2009 21:22:06 -0300

 --Apple-Mail-7--482696564
 Content-Disposition: attachment;
 	filename=filtermail-0.8.2.patch
 Content-Type: application/octet-stream;
 	x-unix-mode=0644;
 	name="filtermail-0.8.2.patch"
 Content-Transfer-Encoding: 7bit
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/mail/filtermail/Makefile,v
 retrieving revision 1.24
 diff -u -u -r1.24 Makefile
 --- Makefile	21 Aug 2008 06:17:34 -0000	1.24
 +++ Makefile	18 Aug 2009 00:12:28 -0000
 @@ -9,14 +9,14 @@
  #
  
  PORTNAME=	filtermail
 -PORTVERSION=	0.8.1
 +PORTVERSION=	0.8.2
  CATEGORIES=	mail
 -MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 +MASTER_SITES=	SFP \
  		http://home.in.tum.de/baueran/%SUBDIR%/
 -MASTER_SITE_SUBDIR=	mailfilter
 +MASTER_SITE_SUBDIR=	mailfilter/Mailfilter/${PORTVERSION}
  DISTNAME=	mailfilter-${PORTVERSION}
  
 -MAINTAINER=	ports@FreeBSD.org
 +MAINTAINER=	scjamorim@bsd.com.br
  COMMENT=	Filter mail on a pop3 server: saves downloading spam
  
  # This port is filtermail, but the author called it mailfilter. To avoid a
 @@ -41,6 +41,9 @@
  
  PLIST_FILES=	bin/filtermail
  
 +post-patch:
 +	@${REINPLACE_CMD} -e 's|filtermail.sourceforge|mailfilter.sourceforge|g' ${WRKSRC}/README
 +
  post-extract:
  	@${RM} -f ${WRKSRC}/src/getopt.h
  
 Index: distinfo
 ===================================================================
 RCS file: /home/ncvs/ports/mail/filtermail/distinfo,v
 retrieving revision 1.8
 diff -u -u -r1.8 distinfo
 --- distinfo	8 Apr 2008 18:40:31 -0000	1.8
 +++ distinfo	18 Aug 2009 00:12:28 -0000
 @@ -1,3 +1,3 @@
 -MD5 (mailfilter-0.8.1.tar.gz) = 2046aadb8b54b9cea33360e738855144
 -SHA256 (mailfilter-0.8.1.tar.gz) = 991623af5f6c3f0e2d8d14886c90d6d32e796dc5d4989615d673ed747f583f51
 -SIZE (mailfilter-0.8.1.tar.gz) = 372496
 +MD5 (mailfilter-0.8.2.tar.gz) = 8af2615154a56d13069cc957de4bc338
 +SHA256 (mailfilter-0.8.2.tar.gz) = 4822fdfc4c7db543539a96429086b4d01ac22629396896ee7e52e6edce43fdec
 +SIZE (mailfilter-0.8.2.tar.gz) = 382966
 Index: files/patch-aa
 ===================================================================
 RCS file: files/patch-aa
 diff -N files/patch-aa
 --- files/patch-aa	18 Sep 2002 14:09:50 -0000	1.1
 +++ /dev/null	1 Jan 1970 00:00:00 -0000
 @@ -1,11 +0,0 @@
 ---- README	Wed May  8 23:51:18 2002
 -+++ README.orig	Wed May  8 23:51:04 2002
 -@@ -20,7 +20,7 @@
 - 
 - The latest version of filtermail can be obtained from this web page:
 - 
 --       http://filtermail.sourceforge.net/
 -+       http://mailfilter.sourceforge.net/
 - 
 - For installation instructions please refer to the INSTALL document and read
 - the platform specific information and the FAQ in the doc/ directory. Further
 
 --Apple-Mail-7--482696564
 Content-Type: text/plain;
 	charset=ISO-8859-1;
 	format=flowed
 Content-Transfer-Encoding: 7bit
 
 
 
 patch with the changes requested.
 
 You can see log in mine tinderbox:
 7-stable - i386
 http://www.scjamorim.org/Home/filtermail-0.8.2.log
 7-stable - amd64
 http://www.scjamorim.org/Home/filtermail-0.8.2_amd64.log
 
 Regards,
 
 Sylvio Cesar
 --Apple-Mail-7--482696564--
State-Changed-From-To: feedback->closed 
State-Changed-By: araujo 
State-Changed-When: Wed Aug 19 02:35:19 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/137811: commit references a PR
Date: Wed, 19 Aug 2009 02:35:09 +0000 (UTC)

 araujo      2009-08-19 02:35:01 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/filtermail      Makefile distinfo 
   Removed files:
     mail/filtermail/files patch-aa 
   Log:
   - Update to 0.8.2.
   - Pass maintainer to submitter.
   
   PR:             ports/137811
   Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
   
   Revision  Changes    Path
   1.25      +7 -4      ports/mail/filtermail/Makefile
   1.9       +3 -3      ports/mail/filtermail/distinfo
   1.2       +0 -11     ports/mail/filtermail/files/patch-aa (dead)
 _______________________________________________
 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:
