From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 22 21:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EA0CC198F for ; Wed, 22 May 2013 21:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id CB0C73F7 for ; Wed, 22 May 2013 21:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4MLA0W8089461 for ; Wed, 22 May 2013 21:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4MLA0mw089456; Wed, 22 May 2013 21:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 22 May 2013 21:10:00 GMT Resent-Message-Id: <201305222110.r4MLA0mw089456@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7F03216AA for ; Wed, 22 May 2013 21:01:39 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) by mx1.freebsd.org (Postfix) with ESMTP id 27A7B289 for ; Wed, 22 May 2013 21:01:38 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.2]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0Lur0x-1UWMJX0rKr-0104ak for ; Wed, 22 May 2013 23:01:38 +0200 Received: (qmail invoked by alias); 22 May 2013 21:01:37 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp002) with SMTP; 22 May 2013 23:01:37 +0200 Received: by something.email.com (sSMTP sendmail emulation); Wed, 22 May 2013 23:01:36 +0200 Message-Id: <20130522210139.7F03216AA@hub.freebsd.org> Date: Wed, 22 May 2013 23:01:36 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/178843: [MAINTAINER] deskutils/recoll: update to 1.18.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 May 2013 21:10:01 -0000 >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 -# +# Created by: J.F. Dockes # $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 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: