From owner-svn-ports-head@FreeBSD.ORG Wed Oct 9 19:04:03 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E0179ABE; Wed, 9 Oct 2013 19:04:03 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B45942DC8; Wed, 9 Oct 2013 19:04:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r99J43fP064613; Wed, 9 Oct 2013 19:04:03 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r99J43dY064611; Wed, 9 Oct 2013 19:04:03 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201310091904.r99J43dY064611@svn.freebsd.org> From: Antoine Brodin Date: Wed, 9 Oct 2013 19:04:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329920 - head/textproc/libsphinxclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 19:04:04 -0000 Author: antoine Date: Wed Oct 9 19:04:03 2013 New Revision: 329920 URL: http://svnweb.freebsd.org/changeset/ports/329920 Log: - update to 2.0.9 - convert to STAGEDIR PR: ports/182328 Submitted by: Max Baryshnikov (maintainer) Modified: head/textproc/libsphinxclient/Makefile head/textproc/libsphinxclient/distinfo Modified: head/textproc/libsphinxclient/Makefile ============================================================================== --- head/textproc/libsphinxclient/Makefile Wed Oct 9 18:53:49 2013 (r329919) +++ head/textproc/libsphinxclient/Makefile Wed Oct 9 19:04:03 2013 (r329920) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libsphinxclient -DISTVERSION= 2.0.5 +DISTVERSION= 2.0.9 CATEGORIES= textproc databases MASTER_SITES= http://sphinxsearch.com/files/ DISTNAME= sphinx-${PORTVERSION}-release @@ -12,7 +12,7 @@ COMMENT= Sphinx Full-Text Search Engine LICENSE= GPLv2 -WRKSRC= ${WRKDIR}/${DISTNAME}/api/libsphinxclient +WRKSRC_SUBDIR= api/libsphinxclient USE_LDCONFIG= yes @@ -23,13 +23,12 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= CC=${CC} SUB_LIST+= PORTNAME=${PORTNAME} -NO_STAGE= yes do-install: - ${INSTALL_LIB} ${WRKSRC}/.libs/libsphinxclient-0.0.1.so ${PREFIX}/lib/libsphinxclient-0.0.1.so - ${INSTALL_DATA} ${WRKSRC}/libsphinxclient.la ${PREFIX}/lib/libsphinxclient.la - ${INSTALL_DATA} ${WRKSRC}/.libs/libsphinxclient.a ${PREFIX}/lib/libsphinxclient.a - ${INSTALL_DATA} ${WRKSRC}/sphinxclient.h ${PREFIX}/include/sphinxclient.h - ${LN} -s ${PREFIX}/lib/libsphinxclient-0.0.1.so ${PREFIX}/lib/libsphinxclient.so.0 - ${LN} -s ${PREFIX}/lib/libsphinxclient-0.0.1.so ${PREFIX}/lib/libsphinxclient.so + ${INSTALL_LIB} ${WRKSRC}/.libs/libsphinxclient-0.0.1.so ${STAGEDIR}${PREFIX}/lib/libsphinxclient-0.0.1.so + ${INSTALL_DATA} ${WRKSRC}/libsphinxclient.la ${STAGEDIR}${PREFIX}/lib/libsphinxclient.la + ${INSTALL_DATA} ${WRKSRC}/.libs/libsphinxclient.a ${STAGEDIR}${PREFIX}/lib/libsphinxclient.a + ${INSTALL_DATA} ${WRKSRC}/sphinxclient.h ${STAGEDIR}${PREFIX}/include/sphinxclient.h + ${LN} -s libsphinxclient-0.0.1.so ${STAGEDIR}${PREFIX}/lib/libsphinxclient.so.0 + ${LN} -s libsphinxclient-0.0.1.so ${STAGEDIR}${PREFIX}/lib/libsphinxclient.so .include Modified: head/textproc/libsphinxclient/distinfo ============================================================================== --- head/textproc/libsphinxclient/distinfo Wed Oct 9 18:53:49 2013 (r329919) +++ head/textproc/libsphinxclient/distinfo Wed Oct 9 19:04:03 2013 (r329920) @@ -1,2 +1,2 @@ -SHA256 (sphinx-2.0.5-release.tar.gz) = 45d89b9112cf52adb2a7289df3b6f4d37371bad8f892b9da4b75b574c7e6ba90 -SIZE (sphinx-2.0.5-release.tar.gz) = 1959258 +SHA256 (sphinx-2.0.9-release.tar.gz) = c4fb5d7951bc0831e46f102d17b5f32bbde11434ce3b00b20531dfe9e646869d +SIZE (sphinx-2.0.9-release.tar.gz) = 1996939