Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2013 23:01:36 +0200
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/178843: [MAINTAINER] deskutils/recoll: update to 1.18.2
Message-ID:  <20130522210139.7F03216AA@hub.freebsd.org>
Resent-Message-ID: <201305222110.r4MLA0mw089456@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         178843
>Category:       ports
>Synopsis:       [MAINTAINER] deskutils/recoll: update to 1.18.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 22 21:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Tue Jan 29 15:02:50 EST 2013
>Description:
- Update to 1.18.2
- Shorten header
- Trim dependency for databases/xapian-core
- Add Portscout
- Trim pkg-plist, remove mtree

Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:

Version 1.19.2 can't be builded.

Build log

https://redports.org/buildarchive/20130418154100-2543/

>Fix:

--- recoll-1.18.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/deskutils/recoll/Makefile ./Makefile
--- /usr/ports/deskutils/recoll/Makefile	2013-04-29 12:53:42.000000000 +0200
+++ ./Makefile	2013-05-22 22:51:40.000000000 +0200
@@ -1,24 +1,19 @@
-# New ports collection makefile for:   recoll
-# Date created:        5 December 2005
-# Whom:                J.F. Dockes <jean-francois.dockes@wanadoo.fr>
-#
+# Created by: J.F. Dockes <jean-francois.dockes@wanadoo.fr>
 # $FreeBSD: head/deskutils/recoll/Makefile 316654 2013-04-27 08:50:46Z mva $
-#
 
 PORTNAME=	recoll
-PORTVERSION=	1.18.1
-PORTREVISION=	1
+PORTVERSION=	1.18.2
 CATEGORIES=	deskutils
-MASTER_SITES=	http://www.lesbonscomptes.com/recoll/
+MASTER_SITES=	http://www.lesbonscomptes.com/${PORTNAME}/
 
 MAINTAINER=	nemysis@gmx.ch
 COMMENT=	Personal full text search package, based on Xapian
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	xapian:${PORTSDIR}/databases/xapian-core
+BUILD_DEPENDS=	xapian-core>=0:${PORTSDIR}/databases/xapian-core
 
-USES=		iconv
+USE_ICONV=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 MAKE_JOBS_SAFE=	yes
@@ -30,8 +25,11 @@
 MAN5=		recoll.conf.5
 
 OPTIONS_DEFINE=	QT4 ASPELL PYTHON X11MON
-OPTIONS_DEFAULT=QT4 ASPELL PYTHON X11MON
 X11MON_DESC=	X11 session monitoring support
+OPTIONS_DEFAULT=QT4 ASPELL PYTHON X11MON
+
+# Wrong versioning upstream
+PORTSCOUT=	skipv:1.19
 
 .include <bsd.port.options.mk>
 
diff -ruN --exclude=CVS /usr/ports/deskutils/recoll/distinfo ./distinfo
--- /usr/ports/deskutils/recoll/distinfo	2013-01-14 17:54:27.000000000 +0100
+++ ./distinfo	2013-05-22 22:52:29.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (recoll-1.18.1.tar.gz) = 8ea01dc64002b594b7ca08cf40c5581963bd98617d8ab5554164a8af4a9fd933
-SIZE (recoll-1.18.1.tar.gz) = 2026276
+SHA256 (recoll-1.18.2.tar.gz) = 4729785354bd0d465c92e7d2a6fced688d8c08f1342a9bef2f040e7b10b1f510
+SIZE (recoll-1.18.2.tar.gz) = 1969421
diff -ruN --exclude=CVS /usr/ports/deskutils/recoll/pkg-plist ./pkg-plist
--- /usr/ports/deskutils/recoll/pkg-plist	2013-01-14 17:54:27.000000000 +0100
+++ ./pkg-plist	2013-04-18 16:47:19.000000000 +0200
@@ -86,6 +86,7 @@
 %%DATADIR%%/images/spreadsheet.png
 %%DATADIR%%/images/text-x-python.png
 %%DATADIR%%/images/txt.png
+%%DATADIR%%/images/video.png
 %%DATADIR%%/images/wordprocessing.png
 %%DATADIR%%/translations/recoll_cs.qm
 %%DATADIR%%/translations/recoll_de.qm
@@ -106,8 +107,4 @@
 @dirrm %%DATADIR%%/examples
 @dirrm %%DATADIR%%/doc
 @dirrm %%DATADIR%%
-@dirrmtry share/icons/hicolor/48x48/apps
-@dirrmtry share/icons/hicolor/48x48
-@dirrmtry share/icons/hicolor
-@dirrmtry share/icons
-@dirrmtry share/applications
+%%QT%%@dirrmtry share/applications
--- recoll-1.18.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130522210139.7F03216AA>