diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2009-03-28 23:03:02 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2009-03-28 23:03:02 +0800 |
commit | 05c32e11cdc9b6cff2601732b01b270133ad1b65 (patch) | |
tree | 17de1abf03c179810d4572f3ceec77b87af82227 | |
parent | 74a87876ca9c6c006205d15d01eb0ad0b0e7abff (diff) | |
download | freebsd-ports-gnome-05c32e11cdc9b6cff2601732b01b270133ad1b65.tar.gz freebsd-ports-gnome-05c32e11cdc9b6cff2601732b01b270133ad1b65.tar.zst freebsd-ports-gnome-05c32e11cdc9b6cff2601732b01b270133ad1b65.zip |
- Bump PORTREVISION to chase databases/tokyocabinet update
-rw-r--r-- | databases/py-pytc/Makefile | 2 | ||||
-rw-r--r-- | mail/bogofilter-tc/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/py-pytc/Makefile b/databases/py-pytc/Makefile index 4b29f8e098c5..7dee848ebceb 100644 --- a/databases/py-pytc/Makefile +++ b/databases/py-pytc/Makefile @@ -7,7 +7,7 @@ PORTNAME= pytc PORTVERSION= 0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/bogofilter-tc/Makefile b/mail/bogofilter-tc/Makefile index 1b0f756a99bf..cee957bdc619 100644 --- a/mail/bogofilter-tc/Makefile +++ b/mail/bogofilter-tc/Makefile @@ -6,14 +6,14 @@ # PORTNAME= bogofilter -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail PKGNAMESUFFIX= -tc MAINTAINER= matthias.andree@gmx.de # Blanket approval for changes by Zach Thompson (address above) -LIB_DEPENDS= tokyocabinet.7:${PORTSDIR}/databases/tokyocabinet +LIB_DEPENDS= tokyocabinet.8:${PORTSDIR}/databases/tokyocabinet CONFLICTS= bogofilter-[0-9]* [a-z][a-z]-bogofilter-[1-9]* bogofilter-sqlite-[0-9]* bogofilter-qdbm-[0-9]* |