Ticket #17214: Portfile-sphinx.diff

File Portfile-sphinx.diff, 1.1 KB (added by bryan@…, 15 years ago)
  • textproc/sphinx/Portfile

    old new  
    1 # $Id: Portfile 40407 2008-09-30 22:44:55Z brett@macports.org $
     1# $Id$
    22
    33PortSystem 1.0
    44
    55name                    sphinx
    6 version                 0.9.8
     6version                 0.9.8.1
    77categories              textproc net
    8 maintainers             brett@macports.org openmaintainer
     8maintainers             macports.org:brett \
     9                        openmaintainer
    910
    1011platforms               darwin
    1112description             Sphinx is a full-text search engine
     
    1819homepage                http://www.sphinxsearch.com
    1920master_sites            ${homepage}/downloads/
    2021distfiles               sphinx-${version}.tar.gz
    21 checksums               sha1 0f82e56a9181b3aeaeef65e9ba82fbf6fbe632d6
     22checksums               sha1 eed4c6f5b314f965c19cca8aebd0b6d847cd35f9
    2223
    2324depends_lib             port:mysql5
    2425configure.args  --mandir=${prefix}/share/man \
    2526                --datadir=${prefix}/share/doc \
     27                --sysconfdir=${prefix}/etc/sphinx \
    2628                --with-mysql-includes=${prefix}/include/mysql5/mysql \
    2729                --with-mysql-libs=${prefix}/lib/mysql5/mysql
    2830