Bug 91706 - Update port: deskutils/recoll
Summary: Update port: deskutils/recoll
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Tim Bishop
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-12 12:30 UTC by Jean-Francois Dockes
Modified: 2006-01-13 22:48 UTC (History)
0 users

See Also:


Attachments
file.shar (3.80 KB, text/plain)
2006-01-12 12:30 UTC, Jean-Francois Dockes
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Francois Dockes 2006-01-12 12:30:05 UTC
	recoll port updated to recoll version 1.1.0
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-12 12:32:10 UTC
Class Changed
From-To: change-request->maintainer-update

Fix category (submitter is maintainer)
Comment 2 Tim Bishop freebsd_committer freebsd_triage 2006-01-12 20:56:01 UTC
On Thu, 2006-01-12 at 13:27 +0100, Jean-Francois Dockes wrote:
> >Number:         91706
> >Category:       ports
> >Synopsis:       Update port: deskutils/recoll

Please submit updates as unified diffs instead of shar files. Details
can be found here:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/port-upgrading.html

Cheers,
Tim.

-- 
Tim Bishop,
FreeBSD Project.
PGP Key: 0x5AE7D984
Comment 3 Jean-Francois Dockes 2006-01-13 07:36:52 UTC
Sorry about this. My first update. The next will be better :)  

Here follow the diffs:

diff -ruN recoll.bak/Makefile recoll/Makefile
--- recoll.bak/Makefile	Wed Dec  7 18:31:52 2005
+++ recoll/Makefile	Fri Jan 13 08:29:19 2006
@@ -2,11 +2,11 @@
 # Date created:        5 December 2005
 # Whom:                J.F. Dockes <jean-francois.dockes@wanadoo.fr>
 #
-# $FreeBSD: ports/deskutils/recoll/Makefile,v 1.1 2005/12/07 17:31:52 garga Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	recoll
-PORTVERSION=	1.0.14
+PORTVERSION=	1.1.0
 CATEGORIES=	deskutils
 MASTER_SITES=	http://www.lesbonscomptes.com/recoll/
 
@@ -21,5 +21,9 @@
 MAKE_ENV=	QTDIR="${QT_PREFIX}" QMAKESPEC="freebsd-g++"
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
+
+MAN1=		recoll.1 recollindex.1
+MAN5=		recoll.conf.5
+MANCOMPRESSED=	no
 
 .include <bsd.port.mk>
diff -ruN recoll.bak/distinfo recoll/distinfo
--- recoll.bak/distinfo	Wed Dec  7 18:31:52 2005
+++ recoll/distinfo	Thu Jan 12 12:52:16 2006
@@ -1,3 +1,3 @@
-MD5 (recoll-1.0.14.tar.gz) = 223037883f26294405491e0e2c8ab33b
-SHA256 (recoll-1.0.14.tar.gz) = 0552c467c2c1c8eedc98a1fcc457304e29f080c2afe11fad5c55b88b4cf3548f
-SIZE (recoll-1.0.14.tar.gz) = 328158
+MD5 (recoll-1.1.0.tar.gz) = d5a97505ea9d39e01967ee9657beb5e0
+SHA256 (recoll-1.1.0.tar.gz) = 0b77dd8c362102bc42b3ce921d107c2455196ea10185f7ac0ef718bb45300019
+SIZE (recoll-1.1.0.tar.gz) = 414331
diff -ruN recoll.bak/pkg-plist recoll/pkg-plist
--- recoll.bak/pkg-plist	Wed Dec  7 18:31:52 2005
+++ recoll/pkg-plist	Tue Jan 10 14:02:04 2006
@@ -1,5 +1,7 @@
 bin/recoll
 bin/recollindex
+%%DATADIR%%/doc/docbook.css
+%%DATADIR%%/doc/usermanual.html
 %%DATADIR%%/examples/mimeconf
 %%DATADIR%%/examples/mimemap
 %%DATADIR%%/examples/recoll.conf
@@ -23,6 +25,7 @@
 %%DATADIR%%/images/txt.png
 %%DATADIR%%/images/wordprocessing.png
 %%DATADIR%%/translations/recoll_fr.qm
+@dirrm %%DATADIR%%/doc
 @dirrm %%DATADIR%%/examples
 @dirrm %%DATADIR%%/filters
 @dirrm %%DATADIR%%/images
Comment 4 Tim Bishop freebsd_committer freebsd_triage 2006-01-13 22:18:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tdb

I'll take it.
Comment 5 Pav Lucistnik freebsd_committer freebsd_triage 2006-01-13 22:48:08 UTC
State Changed
From-To: open->closed

Committed, thanks!