diff options
author | araujo <araujo@FreeBSD.org> | 2009-08-19 10:35:01 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2009-08-19 10:35:01 +0800 |
commit | 5f65488c41ea0910b34fe479ce2cf403c7bc40b2 (patch) | |
tree | bcaaf0513d7c35dd55603c3dacbdddb90b5cadf7 | |
parent | 2121614d74d8440626aaa3212b35b05497f5cf17 (diff) | |
download | freebsd-ports-graphics-5f65488c41ea0910b34fe479ce2cf403c7bc40b2.tar.gz freebsd-ports-graphics-5f65488c41ea0910b34fe479ce2cf403c7bc40b2.tar.zst freebsd-ports-graphics-5f65488c41ea0910b34fe479ce2cf403c7bc40b2.zip |
- Update to 0.8.2.
- Pass maintainer to submitter.
PR: ports/137811
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
-rw-r--r-- | mail/filtermail/Makefile | 11 | ||||
-rw-r--r-- | mail/filtermail/distinfo | 6 | ||||
-rw-r--r-- | mail/filtermail/files/patch-aa | 11 |
3 files changed, 10 insertions, 18 deletions
diff --git a/mail/filtermail/Makefile b/mail/filtermail/Makefile index e6f2d55ab5b..838188c5269 100644 --- a/mail/filtermail/Makefile +++ b/mail/filtermail/Makefile @@ -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 @@ LDFLAGS= -L${LOCALBASE}/lib 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 diff --git a/mail/filtermail/distinfo b/mail/filtermail/distinfo index 5fd31c7e7f2..ff4dcf3519d 100644 --- a/mail/filtermail/distinfo +++ b/mail/filtermail/distinfo @@ -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 diff --git a/mail/filtermail/files/patch-aa b/mail/filtermail/files/patch-aa deleted file mode 100644 index dccca1501af..00000000000 --- a/mail/filtermail/files/patch-aa +++ /dev/null @@ -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 |