Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2012 11:39:44 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306228 - head/textproc/libsphinxclient
Message-ID:  <201210211139.q9LBdi1B064001@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sun Oct 21 11:39:44 2012
New Revision: 306228
URL: http://svn.freebsd.org/changeset/ports/306228

Log:
  - Update to 2.0.5 [1]
  - Trim header comment
  - Move LICENSE to the right place to pet portlint
  
  PR:		ports/172356 [1]
  Submitted by:	Max Baryshnikov <mephius@gmail.com> (maintainer) [1]
  Feature safe:	yes

Modified:
  head/textproc/libsphinxclient/Makefile
  head/textproc/libsphinxclient/distinfo

Modified: head/textproc/libsphinxclient/Makefile
==============================================================================
--- head/textproc/libsphinxclient/Makefile	Sun Oct 21 11:31:44 2012	(r306227)
+++ head/textproc/libsphinxclient/Makefile	Sun Oct 21 11:39:44 2012	(r306228)
@@ -1,25 +1,21 @@
-# New ports collection makefile for:    libsphinxclient
-# Date created:         2011-06-6
-# Whom:                 Max Baryshnikov <mephius@gmail.com>
-#
+# Created by: Max Baryshnikov <mephius@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	libsphinxclient
-DISTVERSION=	1.10b
+DISTVERSION=	2.0.5
 CATEGORIES=	textproc databases
 MASTER_SITES=	http://sphinxsearch.com/files/
-DISTNAME=	sphinx-1.10-beta
+DISTNAME=	sphinx-${PORTVERSION}-release
 
 MAINTAINER=	mephius@gmail.com
 COMMENT=	Sphinx Full-Text Search Engine C++ client library
 
+LICENSE=	GPLv2
+
 WRKSRC=		${WRKDIR}/${DISTNAME}/api/libsphinxclient
 
 USE_LDCONFIG=	yes
 
-LICENSE=	GPLv2
-
 USE_AUTOTOOLS=	libtool
 
 .include <bsd.port.options.mk>

Modified: head/textproc/libsphinxclient/distinfo
==============================================================================
--- head/textproc/libsphinxclient/distinfo	Sun Oct 21 11:31:44 2012	(r306227)
+++ head/textproc/libsphinxclient/distinfo	Sun Oct 21 11:39:44 2012	(r306228)
@@ -1,2 +1,2 @@
-SHA256 (sphinx-1.10-beta.tar.gz) = 51b3e5f3254b4d93d6dce91a44451486e5b0f82a1e44799481158e1f95fc1c60
-SIZE (sphinx-1.10-beta.tar.gz) = 1518778
+SHA256 (sphinx-2.0.5-release.tar.gz) = 45d89b9112cf52adb2a7289df3b6f4d37371bad8f892b9da4b75b574c7e6ba90
+SIZE (sphinx-2.0.5-release.tar.gz) = 1959258



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210211139.q9LBdi1B064001>