svn commit: r328641 - head/www/pecl-sphinx

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 29 02:01:13 UTC 2013


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 at gmail.com>
  Approved by:	Max Baryshnikov <mephius at 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 at 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


More information about the svn-ports-all mailing list