aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorvsevolod <vsevolod@FreeBSD.org>2013-02-18 01:34:23 +0800
committervsevolod <vsevolod@FreeBSD.org>2013-02-18 01:34:23 +0800
commit281ee18a1ff025a48afd349bfcc4b15551443eb7 (patch)
tree0f8c4cedb14c8f0276258556c5fb0cd73bcd017d /mail
parent0c2d080294c7bd30e7d5e23fb9a2d7e46731b622 (diff)
downloadfreebsd-ports-gnome-281ee18a1ff025a48afd349bfcc4b15551443eb7.tar.gz
freebsd-ports-gnome-281ee18a1ff025a48afd349bfcc4b15551443eb7.tar.zst
freebsd-ports-gnome-281ee18a1ff025a48afd349bfcc4b15551443eb7.zip
- Update to 1.5.39.
- Change master site to bitbucket. - Add license information. - Add dependency on libopendkim for DKIM signing support.
Diffstat (limited to 'mail')
-rw-r--r--mail/rmilter/Makefile18
-rw-r--r--mail/rmilter/distinfo4
2 files changed, 10 insertions, 12 deletions
diff --git a/mail/rmilter/Makefile b/mail/rmilter/Makefile
index 7c20ceb81fc9..90d6ab19e5d5 100644
--- a/mail/rmilter/Makefile
+++ b/mail/rmilter/Makefile
@@ -1,23 +1,20 @@
-# New ports collection makefile for: rmilter
-# Date created: 2007-11-02
-# Whom: vsevolod
-#
# $FreeBSD$
-#
PORTNAME= rmilter
-PORTVERSION= 1.5.37
-PORTREVISION= 1
+PORTVERSION= 1.5.39
CATEGORIES= mail
-MASTER_SITES= http://highsecure.ru/
+MASTER_SITES= http://cdn.bitbucket.org/vstakhov/rmilter/downloads/
MAINTAINER= vsevolod@FreeBSD.org
COMMENT= Milter that performs spamd, clamav, and spf checks
+LICENSE= BSD
+
PLIST_FILES= sbin/rmilter etc/rc.d/rmilter.sh etc/rmilter.conf.sample
HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX}
+CONFIGURE_ARGS= --prefix=${PREFIX} \
+ --enable-dkim
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@@ -32,7 +29,8 @@ CONFIGURE_ARGS+= --enable-sendmail
.endif
LIB_DEPENDS+= pcre.3:${PORTSDIR}/devel/pcre \
- spf2.3:${PORTSDIR}/mail/libspf2
+ spf2.3:${PORTSDIR}/mail/libspf2 \
+ opendkim.6:${PORTSDIR}/mail/opendkim
CFLAGS+= ${PTHREAD_CFLAGS}
LIBS+= ${PTHREAD_LIBS}
diff --git a/mail/rmilter/distinfo b/mail/rmilter/distinfo
index 8f7b8752a2ec..81cc26e4b387 100644
--- a/mail/rmilter/distinfo
+++ b/mail/rmilter/distinfo
@@ -1,2 +1,2 @@
-SHA256 (rmilter-1.5.37.tar.gz) = cc8f6c641b3802c633d8945321414b338a5e6bb5339890f29a9a2c92e6aef7ae
-SIZE (rmilter-1.5.37.tar.gz) = 73282
+SHA256 (rmilter-1.5.39.tar.gz) = c43ac45e4dd7c3358d517b0ba9a8754a897d59dcafce487c1703e5dad9f0d4b8
+SIZE (rmilter-1.5.39.tar.gz) = 104363