Date: Thu, 12 Nov 2015 20:06:15 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401394 - head/deskutils/recoll Message-ID: <201511122006.tACK6Fjx052953@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511122006.tACK6Fjx052953>