svn commit: r306228 - head/textproc/libsphinxclient
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sun Oct 21 11:39:45 UTC 2012
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 at 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 at gmail.com>
-#
+# Created by: Max Baryshnikov <mephius at 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 at 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
More information about the svn-ports-head
mailing list