# HG changeset patch
# User CHENG Gao <chenggao@gmail.com>
# Date 1170686251 -28800
# Node ID c939130c6d441d3fcdccc075cc217c520793e7a6
# Parent 9a718a63168c1c506b100c497e2e6363db200ba4
Revised to bogofilter 1.1.5 and added myself as maintainer.
diff -r 9a718a63168c -r c939130c6d44 bogofilter/Portfile
a
|
b
|
|
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | name bogofilter |
5 | | version 0.95.2 |
| 5 | version 1.1.5 |
6 | 6 | categories mail |
7 | | maintainers nomaintainer@macports.org |
| 7 | maintainers chenggao@gmail.com |
8 | 8 | description Fast Bayesian Spam Filter |
9 | 9 | homepage http://bogofilter.sourceforge.net/ |
10 | 10 | long_description Bogofilter is a mail filter that classifies mail as spam or\ |
… |
… |
long_description Bogofilter is a mail f |
12 | 12 | header and content (body). The program is able to learn from\ |
13 | 13 | the user's classifications and corrections. |
14 | 14 | master_sites sourceforge |
15 | | checksums md5 43da78d185f6a206923e6fb8e50c6fe7 |
| 15 | checksums md5 d524be9e9c43d9dbb593d7a3c4564f5d |
16 | 16 | use_bzip2 yes |
17 | 17 | depends_lib port:sqlite3 port:libiconv port:gsl |
18 | 18 | configure.args --with-libsqlite3-prefix=${prefix} \ |
19 | 19 | --with-libiconv-prefix=${prefix} \ |
20 | 20 | --with-gsl-prefix=${prefix} \ |
21 | | --with-database=sqlite \ |
| 21 | --with-database=sqlite3 \ |
22 | 22 | --without-libdb-prefix \ |
23 | 23 | --without-libqdbm-prefix \ |
24 | | --without-libtdb-prefix \ |
25 | 24 | --mandir=${prefix}/share/man |
26 | 25 | |
27 | 26 | platform darwin 8 { |