From 64e12330a837194d0401b7676351b6a6390d40ca Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Fri, 26 Feb 2016 08:47:18 +0000 Subject: [PATCH] - set dependency to libmilter, bump PORTREVISION --- mail/dcc-dccd/Makefile | 3 ++- mail/milter-bogom/Makefile | 4 ++-- mail/milter-skem/Makefile | 1 + mail/mimedefang/Makefile | 4 ++-- mail/py-milter/Makefile | 4 ++-- security/clamav/Makefile | 3 ++- 6 files changed, 11 insertions(+), 8 deletions(-) diff --git a/mail/dcc-dccd/Makefile b/mail/dcc-dccd/Makefile index 659cabaef18f..d4b194a3e47f 100644 --- a/mail/dcc-dccd/Makefile +++ b/mail/dcc-dccd/Makefile @@ -3,6 +3,7 @@ PORTNAME= dcc-dccd PORTVERSION= 1.3.158 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.dcc-servers.net/dcc/source/old/ \ ftp://ftp.dcc-servers.net/src/dcc/old/ \ @@ -61,7 +62,7 @@ CONFIGURE_ARGS= --with-uid=${DCCUSER} \ ALT_HOME_CONFIGURE_ON= --libexecdir=${PREFIX}/dcc/libexec --with-cgibin=${PREFIX}/dcc/cgi-bin DCCM_CONFIGURE_ENABLE= dccm DCCM_USE= rc_subr=dccm -PORTS_SENDMAIL_BUILD_DEPENDS= ${LOCALBASE}/lib/libmilter.a:${PORTSDIR}/mail/sendmail +PORTS_SENDMAIL_BUILD_DEPENDS= ${LOCALBASE}/lib/libmilter.a:${PORTSDIR}/mail/libmilter PORTS_SENDMAIL_CONFIGURE_ON= --with-sendmail=yes DCCIFD_CONFIGURE_ENABLE= dccifd DCCIFD_USE= rc_subr=dccifd diff --git a/mail/milter-bogom/Makefile b/mail/milter-bogom/Makefile index cff96f6e77ac..e54386172fb8 100644 --- a/mail/milter-bogom/Makefile +++ b/mail/milter-bogom/Makefile @@ -3,7 +3,7 @@ PORTNAME= bogom PORTVERSION= 1.9.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= http://www.usebox.net/jjm/bogom/ \ http://blackshell.usebox.net/bogom/ @@ -15,7 +15,7 @@ COMMENT= Simple sendmail milter to interface bogofilter RUN_DEPENDS= bogofilter:${PORTSDIR}/mail/bogofilter .if !exists(/usr/lib/libmilter.so) -LIB_DEPENDS= libmilter.so:${PORTSDIR}/mail/sendmail +LIB_DEPENDS= libmilter.so:${PORTSDIR}/mail/libmilter LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include .endif diff --git a/mail/milter-skem/Makefile b/mail/milter-skem/Makefile index 8fbb9276456e..b09f6ee1dca3 100644 --- a/mail/milter-skem/Makefile +++ b/mail/milter-skem/Makefile @@ -3,6 +3,7 @@ PORTNAME= skem PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://virtual-estates.net/skem/ diff --git a/mail/mimedefang/Makefile b/mail/mimedefang/Makefile index 849d02c8cab8..be68a30ec305 100644 --- a/mail/mimedefang/Makefile +++ b/mail/mimedefang/Makefile @@ -3,7 +3,7 @@ PORTNAME= mimedefang PORTVERSION= 2.78 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.mimedefang.org/static/ \ http://fossies.org/linux/misc/ @@ -56,7 +56,7 @@ CONFIG_FILES= mimedefang-filter sa-mimedefang.cf mimedefang-ip-key .include .if !exists( /usr/include/libmilter/mfapi.h ) -BUILD_DEPENDS+= ${LOCALBASE}/include/libmilter/mfapi.h:${PORTSDIR}/mail/sendmail +BUILD_DEPENDS+= ${LOCALBASE}/include/libmilter/mfapi.h:${PORTSDIR}/mail/libmilter .endif .if exists( ${LOCALBASE}/include/libmilter/mfapi.h ) diff --git a/mail/py-milter/Makefile b/mail/py-milter/Makefile index d77cf990e3f2..e73930bb241a 100644 --- a/mail/py-milter/Makefile +++ b/mail/py-milter/Makefile @@ -3,7 +3,7 @@ PORTNAME= milter PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail python MASTER_SITES= SF/${PYPORTNAME}/${PYPORTNAME}/${DISTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING .if !exists(/usr/lib/libmilter.so) -LIB_DEPENDS= libmilter.so:${PORTSDIR}/mail/sendmail +LIB_DEPENDS= libmilter.so:${PORTSDIR}/mail/libmilter CFLAGS+= -I${LOCALBASE}/include .endif diff --git a/security/clamav/Makefile b/security/clamav/Makefile index f34118774c22..d11832ee7d9b 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -3,6 +3,7 @@ PORTNAME= clamav PORTVERSION= 0.99 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF @@ -150,7 +151,7 @@ LDFLAGS+= -lldap . endif . if !exists(/usr/lib/libmilter.a) || exists(${LOCALBASE}/lib/libmilter.a) -BUILD_DEPENDS+= ${LOCALBASE}/lib/libmilter.a:${PORTSDIR}/mail/sendmail +BUILD_DEPENDS+= ${LOCALBASE}/lib/libmilter.a:${PORTSDIR}/mail/libmilter CONFIGURE_ARGS+=--with-sendmail=${LOCALBASE}/sbin/sendmail LDFLAGS+= -L${LOCALBASE}/lib . else