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

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 11 09:36:59 UTC 2015


Author: amdmi3
Date: Thu Jun 11 09:36:58 2015
New Revision: 389178
URL: https://svnweb.freebsd.org/changeset/ports/389178

Log:
  - Update to 1.3.3
  - Some minor changes to avoid portlint warnings
  
  PR:		200694
  Submitted by:	gasol.wu at gmail.com
  Approved by:	mephius at gmail.com (maintainer)

Modified:
  head/www/pecl-sphinx/Makefile
  head/www/pecl-sphinx/distinfo

Modified: head/www/pecl-sphinx/Makefile
==============================================================================
--- head/www/pecl-sphinx/Makefile	Thu Jun 11 09:36:12 2015	(r389177)
+++ head/www/pecl-sphinx/Makefile	Thu Jun 11 09:36:58 2015	(r389178)
@@ -2,21 +2,22 @@
 # $FreeBSD$
 
 PORTNAME=	sphinx
-DISTVERSION=	1.3.0
+DISTVERSION=	1.3.3
 CATEGORIES=	www
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
-EXTRACT_SUFX=	.tgz
 DIST_SUBDIR=	PECL
 
 MAINTAINER=	mephius at gmail.com
 COMMENT=	Sphinx search engine php client
 
+LICENSE=	PHP301
+
 LIB_DEPENDS=	libsphinxclient.so:${PORTSDIR}/textproc/libsphinxclient
 
+USES=		tar:tgz
 USE_PHP=	yes
 USE_PHPEXT=	yes
-PHP_MODNAME=	sphinx
 
 SUB_FILES=	pkg-message
 PKGMESSAGE=	${WRKDIR}/pkg-message

Modified: head/www/pecl-sphinx/distinfo
==============================================================================
--- head/www/pecl-sphinx/distinfo	Thu Jun 11 09:36:12 2015	(r389177)
+++ head/www/pecl-sphinx/distinfo	Thu Jun 11 09:36:58 2015	(r389178)
@@ -1,2 +1,2 @@
-SHA256 (PECL/sphinx-1.3.0.tgz) = 4a4438257679c99beaeab5ae087cb2717ec8ee0a2be11f177473c7d82c3d47d5
-SIZE (PECL/sphinx-1.3.0.tgz) = 13630
+SHA256 (PECL/sphinx-1.3.3.tgz) = d9718365da38f9641917c6ef30f356cc5b807549efd154a033d3e8f9145d618d
+SIZE (PECL/sphinx-1.3.3.tgz) = 15555


More information about the svn-ports-all mailing list