From owner-svn-ports-all@FreeBSD.ORG Sun Nov 16 00:22:58 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C57B41D5; Sun, 16 Nov 2014 00:22:58 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B198EB53; Sun, 16 Nov 2014 00:22:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAG0Mw3I024204; Sun, 16 Nov 2014 00:22:58 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAG0Mw2w024203; Sun, 16 Nov 2014 00:22:58 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201411160022.sAG0Mw2w024203@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 16 Nov 2014 00:22:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372620 - head/deskutils/recoll X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2014 00:22:58 -0000 Author: antoine Date: Sun Nov 16 00:22:57 2014 New Revision: 372620 URL: https://svnweb.freebsd.org/changeset/ports/372620 QAT: https://qat.redports.org/buildarchive/r372620/ Log: Fix RUN_DEPENDS, wpd2html moved to libwpd010 Modified: head/deskutils/recoll/Makefile Modified: head/deskutils/recoll/Makefile ============================================================================== --- head/deskutils/recoll/Makefile Sat Nov 15 22:50:10 2014 (r372619) +++ head/deskutils/recoll/Makefile Sun Nov 16 00:22:57 2014 (r372620) @@ -3,7 +3,7 @@ PORTNAME= recoll PORTVERSION= 1.19.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= http://www.lesbonscomptes.com/${PORTNAME}/ @@ -16,7 +16,7 @@ BUILD_DEPENDS= xapian-core>=0:${PORTSDIR RUN_DEPENDS:= ${BUILD_DEPENDS} \ antiword:${PORTSDIR}/textproc/antiword \ catdoc:${PORTSDIR}/textproc/catdoc \ - wpd2html:${PORTSDIR}/textproc/libwpd \ + wpd2html:${PORTSDIR}/textproc/libwpd010 \ xsltproc:${PORTSDIR}/textproc/libxslt \ unrar:${PORTSDIR}/archivers/unrar \ unrtf:${PORTSDIR}/textproc/unrtf