diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-11 09:36:58 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-11 09:36:58 +0000 |
commit | 937a7929418e6eb206535ab26cf298f5703fe8e2 (patch) | |
tree | 1b3d22a6f4443df29bb3b84a4926c017633a9cf9 /www/pecl-sphinx | |
parent | 919779c6aceb372043aa33986cdde533667d1318 (diff) | |
download | ports-937a7929418e6eb206535ab26cf298f5703fe8e2.tar.gz ports-937a7929418e6eb206535ab26cf298f5703fe8e2.zip |
Notes
Diffstat (limited to 'www/pecl-sphinx')
-rw-r--r-- | www/pecl-sphinx/Makefile | 7 | ||||
-rw-r--r-- | www/pecl-sphinx/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/www/pecl-sphinx/Makefile b/www/pecl-sphinx/Makefile index 0986d1ae08ad..609fd7c0c03d 100644 --- a/www/pecl-sphinx/Makefile +++ b/www/pecl-sphinx/Makefile @@ -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 diff --git a/www/pecl-sphinx/distinfo b/www/pecl-sphinx/distinfo index 80e7bf8d8003..3aaba6380f34 100644 --- a/www/pecl-sphinx/distinfo +++ b/www/pecl-sphinx/distinfo @@ -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 |