diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2012-02-07 09:30:50 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2012-02-07 09:30:50 +0800 |
commit | 5bf856a565a066ac3adad71b084ba0e2e777739b (patch) | |
tree | 868a8d3201d434a3604f210ae5d4c18003244ffb | |
parent | 5fa1655869a0c86ee3a09136f99d43c5e05291a4 (diff) | |
download | freebsd-ports-gnome-5bf856a565a066ac3adad71b084ba0e2e777739b.tar.gz freebsd-ports-gnome-5bf856a565a066ac3adad71b084ba0e2e777739b.tar.zst freebsd-ports-gnome-5bf856a565a066ac3adad71b084ba0e2e777739b.zip |
- Chase shlib bump for xapian-core
PR: ports/164460
-rw-r--r-- | deskutils/pinot/Makefile | 3 | ||||
-rw-r--r-- | deskutils/recoll/Makefile | 3 | ||||
-rw-r--r-- | www/ikiwiki/Makefile | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index fb5fa2e3c323..a3f187887b21 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -7,6 +7,7 @@ PORTNAME= pinot PORTVERSION= 0.98 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} #MASTER_SITES= http://colinf.chez.com/pinot/ @@ -18,7 +19,7 @@ COMMENT= Personal search and metasearch for the Free Desktop LICENSE= GPLv2 BUILD_DEPENDS= update-desktop-database:${PORTSDIR}/devel/desktop-file-utils -LIB_DEPENDS= xapian.21:${PORTSDIR}/databases/xapian-core \ +LIB_DEPENDS= xapian.26:${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 67b82456babe..23dbcb0c80b4 100644 --- a/deskutils/recoll/Makefile +++ b/deskutils/recoll/Makefile @@ -7,13 +7,14 @@ PORTNAME= recoll PORTVERSION= 1.15.5 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://www.lesbonscomptes.com/recoll/ MAINTAINER= pgollucci@FreeBSD.org COMMENT= A personal full text search package, based on QT and Xapian -LIB_DEPENDS= xapian.[1-2][0-9]:${PORTSDIR}/databases/xapian-core +LIB_DEPENDS= xapian.26:${PORTSDIR}/databases/xapian-core USE_QT_VER= 4 QT_COMPONENTS= gui qmake_build uic_build moc_build rcc_build \ diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile index cb7a640e799f..467bf4ff23fe 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -6,6 +6,7 @@ PORTNAME= ikiwiki PORTVERSION= 3.20110608 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} \ http://kitenet.net/~joey/debian/unstable/ |