Index: head/mail/bogofilter-sqlite/Makefile =================================================================== --- head/mail/bogofilter-sqlite/Makefile (revision 365536) +++ head/mail/bogofilter-sqlite/Makefile (revision 365537) @@ -1,22 +1,22 @@ # Created by: Matthias Andree # $FreeBSD$ PORTNAME= bogofilter -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail PKGNAMESUFFIX= -sqlite MAINTAINER= mandree@FreeBSD.org USE_SQLITE= 3 CONFLICTS_INSTALL= bogofilter-[0-9]* bogofilter-qdbm-[0-9]* bogofilter-tc-[0-9]* [a-z][a-z]-bogofilter-[0-9]* CONFIGURE_ARGS= --with-database=sqlite BF_CPPFLAGS= -I${LOCALBASE}/include BF_LIBS= DESCR= ${PKGDIR}/pkg-descr MASTERDIR= ${.CURDIR}/../bogofilter .include "${MASTERDIR}/Makefile" Index: head/mail/bogofilter-tc/Makefile =================================================================== --- head/mail/bogofilter-tc/Makefile (revision 365536) +++ head/mail/bogofilter-tc/Makefile (revision 365537) @@ -1,23 +1,23 @@ # Created by: Zach Thompson # $FreeBSD$ PORTNAME= bogofilter -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail PKGNAMESUFFIX= -tc MAINTAINER= mandree@FreeBSD.org # Blanket approval for changes by Zach Thompson (address above) LIB_DEPENDS= libtokyocabinet.so:${PORTSDIR}/databases/tokyocabinet CONFLICTS_INSTALL= bogofilter-[0-9]* [a-z][a-z]-bogofilter-[1-9]* bogofilter-sqlite-[0-9]* bogofilter-qdbm-[0-9]* CONFIGURE_ARGS= --with-database=tokyocabinet BF_CPPFLAGS= -I${LOCALBASE}/include BF_LIBS= DESCR= ${PKGDIR}/pkg-descr MASTERDIR= ${.CURDIR}/../bogofilter .include "${MASTERDIR}/Makefile"