Bug 181215 - [PATCH] www/pecl-sphinx: [SUMMARIZE CHANGES]
Summary: [PATCH] www/pecl-sphinx: [SUMMARIZE CHANGES]
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-10 17:20 UTC by johnpupu
Modified: 2013-09-29 03:10 UTC (History)
1 user (show)

See Also:


Attachments
pecl-sphinx-1.3.0.patch (890 bytes, patch)
2013-08-10 17:20 UTC, johnpupu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description johnpupu 2013-08-10 17:20:00 UTC
[DESCRIBE CHANGES]

Port maintainer (mephius@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: suffix)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-10 17:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-10 17:20:09 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-10 17:20:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 mephius 2013-08-10 17:22:13 UTC
Approved version upgrade.
Comment 5 Bryan Drewery freebsd_committer freebsd_triage 2013-09-22 15:13:31 UTC
Responsible Changed
From-To: miwi->freebsd-ports-bugs

Back to the heap due to timeout
Comment 6 Mark Linimon freebsd_committer freebsd_triage 2013-09-24 06:10:09 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 7 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-09-24 18:32:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 8 dfilter service freebsd_committer freebsd_triage 2013-09-29 03:01:25 UTC
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"
Comment 9 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-09-29 03:01:35 UTC
State Changed
From-To: open->closed

Committed. Thanks!