Date: Sun, 29 Sep 2013 02:01:12 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328641 - head/www/pecl-sphinx Message-ID: <201309290201.r8T21Css019683@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Sep 29 02:01:12 2013 New Revision: 328641 URL: http://svnweb.freebsd.org/changeset/ports/328641 Log: - 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) Modified: head/www/pecl-sphinx/Makefile head/www/pecl-sphinx/distinfo (contents, props changed) Modified: head/www/pecl-sphinx/Makefile ============================================================================== --- head/www/pecl-sphinx/Makefile Sun Sep 29 00:54:23 2013 (r328640) +++ head/www/pecl-sphinx/Makefile Sun Sep 29 02:01:12 2013 (r328641) @@ -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> Modified: head/www/pecl-sphinx/distinfo ============================================================================== --- head/www/pecl-sphinx/distinfo Sun Sep 29 00:54:23 2013 (r328640) +++ head/www/pecl-sphinx/distinfo Sun Sep 29 02:01:12 2013 (r328641) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309290201.r8T21Css019683>