[94576] trunk/dports/textproc/sphinx/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Jun 22 17:05:46 PDT 2012


Revision: 94576
          https://trac.macports.org/changeset/94576
Author:   ryandesign at macports.org
Date:     2012-06-22 17:05:45 -0700 (Fri, 22 Jun 2012)
Log Message:
-----------
sphinx: whitespace changes

Modified Paths:
--------------
    trunk/dports/textproc/sphinx/Portfile

Modified: trunk/dports/textproc/sphinx/Portfile
===================================================================
--- trunk/dports/textproc/sphinx/Portfile	2012-06-23 00:04:02 UTC (rev 94575)
+++ trunk/dports/textproc/sphinx/Portfile	2012-06-23 00:05:45 UTC (rev 94576)
@@ -1,16 +1,17 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name			    sphinx
-version			    0.9.9
+name                sphinx
+version             0.9.9
 revision            1
-categories		    textproc net
-platforms		    darwin
-maintainers		    nomaintainer
+categories          textproc net
+platforms           darwin
+maintainers         nomaintainer
 
-description		    Sphinx is a full-text search engine
+description         Sphinx is a full-text search engine
+
 long_description    Sphinx is a full-text search engine, meant to provide \
                     fast, size-efficient and relevant fulltext search \
                     functions to other applications. Sphinx was specially \
@@ -19,15 +20,17 @@
                     support fetching data either via direct connection to \
                     MySQL or PostgreSQL, or from an XML pipe.
 
-homepage		    http://www.sphinxsearch.com/
-master_sites    	${homepage}downloads/
-checksums       	sha1 8c739b96d756a50972c27c7004488b55d7458015 \
-                   	rmd160 ed3cd1a9328114c1d2a6325cce5520065076c275
+homepage            http://www.sphinxsearch.com/
+master_sites        ${homepage}downloads/
 
-depends_lib		    port:expat \
+checksums           sha1    8c739b96d756a50972c27c7004488b55d7458015 \
+                    rmd160  ed3cd1a9328114c1d2a6325cce5520065076c275
+
+depends_lib         port:expat \
                     port:libiconv
 
-patchfiles          endian.patch src_sphinxexpr.cpp.patch
+patchfiles          endian.patch \
+                    src_sphinxexpr.cpp.patch
 
 configure.args      --mandir=${prefix}/share/man \
                     --datadir=${prefix}/share/doc \
@@ -76,7 +79,7 @@
     depends_lib-append      path:bin/mysql_config5:mysql5
     configure.args-delete   --without-mysql
     configure.args-append   --with-mysql-includes=${prefix}/include/mysql5/mysql \
-		                    --with-mysql-libs=${prefix}/lib/mysql5/mysql
+                            --with-mysql-libs=${prefix}/lib/mysql5/mysql
 }
 
 if {![variant_isset postgres] && ![variant_isset postgresql83] && ![variant_isset postgresql84] && ![variant_isset postgresql90] && ![variant_isset mysql5]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120622/056ae17c/attachment.html>


More information about the macports-changes mailing list