diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-13 22:48:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-13 22:48:06 +0000 |
commit | aa0b906c79308d0dce881e49c53b244fa168cc40 (patch) | |
tree | a532f5f6bfa483e7bd33bceb3e8686d9c97975db /deskutils | |
parent | ddff019f870cac29b7b615d1952a50b5624e4a37 (diff) | |
download | ports-aa0b906c79308d0dce881e49c53b244fa168cc40.tar.gz ports-aa0b906c79308d0dce881e49c53b244fa168cc40.zip |
- Update to 1.1.0
PR: ports/91706
Submitted by: Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> (maintainer)
Notes
Notes:
svn path=/head/; revision=153408
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/recoll/Makefile | 13 | ||||
-rw-r--r-- | deskutils/recoll/distinfo | 6 | ||||
-rw-r--r-- | deskutils/recoll/pkg-plist | 3 |
3 files changed, 17 insertions, 5 deletions
diff --git a/deskutils/recoll/Makefile b/deskutils/recoll/Makefile index 8723288d331a..f4d4ef68893a 100644 --- a/deskutils/recoll/Makefile +++ b/deskutils/recoll/Makefile @@ -6,7 +6,7 @@ # PORTNAME= recoll -PORTVERSION= 1.0.14 +PORTVERSION= 1.1.0 CATEGORIES= deskutils MASTER_SITES= http://www.lesbonscomptes.com/recoll/ @@ -22,4 +22,13 @@ MAKE_ENV= QTDIR="${QT_PREFIX}" QMAKESPEC="freebsd-g++" GNU_CONFIGURE= yes USE_GMAKE= yes -.include <bsd.port.mk> +MAN1= recoll.1 recollindex.1 +MAN5= recoll.conf.5 + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile" +.endif + +.include <bsd.port.post.mk> diff --git a/deskutils/recoll/distinfo b/deskutils/recoll/distinfo index 33897885076f..b182439f0e6b 100644 --- a/deskutils/recoll/distinfo +++ b/deskutils/recoll/distinfo @@ -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 --git a/deskutils/recoll/pkg-plist b/deskutils/recoll/pkg-plist index 1ba3297061d3..718a5ca2b41a 100644 --- a/deskutils/recoll/pkg-plist +++ b/deskutils/recoll/pkg-plist @@ -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 @@ bin/recollindex %%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 |