Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Feb 2016 08:47:18 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409590 - in head: mail/dcc-dccd mail/milter-bogom mail/milter-skem mail/mimedefang mail/py-milter security/clamav
Message-ID:  <201602260847.u1Q8lI1R091573@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Fri Feb 26 08:47:18 2016
New Revision: 409590
URL: https://svnweb.freebsd.org/changeset/ports/409590

Log:
  - set dependency to libmilter, bump PORTREVISION

Modified:
  head/mail/dcc-dccd/Makefile
  head/mail/milter-bogom/Makefile
  head/mail/milter-skem/Makefile
  head/mail/mimedefang/Makefile
  head/mail/py-milter/Makefile
  head/security/clamav/Makefile

Modified: head/mail/dcc-dccd/Makefile
==============================================================================
--- head/mail/dcc-dccd/Makefile	Fri Feb 26 08:30:17 2016	(r409589)
+++ head/mail/dcc-dccd/Makefile	Fri Feb 26 08:47:18 2016	(r409590)
@@ -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

Modified: head/mail/milter-bogom/Makefile
==============================================================================
--- head/mail/milter-bogom/Makefile	Fri Feb 26 08:30:17 2016	(r409589)
+++ head/mail/milter-bogom/Makefile	Fri Feb 26 08:47:18 2016	(r409590)
@@ -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 inter
 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

Modified: head/mail/milter-skem/Makefile
==============================================================================
--- head/mail/milter-skem/Makefile	Fri Feb 26 08:30:17 2016	(r409589)
+++ head/mail/milter-skem/Makefile	Fri Feb 26 08:47:18 2016	(r409590)
@@ -3,6 +3,7 @@
 
 PORTNAME=	skem
 PORTVERSION=	1.0.2
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://virtual-estates.net/skem/
 

Modified: head/mail/mimedefang/Makefile
==============================================================================
--- head/mail/mimedefang/Makefile	Fri Feb 26 08:30:17 2016	(r409589)
+++ head/mail/mimedefang/Makefile	Fri Feb 26 08:47:18 2016	(r409590)
@@ -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-mimed
 .include <bsd.port.options.mk>
 
 .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 )

Modified: head/mail/py-milter/Makefile
==============================================================================
--- head/mail/py-milter/Makefile	Fri Feb 26 08:30:17 2016	(r409589)
+++ head/mail/py-milter/Makefile	Fri Feb 26 08:47:18 2016	(r409590)
@@ -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
 

Modified: head/security/clamav/Makefile
==============================================================================
--- head/security/clamav/Makefile	Fri Feb 26 08:30:17 2016	(r409589)
+++ head/security/clamav/Makefile	Fri Feb 26 08:47:18 2016	(r409590)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602260847.u1Q8lI1R091573>