diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-10 10:51:06 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-10 10:51:06 +0000 |
commit | 69a0238e3d75f556db7dc2c87555a4ef5104f3c5 (patch) | |
tree | cb676c83527d1b7d54d9bad1fde7f2e312962458 | |
parent | - Update to version 0.6.7 (diff) |
- Chase libraries for new textproc/libtre version
Notes
Notes:
svn path=/head/; revision=108819
-rw-r--r-- | mail/crm114-devel/Makefile | 4 | ||||
-rw-r--r-- | mail/crm114/Makefile | 4 | ||||
-rw-r--r-- | net/bfilter/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/mail/crm114-devel/Makefile b/mail/crm114-devel/Makefile index 5958928d69a1..161df3606cd0 100644 --- a/mail/crm114-devel/Makefile +++ b/mail/crm114-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= crm114 PORTVERSION= 20040221 -PORTREVISION= 1 +PORTREVISION= 2 # WARNING change versionname in CRM114RELEASENAME too. # portlint didn't like this variable at this place. # So I have to put it down in this file. @@ -23,7 +23,7 @@ DISTFILES= ${DISTNAME}.tar.gz ${DISTNAME:R}.css.tar.gz MAINTAINER= Meno.Abels@Adviser.com COMMENT= An Markov based SpamFilter -LIB_DEPENDS= tre.4:${PORTSDIR}/textproc/libtre +LIB_DEPENDS= tre.5:${PORTSDIR}/textproc/libtre # there is no other then formail on this planet RUN_DEPENDS= procmail:${PORTSDIR}/mail/procmail diff --git a/mail/crm114/Makefile b/mail/crm114/Makefile index 5958928d69a1..161df3606cd0 100644 --- a/mail/crm114/Makefile +++ b/mail/crm114/Makefile @@ -7,7 +7,7 @@ PORTNAME= crm114 PORTVERSION= 20040221 -PORTREVISION= 1 +PORTREVISION= 2 # WARNING change versionname in CRM114RELEASENAME too. # portlint didn't like this variable at this place. # So I have to put it down in this file. @@ -23,7 +23,7 @@ DISTFILES= ${DISTNAME}.tar.gz ${DISTNAME:R}.css.tar.gz MAINTAINER= Meno.Abels@Adviser.com COMMENT= An Markov based SpamFilter -LIB_DEPENDS= tre.4:${PORTSDIR}/textproc/libtre +LIB_DEPENDS= tre.5:${PORTSDIR}/textproc/libtre # there is no other then formail on this planet RUN_DEPENDS= procmail:${PORTSDIR}/mail/procmail diff --git a/net/bfilter/Makefile b/net/bfilter/Makefile index bb0ee53fb353..e380ed9889fc 100644 --- a/net/bfilter/Makefile +++ b/net/bfilter/Makefile @@ -7,7 +7,7 @@ PORTNAME= bfilter PORTVERSION= 0.9.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ MAINTAINER= krion@FreeBSD.org COMMENT= Smart filtering HTTP proxy LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - tre.4:${PORTSDIR}/textproc/libtre \ + tre.5:${PORTSDIR}/textproc/libtre \ sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 GNU_CONFIGURE= yes |