Revision: 104928 https://trac.macports.org/changeset/104928 Author: ryandesign@macports.org Date: 2013-04-05 01:59:51 -0700 (Fri, 05 Apr 2013) Log Message: ----------- php-sphinx: update to 1.3.0 Modified Paths: -------------- trunk/dports/php/php-sphinx/Portfile Removed Paths: ------------- trunk/dports/php/php-sphinx/files/ Modified: trunk/dports/php/php-sphinx/Portfile =================================================================== --- trunk/dports/php/php-sphinx/Portfile 2013-04-05 08:57:24 UTC (rev 104927) +++ trunk/dports/php/php-sphinx/Portfile 2013-04-05 08:59:51 UTC (rev 104928) @@ -5,7 +5,7 @@ PortGroup php 1.1 name php-sphinx -version 1.2.0 +version 1.3.0 categories-append textproc platforms darwin maintainers ryandesign openmaintainer @@ -18,17 +18,11 @@ long_description ${description} -checksums rmd160 fc4edabc84855bd34afd0a80eb8e3ffb4e7ad6b9 \ - sha256 5e6ba4111500749bd80c78c8b3cdb85757b0614e2761032ca4b1795913293a43 +checksums rmd160 c607c201a028de500b0d3d2c6a91bccdfd3b2049 \ + sha256 4a4438257679c99beaeab5ae087cb2717ec8ee0a2be11f177473c7d82c3d47d5 if {${name} != ${subport}} { depends_lib-append port:libsphinxclient - patchfiles patch-php_sphinx.h.diff - - post-patch { - reinplace "s|@VERSION@|${version}|g" ${worksrcpath}/php_sphinx.h - } - configure.args-append --with-sphinx=${prefix} }
participants (1)
-
ryandesign@macports.org