From owner-svn-ports-all@freebsd.org Thu Nov 12 20:06:16 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD31CA2D557; Thu, 12 Nov 2015 20:06:16 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 A25A2101F; Thu, 12 Nov 2015 20:06:16 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACK6FgU052956; Thu, 12 Nov 2015 20:06:15 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACK6Fjx052953; Thu, 12 Nov 2015 20:06:15 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201511122006.tACK6Fjx052953@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 12 Nov 2015 20:06:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401394 - 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.20 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: Thu, 12 Nov 2015 20:06:16 -0000 Author: madpilot Date: Thu Nov 12 20:06:15 2015 New Revision: 401394 URL: https://svnweb.freebsd.org/changeset/ports/401394 Log: - Update to 1.21.3 - Fix some optional dependencies - Remove commented line - Cosmetic changes to pkg-descr PR: 204441 Submitted by: Ports Fury Modified: head/deskutils/recoll/Makefile head/deskutils/recoll/distinfo head/deskutils/recoll/pkg-descr Modified: head/deskutils/recoll/Makefile ============================================================================== --- head/deskutils/recoll/Makefile Thu Nov 12 20:02:56 2015 (r401393) +++ head/deskutils/recoll/Makefile Thu Nov 12 20:06:15 2015 (r401394) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= recoll -PORTVERSION= 1.21.2 +PORTVERSION= 1.21.3 CATEGORIES= deskutils MASTER_SITES= http://www.lesbonscomptes.com/${PORTNAME}/ @@ -40,14 +40,13 @@ OPTIONS_SUB= yes ASPELL_LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell ASPELL_CONFIGURE_WITH= aspell CHM_DESC= CHM via CHMLIB -CHM_RUN_DEPENDS= pychm:${PORTSDIR}/textproc/pychm +CHM_RUN_DEPENDS= pychm>0:${PORTSDIR}/textproc/pychm DJVU_RUN_DEPENDS= djvutxt:${PORTSDIR}/graphics/djvulibre IMAGE_DESC= Store personal tags or textual descriptions in images IMAGE_RUN_DEPENDS= exiftool:${PORTSDIR}/graphics/p5-Image-ExifTool KONQUEROR_DESC= Konqueror webarchive format with Python -KONQUEROR_RUN_DEPENDS= kwebkitpart:${PORTSDIR}/www/kwebkitpart +KONQUEROR_RUN_DEPENDS= kwebkitpart>0:${PORTSDIR}/www/kwebkitpart LATEX_USE= tex=dvipsk:run -#LATEX_RUN_DEPENDS= detex:${PORTSDIR}/print/detex PDF_RUN_DEPENDS= xpdf:${PORTSDIR}/graphics/xpdf PS_RUN_DEPENDS= pstotext:${PORTSDIR}/print/pstotext PYTHON_USES= python @@ -75,7 +74,6 @@ PLIST_SUB+= PYDISTUTILS_EGGINFO="${PYDIS .if ${PORT_OPTIONS:MQT4} QT_NONSTANDARD= yes CONFIGURE_ENV+= QTDIR="${QT_PREFIX}" QMAKE="${QMAKE}" -INSTALLS_ICONS= yes .endif post-patch: @@ -98,13 +96,13 @@ post-patch: post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/recoll/librecoll.so.[0-9].* -.if ${PORT_OPTIONS:MPYTHON} + +post-install-PYTHON-on: .for l in recoll rclextract @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/recoll/${l}.so .endfor @(cd ${STAGEDIR}${PREFIX} && ${PYTHON_CMD} -m compileall \ -d ${PYTHONPREFIX_SITELIBDIR} \ -f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}) -.endif .include Modified: head/deskutils/recoll/distinfo ============================================================================== --- head/deskutils/recoll/distinfo Thu Nov 12 20:02:56 2015 (r401393) +++ head/deskutils/recoll/distinfo Thu Nov 12 20:06:15 2015 (r401394) @@ -1,2 +1,2 @@ -SHA256 (recoll-1.21.2.tar.gz) = 09c4f1852b94f74c99232b6f17762771b4f3488876ffa8897493e4faf861c31d -SIZE (recoll-1.21.2.tar.gz) = 2239191 +SHA256 (recoll-1.21.3.tar.gz) = 66f039f08b149d5e4840664d4a636f6b55145b02072f87aab83282ebe0cd593a +SIZE (recoll-1.21.3.tar.gz) = 2240527 Modified: head/deskutils/recoll/pkg-descr ============================================================================== --- head/deskutils/recoll/pkg-descr Thu Nov 12 20:02:56 2015 (r401393) +++ head/deskutils/recoll/pkg-descr Thu Nov 12 20:06:15 2015 (r401394) @@ -3,17 +3,17 @@ strong backend (Xapian), for which it pr feature-rich interface. Features: - * Free, GPL license. - * Easy installation, few dependancies. No database daemon, web server, - desktop environment or exotic language necessary. - * Will run on most Unix-based systems - * Qt 4 GUI, plus command line. - * Searches most common document types, emails and their attachments. - Transparently handles decompression (gzip, bzip2). - * Powerful query facilities, with boolean searches, phrases, proximity, - wildcards, filter on file types and directory tree. - * Multi-language and multi-character set with Unicode based internals. - * Extensive documentation, with a complete user manual and manual pages - for each command. + * Free, GPL license. + * Easy installation, few dependancies. No database daemon, web server, + desktop environment or exotic language necessary. + * Will run on most Unix-based systems + * Qt 4 GUI, plus command line. + * Searches most common document types, emails and their attachments. + Transparently handles decompression (gzip, bzip2). + * Powerful query facilities, with boolean searches, phrases, proximity, + wildcards, filter on file types and directory tree. + * Multi-language and multi-character set with Unicode based internals. + * Extensive documentation, with a complete user manual and manual pages + for each command. WWW: http://www.lesbonscomptes.com/recoll/