| Summary: | [PATCH] mail/filtermail: update to 0.8.2. Take maintainership. | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Sylvio César Teixeira Amorim <scjamorim> | ||||||
| Component: | Individual Port(s) | Assignee: | Marcelo Araujo <araujo> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
Sylvio César Teixeira Amorim
2009-08-15 23:30:05 UTC
Responsible Changed From-To: freebsd-ports-bugs->araujo araujo@ wants his PRs (via the GNATS Auto Assign Tool) State Changed From-To: open->feedback 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! 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
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"
State Changed From-To: feedback->closed Committed. Thanks! |