[DESCRIBE CHANGES] Port maintainer (mephius@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: suffix)
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants this port PRs (via the GNATS Auto Assign Tool)
Maintainer of www/pecl-sphinx, Please note that PR ports/181215 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181215 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Approved version upgrade.
Responsible Changed From-To: miwi->freebsd-ports-bugs Back to the heap due to timeout
State Changed From-To: feedback->open Maintainer approved.
Responsible Changed From-To: freebsd-ports-bugs->sunpoet I'll take it.
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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!