aboutsummaryrefslogtreecommitdiff
path: root/mail/spmfilter/Makefile
diff options
context:
space:
mode:
authorSahil Tandon <sahil@FreeBSD.org>2010-05-02 19:28:20 +0000
committerSahil Tandon <sahil@FreeBSD.org>2010-05-02 19:28:20 +0000
commit06233e283412f034d95bc0d0229e43cd075dc6a4 (patch)
tree130120dae94bb5b492ba42622dd1cf741dadd9ef /mail/spmfilter/Makefile
parent82cb42350dcdd26c456b64cbf5b3389b3e31fc35 (diff)
downloadports-06233e283412f034d95bc0d0229e43cd075dc6a4.tar.gz
ports-06233e283412f034d95bc0d0229e43cd075dc6a4.zip
- Update to 0.4.1
PR: ports/146113 Submitted by: Frank Wall <fw@moov.de> (maintainer) Approved by: wxs@ (mentor)
Notes
Notes: svn path=/head/; revision=253573
Diffstat (limited to 'mail/spmfilter/Makefile')
-rw-r--r--mail/spmfilter/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/mail/spmfilter/Makefile b/mail/spmfilter/Makefile
index d9ffa6efb3ef..a5e89d5f63d1 100644
--- a/mail/spmfilter/Makefile
+++ b/mail/spmfilter/Makefile
@@ -6,22 +6,20 @@
#
PORTNAME= spmfilter
-PORTVERSION= 0.4.0
+PORTVERSION= 0.4.1
CATEGORIES= mail
-MASTER_SITES= http://www.${PORTNAME}.org/attachments/download/51/
+MASTER_SITES= http://www.${PORTNAME}.org/attachments/download/54/
MAINTAINER= fw@moov.de
COMMENT= Spmfilter is a high-performance mail filtering framework, written in C
-BUILD_DEPENDS= gmime>=2.2:${PORTSDIR}/mail/gmime2 \
+BUILD_DEPENDS= gmime-24>=2.4:${PORTSDIR}/mail/gmime24 \
libesmtp>=1.0:${PORTSDIR}/mail/libesmtp \
- glib>=2.04:${PORTSDIR}/devel/glib20 \
- pcre>=6.0:${PORTSDIR}/devel/pcre
+ glib>=2.14:${PORTSDIR}/devel/glib20
-RUN_DEPENDS= gmime>=2.2:${PORTSDIR}/mail/gmime2 \
+RUN_DEPENDS= gmime-24>=2.4:${PORTSDIR}/mail/gmime24 \
libesmtp>=1.0:${PORTSDIR}/mail/libesmtp \
- glib>=2.04:${PORTSDIR}/devel/glib20 \
- pcre>=6.0:${PORTSDIR}/devel/pcre
+ glib>=2.14:${PORTSDIR}/devel/glib20
USE_CMAKE= yes
CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \