aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2004-06-18 14:25:35 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2004-06-18 14:25:35 +0000
commit757809a774279abeaa15cce1baf12aac1532b2de (patch)
tree6930c1fd561fa84676375e1d2aafe6f4fa24e823
parentf5e119447acbfcd694aeb922572b9a78525f9862 (diff)
downloadports-757809a774279abeaa15cce1baf12aac1532b2de.tar.gz
ports-757809a774279abeaa15cce1baf12aac1532b2de.zip
Notes
-rw-r--r--mail/bogofilter-current/Makefile6
-rw-r--r--mail/bogofilter-qdbm/Makefile2
-rw-r--r--mail/bogofilter-tdb/Makefile2
-rw-r--r--mail/bogofilter/Makefile6
4 files changed, 8 insertions, 8 deletions
diff --git a/mail/bogofilter-current/Makefile b/mail/bogofilter-current/Makefile
index e54500226c87..537aedd5cdeb 100644
--- a/mail/bogofilter-current/Makefile
+++ b/mail/bogofilter-current/Makefile
@@ -8,11 +8,11 @@
PORTNAME= bogofilter
PORTVERSION= 0.17.5
PORTREVISION= 1
-CATEGORIES= mail
+CATEGORIES?= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= matthias.andree@gmx.de
+MAINTAINER?= matthias.andree@gmx.de
COMMENT= "Fast, teachable, learning spam detector"
LIB_DEPENDS?= db-4.2:${PORTSDIR}/databases/db42
@@ -23,7 +23,7 @@ LIB_DEPENDS+= gsl.5:${PORTSDIR}/math/gsl
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2
.endif
-CONFLICTS?= bogofilter-tdb* bogofilter-qdbm*
+CONFLICTS?= bogofilter-tdb* bogofilter-qdbm* [a-z][a-z]-bogofilter-0*
USE_BZIP2= yes
USE_REINPLACE= yes
diff --git a/mail/bogofilter-qdbm/Makefile b/mail/bogofilter-qdbm/Makefile
index 09625b71035b..0c032ccd281a 100644
--- a/mail/bogofilter-qdbm/Makefile
+++ b/mail/bogofilter-qdbm/Makefile
@@ -14,7 +14,7 @@ MASTERDIR= ${.CURDIR}/../bogofilter
LIB_DEPENDS= qdbm.1:${PORTSDIR}/databases/qdbm
-CONFLICTS= bogofilter-0* bogofilter-tdb*
+CONFLICTS= bogofilter-0* bogofilter-tdb* [a-z][a-z]-bogofilter-0*
CONFIGURE_ARGS= --with-database=qdbm
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
diff --git a/mail/bogofilter-tdb/Makefile b/mail/bogofilter-tdb/Makefile
index e2b70613e45e..f992aa2c072f 100644
--- a/mail/bogofilter-tdb/Makefile
+++ b/mail/bogofilter-tdb/Makefile
@@ -14,7 +14,7 @@ MASTERDIR= ${.CURDIR}/../bogofilter
LIB_DEPENDS= tdb.1:${PORTSDIR}/databases/tdb
-CONFLICTS= bogofilter-0* bogofilter-qdbm*
+CONFLICTS= bogofilter-0* bogofilter-qdbm* [a-z][a-z]-bogofilter-0*
CONFIGURE_ARGS= --with-database=tdb
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile
index e54500226c87..537aedd5cdeb 100644
--- a/mail/bogofilter/Makefile
+++ b/mail/bogofilter/Makefile
@@ -8,11 +8,11 @@
PORTNAME= bogofilter
PORTVERSION= 0.17.5
PORTREVISION= 1
-CATEGORIES= mail
+CATEGORIES?= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= matthias.andree@gmx.de
+MAINTAINER?= matthias.andree@gmx.de
COMMENT= "Fast, teachable, learning spam detector"
LIB_DEPENDS?= db-4.2:${PORTSDIR}/databases/db42
@@ -23,7 +23,7 @@ LIB_DEPENDS+= gsl.5:${PORTSDIR}/math/gsl
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2
.endif
-CONFLICTS?= bogofilter-tdb* bogofilter-qdbm*
+CONFLICTS?= bogofilter-tdb* bogofilter-qdbm* [a-z][a-z]-bogofilter-0*
USE_BZIP2= yes
USE_REINPLACE= yes