diff options
author | ahze <ahze@FreeBSD.org> | 2004-12-08 11:15:24 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-12-08 11:15:24 +0800 |
commit | e0aa05017fa8fbe359b99af219d6d6240f0dc379 (patch) | |
tree | 5c29be7851f664d484f16eba1fcb373e61be1d6e /mail | |
parent | 0dc026d1edccb1e49618c4a82abc967e379a9220 (diff) | |
download | freebsd-ports-gnome-e0aa05017fa8fbe359b99af219d6d6240f0dc379.tar.gz freebsd-ports-gnome-e0aa05017fa8fbe359b99af219d6d6240f0dc379.tar.zst freebsd-ports-gnome-e0aa05017fa8fbe359b99af219d6d6240f0dc379.zip |
Chase SHLIB in qdbm
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bogofilter-current/Makefile | 2 | ||||
-rw-r--r-- | mail/bogofilter-qdbm/Makefile | 3 | ||||
-rw-r--r-- | mail/bogofilter/Makefile | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/mail/bogofilter-current/Makefile b/mail/bogofilter-current/Makefile index cbaee607ff4f..cf2aedea2365 100644 --- a/mail/bogofilter-current/Makefile +++ b/mail/bogofilter-current/Makefile @@ -7,7 +7,7 @@ PORTNAME= bogofilter PORTVERSION= 0.92.8 -PORTREVISION= 0 +PORTREVISION?= 0 CATEGORIES?= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/mail/bogofilter-qdbm/Makefile b/mail/bogofilter-qdbm/Makefile index dd9798307735..0d405723e684 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.3:${PORTSDIR}/databases/qdbm +LIB_DEPENDS= qdbm.4:${PORTSDIR}/databases/qdbm CONFLICTS= bogofilter-[0-9]* bogofilter-tdb-[0-9]* [a-z][a-z]-bogofilter-[0-9]* diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index cbaee607ff4f..cf2aedea2365 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -7,7 +7,7 @@ PORTNAME= bogofilter PORTVERSION= 0.92.8 -PORTREVISION= 0 +PORTREVISION?= 0 CATEGORIES?= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |