Date: Thu, 11 Jun 2015 09:36:59 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389178 - head/www/pecl-sphinx Message-ID: <201506110936.t5B9ax3J047886@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Jun 11 09:36:58 2015 New Revision: 389178 URL: https://svnweb.freebsd.org/changeset/ports/389178 Log: - Update to 1.3.3 - Some minor changes to avoid portlint warnings PR: 200694 Submitted by: gasol.wu@gmail.com Approved by: mephius@gmail.com (maintainer) Modified: head/www/pecl-sphinx/Makefile head/www/pecl-sphinx/distinfo Modified: head/www/pecl-sphinx/Makefile ============================================================================== --- head/www/pecl-sphinx/Makefile Thu Jun 11 09:36:12 2015 (r389177) +++ head/www/pecl-sphinx/Makefile Thu Jun 11 09:36:58 2015 (r389178) @@ -2,21 +2,22 @@ # $FreeBSD$ PORTNAME= sphinx -DISTVERSION= 1.3.0 +DISTVERSION= 1.3.3 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= mephius@gmail.com COMMENT= Sphinx search engine php client +LICENSE= PHP301 + LIB_DEPENDS= libsphinxclient.so:${PORTSDIR}/textproc/libsphinxclient +USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes -PHP_MODNAME= sphinx SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message Modified: head/www/pecl-sphinx/distinfo ============================================================================== --- head/www/pecl-sphinx/distinfo Thu Jun 11 09:36:12 2015 (r389177) +++ head/www/pecl-sphinx/distinfo Thu Jun 11 09:36:58 2015 (r389178) @@ -1,2 +1,2 @@ -SHA256 (PECL/sphinx-1.3.0.tgz) = 4a4438257679c99beaeab5ae087cb2717ec8ee0a2be11f177473c7d82c3d47d5 -SIZE (PECL/sphinx-1.3.0.tgz) = 13630 +SHA256 (PECL/sphinx-1.3.3.tgz) = d9718365da38f9641917c6ef30f356cc5b807549efd154a033d3e8f9145d618d +SIZE (PECL/sphinx-1.3.3.tgz) = 15555
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506110936.t5B9ax3J047886>