Ticket #11341: bogofilter-Portfile.patch

File bogofilter-Portfile.patch, 1.4 KB (added by chenggao@…, 17 years ago)

bogofilter Portfile patch to work with 1.1.5

  • bogofilter/Portfile

    # 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  
    22
    33PortSystem 1.0
    44name            bogofilter
    5 version         0.95.2
     5version         1.1.5
    66categories      mail
    7 maintainers     nomaintainer@macports.org
     7maintainers     chenggao@gmail.com
    88description     Fast Bayesian Spam Filter
    99homepage        http://bogofilter.sourceforge.net/
    1010long_description        Bogofilter is a mail filter that classifies mail as spam or\
    long_description Bogofilter is a mail f 
    1212                        header and content (body). The program is able to learn from\
    1313                        the user's classifications and corrections.
    1414master_sites    sourceforge
    15 checksums       md5 43da78d185f6a206923e6fb8e50c6fe7
     15checksums       md5 d524be9e9c43d9dbb593d7a3c4564f5d
    1616use_bzip2       yes
    1717depends_lib     port:sqlite3 port:libiconv port:gsl
    1818configure.args  --with-libsqlite3-prefix=${prefix} \
    1919                --with-libiconv-prefix=${prefix} \
    2020                --with-gsl-prefix=${prefix} \
    21                 --with-database=sqlite \
     21                --with-database=sqlite3 \
    2222                --without-libdb-prefix \
    2323                --without-libqdbm-prefix \
    24                 --without-libtdb-prefix \
    2524                --mandir=${prefix}/share/man
    2625
    2726platform darwin 8 {