Date: Wed, 7 May 2014 14:42:44 +0000 (UTC) From: Rusmir Dusko <nemysis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353160 - head/deskutils/recoll Message-ID: <201405071442.s47EgiTO016477@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nemysis Date: Wed May 7 14:42:43 2014 New Revision: 353160 URL: http://svnweb.freebsd.org/changeset/ports/353160 QAT: https://qat.redports.org/buildarchive/r353160/ Log: - Update to 1.19.13, announce message is here: http://www.lesbonscomptes.com/recoll/release-1.19.html - Remove BROKEN - Remove *.pyc, not at moment fixable - Use STRIP_CMD only when is used PYTHON Option Reviewed by: upstream Modified: head/deskutils/recoll/Makefile head/deskutils/recoll/distinfo Modified: head/deskutils/recoll/Makefile ============================================================================== --- head/deskutils/recoll/Makefile Wed May 7 14:38:46 2014 (r353159) +++ head/deskutils/recoll/Makefile Wed May 7 14:42:43 2014 (r353160) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= recoll -PORTVERSION= 1.19.10 -PORTREVISION= 1 +PORTVERSION= 1.19.13 CATEGORIES= deskutils MASTER_SITES= http://www.lesbonscomptes.com/${PORTNAME}/ @@ -12,8 +11,6 @@ COMMENT= Personal full text search packa LICENSE= GPLv2 -BROKEN= Unfetchable - BUILD_DEPENDS= xapian-core>=0:${PORTSDIR}/databases/xapian-core RUN_DEPENDS:= ${BUILD_DEPENDS} \ xsltproc:${PORTSDIR}/textproc/libxslt \ @@ -109,9 +106,13 @@ post-patch: ${WRKSRC}/recollinstall.in post-install: + @(cd ${STAGEDIR}${PYTHON}${PYTHON_SITELIBDIR}/recoll && ${RM} *.pyc) ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/recoll/librecoll.so.${VERSION} -.for l in recoll rclextract + +.if ${PORT_OPTIONS:MPYTHON} +. for l in recoll rclextract ${STRIP_CMD} ${STAGEDIR}${PYTHON}${PYTHON_SITELIBDIR}/recoll/${l}.so -.endfor +. endfor +.endif .include <bsd.port.mk> Modified: head/deskutils/recoll/distinfo ============================================================================== --- head/deskutils/recoll/distinfo Wed May 7 14:38:46 2014 (r353159) +++ head/deskutils/recoll/distinfo Wed May 7 14:42:43 2014 (r353160) @@ -1,2 +1,2 @@ -SHA256 (recoll-1.19.10.tar.gz) = 288602b7ecd6bf6f706b4c7fd4436c10f411fa685be501c6f39077a5223a0bf6 -SIZE (recoll-1.19.10.tar.gz) = 2089966 +SHA256 (recoll-1.19.13.tar.gz) = 5918ef4565fd22856e79996bafd7b8857f3963fa716cda39c5e8cb803fbfc1a0 +SIZE (recoll-1.19.13.tar.gz) = 2066817
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405071442.s47EgiTO016477>