View | Details | Raw Unified | Return to bug 137811
Collapse All | Expand All

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

Return to bug 137811