diff options
author | ahze <ahze@FreeBSD.org> | 2006-08-03 07:33:55 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-08-03 07:33:55 +0800 |
commit | ad470749ba7ed119424b6d9e25c487d7bf77338e (patch) | |
tree | af4615600d1ba10b4589b999956edd221c285e9f | |
parent | af77a5e7e46615b45930662acaa574b68c7ecb4b (diff) | |
download | freebsd-ports-gnome-ad470749ba7ed119424b6d9e25c487d7bf77338e.tar.gz freebsd-ports-gnome-ad470749ba7ed119424b6d9e25c487d7bf77338e.tar.zst freebsd-ports-gnome-ad470749ba7ed119424b6d9e25c487d7bf77338e.zip |
- Chase libver bump in qdbm
-rw-r--r-- | mail/bogofilter-qdbm/Makefile | 3 | ||||
-rw-r--r-- | textproc/estraier/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/bogofilter-qdbm/Makefile b/mail/bogofilter-qdbm/Makefile index 673973430ca4..6d5e9858e78b 100644 --- a/mail/bogofilter-qdbm/Makefile +++ b/mail/bogofilter-qdbm/Makefile @@ -6,12 +6,13 @@ # PORTNAME= bogofilter +PORTREVISION= 1 CATEGORIES= mail PKGNAMESUFFIX= -qdbm MAINTAINER= matthias.andree@gmx.de -LIB_DEPENDS= qdbm.12:${PORTSDIR}/databases/qdbm +LIB_DEPENDS= qdbm.14:${PORTSDIR}/databases/qdbm CONFLICTS= bogofilter-[0-9]* [a-z][a-z]-bogofilter-[0-9]* bogofilter-sqlite-[0-9]* diff --git a/textproc/estraier/Makefile b/textproc/estraier/Makefile index 34df84678726..ba1f28f7a8a3 100644 --- a/textproc/estraier/Makefile +++ b/textproc/estraier/Makefile @@ -7,7 +7,7 @@ PORTNAME= estraier PORTVERSION= 1.2.29 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://estraier.sourceforge.net/ @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ahze@FreeBSD.org COMMENT= A full-text search system for personal use -LIB_DEPENDS= qdbm.12:${PORTSDIR}/databases/qdbm +LIB_DEPENDS= qdbm.14:${PORTSDIR}/databases/qdbm USE_ICONV= yes |