diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-29 10:01:12 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-29 10:01:12 +0800 |
commit | 53151215374b7e2c99af627583870a3e27c94543 (patch) | |
tree | 9dee9539c476e04b9fdd313d40837b2ee303ded2 /www | |
parent | c902c1ef83dd9f832abd02fe25cca70a656a5e87 (diff) | |
download | freebsd-ports-graphics-53151215374b7e2c99af627583870a3e27c94543.tar.gz freebsd-ports-graphics-53151215374b7e2c99af627583870a3e27c94543.tar.zst freebsd-ports-graphics-53151215374b7e2c99af627583870a3e27c94543.zip |
- Update to 1.3.0
- While I'm here:
- Convert to new LIB_DEPENDS format
- Use CLFLAGS+= instead of CFLAGS=
- Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
Changes: http://pecl.php.net/package-changelog.php?package=sphinx
PR: ports/181215
Submitted by: John Chen <johnpupu@gmail.com>
Approved by: Max Baryshnikov <mephius@gmail.com> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/pecl-sphinx/Makefile | 13 | ||||
-rw-r--r-- | www/pecl-sphinx/distinfo | 4 |
2 files changed, 6 insertions, 11 deletions
diff --git a/www/pecl-sphinx/Makefile b/www/pecl-sphinx/Makefile index 3dee8f97c76..5bd35d2a97b 100644 --- a/www/pecl-sphinx/Makefile +++ b/www/pecl-sphinx/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sphinx -DISTVERSION= 1.2.0 +DISTVERSION= 1.3.0 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -12,7 +12,7 @@ DIST_SUBDIR= PECL MAINTAINER= mephius@gmail.com COMMENT= Sphinx search engine php client -LIB_DEPENDS= sphinxclient.0:${PORTSDIR}/textproc/libsphinxclient +LIB_DEPENDS= libsphinxclient.so:${PORTSDIR}/textproc/libsphinxclient USE_PHP= yes USE_PHPEXT= yes @@ -21,12 +21,7 @@ PHP_MODNAME= sphinx SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message -CFLAGS= -I${LOCALBASE}/include - +CFLAGS+= -I${LOCALBASE}/include NO_STAGE= yes -.include <bsd.port.pre.mk> - -post-install: - @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/pecl-sphinx/distinfo b/www/pecl-sphinx/distinfo index 61b3cd4d151..80e7bf8d800 100644 --- a/www/pecl-sphinx/distinfo +++ b/www/pecl-sphinx/distinfo @@ -1,2 +1,2 @@ -SHA256 (PECL/sphinx-1.2.0.tgz) = 5e6ba4111500749bd80c78c8b3cdb85757b0614e2761032ca4b1795913293a43 -SIZE (PECL/sphinx-1.2.0.tgz) = 13392 +SHA256 (PECL/sphinx-1.3.0.tgz) = 4a4438257679c99beaeab5ae087cb2717ec8ee0a2be11f177473c7d82c3d47d5 +SIZE (PECL/sphinx-1.3.0.tgz) = 13630 |