diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-07-07 14:55:28 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-07-07 14:55:28 +0800 |
commit | 55449884dd2cdf5f815746f67ac755bebf3bc93f (patch) | |
tree | e55f2a05ef7d5e8ffe129944d40572f9d2699aa6 | |
parent | 667e8794a85dc978b4a1c5cd31367763b6bb634b (diff) | |
download | freebsd-ports-gnome-55449884dd2cdf5f815746f67ac755bebf3bc93f.tar.gz freebsd-ports-gnome-55449884dd2cdf5f815746f67ac755bebf3bc93f.tar.zst freebsd-ports-gnome-55449884dd2cdf5f815746f67ac755bebf3bc93f.zip |
- Bump PORTREVISION for databases/xapian-core shlib change
-rw-r--r-- | deskutils/pinot/Makefile | 3 | ||||
-rw-r--r-- | deskutils/recoll/Makefile | 3 | ||||
-rw-r--r-- | mail/mu/Makefile | 1 | ||||
-rw-r--r-- | mail/notmuch/Makefile | 3 |
4 files changed, 7 insertions, 3 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index c96256a31863..d5ecee2c6d37 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -7,6 +7,7 @@ PORTNAME= pinot PORTVERSION= 1.0 +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.26:${PORTSDIR}/databases/xapian-core \ +LIB_DEPENDS= xapian:${PORTSDIR}/databases/xapian-core \ gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \ exttextcat.0:${PORTSDIR}/textproc/libexttextcat \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ diff --git a/deskutils/recoll/Makefile b/deskutils/recoll/Makefile index 3b9c01c50018..1ff271d4f148 100644 --- a/deskutils/recoll/Makefile +++ b/deskutils/recoll/Makefile @@ -7,6 +7,7 @@ PORTNAME= recoll PORTVERSION= 1.17.3 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://www.lesbonscomptes.com/recoll/ @@ -16,7 +17,7 @@ COMMENT= A personal full text search package, based on Xapian LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= xapian.26:${PORTSDIR}/databases/xapian-core +LIB_DEPENDS= xapian:${PORTSDIR}/databases/xapian-core OPTIONS_DEFINE= QT4 ASPELL PYTHON X11MON OPTIONS_DEFAULT=QT4 ASPELL PYTHON X11MON diff --git a/mail/mu/Makefile b/mail/mu/Makefile index 1dabd79ec2b6..48fe8d2bf9cf 100644 --- a/mail/mu/Makefile +++ b/mail/mu/Makefile @@ -7,6 +7,7 @@ PORTNAME= mu PORTVERSION= 0.9.8.1 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://mu0.googlecode.com/files/ diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile index 29899b1cd6e4..d0c8ccfbf6e6 100644 --- a/mail/notmuch/Makefile +++ b/mail/notmuch/Makefile @@ -7,6 +7,7 @@ PORTNAME= notmuch PORTVERSION= 0.11 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://notmuchmail.org/releases/ @@ -14,7 +15,7 @@ MAINTAINER= darwinsurvivor@gmail.com COMMENT= A thread-based email index, search and tagging application LIB_DEPENDS= gmime-2.4:${PORTSDIR}/mail/gmime24 \ - xapian.26:${PORTSDIR}/databases/xapian-core \ + xapian:${PORTSDIR}/databases/xapian-core \ talloc:${PORTSDIR}/devel/talloc MAN1= notmuch.1 |