diff options
author | rakuco <rakuco@FreeBSD.org> | 2012-10-21 19:39:44 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2012-10-21 19:39:44 +0800 |
commit | 25b41ad57d24e3e538c06b0187fa2c4581707ace (patch) | |
tree | d3c746a6c8d2262b0a61ce49b9146450501f7f1b /textproc/libsphinxclient | |
parent | eec38d655a0c9cf3a97a446b5ac4f8a4c7ebacc6 (diff) | |
download | freebsd-ports-gnome-25b41ad57d24e3e538c06b0187fa2c4581707ace.tar.gz freebsd-ports-gnome-25b41ad57d24e3e538c06b0187fa2c4581707ace.tar.zst freebsd-ports-gnome-25b41ad57d24e3e538c06b0187fa2c4581707ace.zip |
- 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
Diffstat (limited to 'textproc/libsphinxclient')
-rw-r--r-- | textproc/libsphinxclient/Makefile | 14 | ||||
-rw-r--r-- | textproc/libsphinxclient/distinfo | 4 |
2 files changed, 7 insertions, 11 deletions
diff --git a/textproc/libsphinxclient/Makefile b/textproc/libsphinxclient/Makefile index d80970a4c5a2..c558ed7eadf7 100644 --- a/textproc/libsphinxclient/Makefile +++ b/textproc/libsphinxclient/Makefile @@ -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> diff --git a/textproc/libsphinxclient/distinfo b/textproc/libsphinxclient/distinfo index 764a131835bc..c5c60b068870 100644 --- a/textproc/libsphinxclient/distinfo +++ b/textproc/libsphinxclient/distinfo @@ -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 |