diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-07-27 03:09:13 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-07-27 03:09:13 +0000 |
commit | 76157bcf828baeb532ffde79d2ce9054bef3f7a2 (patch) | |
tree | 177065143f3e7127bf61d72bd2f7cab68e9eb054 /deskutils | |
parent | 8f457e1bc4078c89b6e9114abf78b6510ba969cb (diff) |
- Chase databases/xapian-core update
PR: ports/125954 (deskutils/recoll)
Submitted by: maintainer of xapian-core
Notes
Notes:
svn path=/head/; revision=217647
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/pinot/Makefile | 3 | ||||
-rw-r--r-- | deskutils/recoll/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index eecd70396857..2eec03dad9cb 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -8,6 +8,7 @@ PORTNAME= pinot PORTVERSION= 0.87 CATEGORIES= deskutils +PORTREVISION= 1 MASTER_SITES= ${MASTER_SITE_BERLIOS} #MASTER_SITES= http://www.chez.com/colinf/pinot/ \ # http://amra.dyndns.org/ @@ -17,7 +18,7 @@ MAINTAINER= thierry@FreeBSD.org COMMENT= Personal search and metasearch for the Free Desktop BUILD_DEPENDS= update-desktop-database:${PORTSDIR}/devel/desktop-file-utils -LIB_DEPENDS= xapian.19:${PORTSDIR}/databases/xapian-core \ +LIB_DEPENDS= xapian.20:${PORTSDIR}/databases/xapian-core \ gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \ textcat.0:${PORTSDIR}/textproc/libtextcat \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ diff --git a/deskutils/recoll/Makefile b/deskutils/recoll/Makefile index 06a2f4867372..c9145faa859b 100644 --- a/deskutils/recoll/Makefile +++ b/deskutils/recoll/Makefile @@ -7,6 +7,7 @@ PORTNAME= recoll PORTVERSION= 1.10.2 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://www.lesbonscomptes.com/recoll/ @@ -14,7 +15,7 @@ MAINTAINER= jean-francois.dockes@wanadoo.fr COMMENT= A personal full text search package, based on QT and Xapian BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake -LIB_DEPENDS= xapian.1[3-9]:${PORTSDIR}/databases/xapian-core \ +LIB_DEPENDS= xapian.[1-2][0-9]:${PORTSDIR}/databases/xapian-core \ qt-mt.3:${PORTSDIR}/x11-toolkits/qt33 USE_QT_VER= 3 |