svn commit: r320216 - head/deskutils/recoll
Martin Wilke
miwi at FreeBSD.org
Fri Jun 7 15:39:31 UTC 2013
Author: miwi
Date: Fri Jun 7 15:39:29 2013
New Revision: 320216
URL: http://svnweb.freebsd.org/changeset/ports/320216
Log:
- Update to 1.18.2
- Shorten header
- Trim dependency
- Add Portscout
- Trim pkg-plist, remove mtree
PR: 178843
Submitted by: nemysis <nemysis at gmx.ch> (maintainer)
Modified:
head/deskutils/recoll/Makefile
head/deskutils/recoll/distinfo
head/deskutils/recoll/pkg-plist
Modified: head/deskutils/recoll/Makefile
==============================================================================
--- head/deskutils/recoll/Makefile Fri Jun 7 15:37:47 2013 (r320215)
+++ head/deskutils/recoll/Makefile Fri Jun 7 15:39:29 2013 (r320216)
@@ -1,24 +1,19 @@
-# New ports collection makefile for: recoll
-# Date created: 5 December 2005
-# Whom: J.F. Dockes <jean-francois.dockes at wanadoo.fr>
-#
+# Created by: J.F. Dockes <jean-francois.dockes at wanadoo.fr>
# $FreeBSD$
-#
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 at 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 @@ MAN1= recollindex.1
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>
Modified: head/deskutils/recoll/distinfo
==============================================================================
--- head/deskutils/recoll/distinfo Fri Jun 7 15:37:47 2013 (r320215)
+++ head/deskutils/recoll/distinfo Fri Jun 7 15:39:29 2013 (r320216)
@@ -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
Modified: head/deskutils/recoll/pkg-plist
==============================================================================
--- head/deskutils/recoll/pkg-plist Fri Jun 7 15:37:47 2013 (r320215)
+++ head/deskutils/recoll/pkg-plist Fri Jun 7 15:39:29 2013 (r320216)
@@ -86,6 +86,7 @@ bin/recollindex
%%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 @@ bin/recollindex
@dirrm %%DATADIR%%/examples
@dirrm %%DATADIR%%/doc
@dirrm %%DATADIR%%
- at dirrmtry share/icons/hicolor/48x48/apps
- at dirrmtry share/icons/hicolor/48x48
- at dirrmtry share/icons/hicolor
- at dirrmtry share/icons
- at dirrmtry share/applications
+%%QT%%@dirrmtry share/applications
More information about the svn-ports-head
mailing list