1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/mail/dovecot2-antispam-plugin/Makefile
Adam Weinberger 86150bb805 Update dovecot2 to 2.2.18. This is a bugfix release to address issues
identified in 2.2.17.

Changes:
- director: Login UNIX sockets were normally detected as doveadm or
  director ring sockets, causing it to break in existing installations.
- sdbox: When copying a mail in alt storage, place the destination to
  alt storage as well.

Bump PORTREVISION on antispam-plugin and pigeonhole, like I should have
done last time.
2015-05-15 15:02:07 +00:00

37 lines
931 B
Makefile

# Created by: Denis Shaposhnikov <dsh@bamus.cz>
# $FreeBSD$
PORTNAME= dovecot2-antispam-plugin
PORTVERSION= 20130429
PORTREVISION= 12
CATEGORIES= mail
MASTER_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \
LOCAL/olgeni
DISTNAME= dovecot-antispam-plugin-${DISTVERSION}
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Dovecot 2.x plugin for spam systems training
LICENSE= GPLv2
BUILD_DEPENDS= dovecot2>=2.2.0:${PORTSDIR}/mail/dovecot2 \
gawk:${PORTSDIR}/lang/gawk
RUN_DEPENDS= dovecot2>=2.2.0:${PORTSDIR}/mail/dovecot2
CONFLICTS= dovecot-antispam-1.*
WRKSRC= ${WRKDIR}/dovecot-antispam-plugin-5ebc6aae4d7c
USES= gmake tar:bzip2
USE_AUTOTOOLS= aclocal autoheader autoconf
USE_LDCONFIG= ${PREFIX}/lib/dovecot
ACLOCAL_ARGS= -I m4
PLIST_FILES= lib/dovecot/lib90_antispam_plugin.so \
man/man7/dovecot-antispam.7.gz
post-install:
${FIND} ${STAGEDIR}${PREFIX}/lib/ -name \*.so | ${XARGS} ${STRIP_CMD}
.include <bsd.port.mk>