FreeBSD Bugzilla – Attachment 162980 Details for
Bug 204441
[PATCH] deskutils/recoll: Update to version 1.21.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
deskutils_recoll.diff
deskutils_recoll.diff (text/plain), 4.68 KB, created by
tkato432
on 2015-11-10 18:32:06 UTC
(
hide
)
Description:
deskutils_recoll.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2015-11-10 18:32:06 UTC
Size:
4.68 KB
patch
obsolete
>diff -urN /usr/ports/deskutils/recoll/Makefile deskutils/recoll/Makefile >--- /usr/ports/deskutils/recoll/Makefile 2015-10-24 17:43:11.085465000 +0900 >+++ deskutils/recoll/Makefile 2015-11-11 00:00:00.000000000 +0900 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/deskutils/recoll/Makefile 400110 2015-10-24 07:15:27Z madpilot $ > > PORTNAME= recoll >-PORTVERSION= 1.21.2 >+PORTVERSION= 1.21.3 > CATEGORIES= deskutils > MASTER_SITES= http://www.lesbonscomptes.com/${PORTNAME}/ > >@@ -12,14 +12,13 @@ > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/COPYING > >-BUILD_DEPENDS= xapian-core>=0:${PORTSDIR}/databases/xapian-core >-RUN_DEPENDS:= ${BUILD_DEPENDS} \ >+BUILD_DEPENDS= xapian-core>0:${PORTSDIR}/databases/xapian-core >+RUN_DEPENDS:= unrar:${PORTSDIR}/archivers/unrar \ > antiword:${PORTSDIR}/textproc/antiword \ > catdoc:${PORTSDIR}/textproc/catdoc \ > wpd2html:${PORTSDIR}/textproc/libwpd010 \ >- xsltproc:${PORTSDIR}/textproc/libxslt \ >- unrar:${PORTSDIR}/archivers/unrar \ >- unrtf:${PORTSDIR}/textproc/unrtf >+ unrtf:${PORTSDIR}/textproc/unrtf \ >+ ${BUILD_DEPENDS} > > USES= bison gmake iconv shebangfix > SHEBANG_FILES= filters/rclimg filters/rclpdf desktop/hotrecoll.py >@@ -40,14 +39,13 @@ > 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 >-LATEX_USE= tex=dvipsk:run >-#LATEX_RUN_DEPENDS= detex:${PORTSDIR}/print/detex >+KONQUEROR_RUN_DEPENDS= kwebkitpart>0:${PORTSDIR}/www/kwebkitpart >+LATEX_USE= tex=dvipsk:run,latex:run > PDF_RUN_DEPENDS= xpdf:${PORTSDIR}/graphics/xpdf > PS_RUN_DEPENDS= pstotext:${PORTSDIR}/print/pstotext > PYTHON_USES= python >@@ -75,7 +73,6 @@ > .if ${PORT_OPTIONS:MQT4} > QT_NONSTANDARD= yes > CONFIGURE_ENV+= QTDIR="${QT_PREFIX}" QMAKE="${QMAKE}" >-INSTALLS_ICONS= yes > .endif > > post-patch: >@@ -98,13 +95,13 @@ > > 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> >diff -urN /usr/ports/deskutils/recoll/distinfo deskutils/recoll/distinfo >--- /usr/ports/deskutils/recoll/distinfo 2015-10-24 17:43:11.096703000 +0900 >+++ deskutils/recoll/distinfo 2015-11-11 00:00:00.000000000 +0900 >@@ -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 >diff -urN /usr/ports/deskutils/recoll/pkg-descr deskutils/recoll/pkg-descr >--- /usr/ports/deskutils/recoll/pkg-descr 2015-08-24 03:55:51.964051000 +0900 >+++ deskutils/recoll/pkg-descr 2015-11-11 00:00:00.000000000 +0900 >@@ -3,17 +3,17 @@ > 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/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 204441
: 162980