Bug 182328 - textproc/libsphinxclient/ version upgrade
Summary: textproc/libsphinxclient/ version upgrade
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Antoine Brodin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-23 15:50 UTC by mephius
Modified: 2013-10-09 20:10 UTC (History)
0 users

See Also:


Attachments
file.diff (845 bytes, patch)
2013-09-23 15:50 UTC, mephius
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mephius 2013-09-23 15:50:00 UTC
textproc/libsphinxclient/ version updated from 2.0.5 to 2.0.9 (latest stable)

Fix: Patch attached with submission follows:
Comment 1 Antoine Brodin freebsd_committer freebsd_triage 2013-10-09 19:38:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->antoine

Take
Comment 2 Antoine Brodin freebsd_committer freebsd_triage 2013-10-09 20:04:14 UTC
State Changed
From-To: open->closed

Port updated, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-10-09 20:04:16 UTC
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 <bsd.port.mk>

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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"