diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-11-14 23:07:16 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-11-14 23:07:16 +0800 |
commit | c362007b28ee44ed53a82241f89bbebca96b2549 (patch) | |
tree | aca7bca289cb4190d72a0dc6a81ebe10d6ec86f7 | |
parent | a133725b7632401a0ccf5ed4238dfe53329a72a4 (diff) | |
download | freebsd-ports-gnome-c362007b28ee44ed53a82241f89bbebca96b2549.tar.gz freebsd-ports-gnome-c362007b28ee44ed53a82241f89bbebca96b2549.tar.zst freebsd-ports-gnome-c362007b28ee44ed53a82241f89bbebca96b2549.zip |
- Bump portrevision after databases/xapian-core shlib bump
Notified by: erwin (via pointyhat)
-rw-r--r-- | deskutils/pinot/Makefile | 3 | ||||
-rw-r--r-- | www/xapian-omega/Makefile | 3 | ||||
-rw-r--r-- | www/xapian-omega10/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index dec74bd3f86a..05d7e958c378 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -7,6 +7,7 @@ PORTNAME= pinot PORTVERSION= 0.89 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_BERLIOS} #MASTER_SITES= http://www.chez.com/colinf/pinot/ \ @@ -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.20:${PORTSDIR}/databases/xapian-core \ +LIB_DEPENDS= xapian.21:${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/www/xapian-omega/Makefile b/www/xapian-omega/Makefile index 4a157ef40ac2..e878439a2f5c 100644 --- a/www/xapian-omega/Makefile +++ b/www/xapian-omega/Makefile @@ -6,6 +6,7 @@ PORTNAME= xapian-omega PORTVERSION= 1.0.9 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ ${MASTER_SITE_LOCAL} @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= brix MAINTAINER= brix@FreeBSD.org COMMENT= CGI search application built on Xapian -LIB_DEPENDS= xapian.20:${PORTSDIR}/databases/xapian-core +LIB_DEPENDS= xapian.21:${PORTSDIR}/databases/xapian-core GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/www/xapian-omega10/Makefile b/www/xapian-omega10/Makefile index 4a157ef40ac2..e878439a2f5c 100644 --- a/www/xapian-omega10/Makefile +++ b/www/xapian-omega10/Makefile @@ -6,6 +6,7 @@ PORTNAME= xapian-omega PORTVERSION= 1.0.9 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ ${MASTER_SITE_LOCAL} @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= brix MAINTAINER= brix@FreeBSD.org COMMENT= CGI search application built on Xapian -LIB_DEPENDS= xapian.20:${PORTSDIR}/databases/xapian-core +LIB_DEPENDS= xapian.21:${PORTSDIR}/databases/xapian-core GNU_CONFIGURE= yes USE_LDCONFIG= yes |