Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Oct 2014 07:24:19 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371532 - head/mail/milter-greylist
Message-ID:  <201410270724.s9R7OJW1015903@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: robak
Date: Mon Oct 27 07:24:19 2014
New Revision: 371532
URL: https://svnweb.freebsd.org/changeset/ports/371532
QAT: https://qat.redports.org/buildarchive/r371532/

Log:
  mail/milter-greylist: minor fixes
  
  - Use LIB_DEPS for curl, spf and geoip
  - Use ${PORTSDIR} instead of {.CURDIR} for bsd.milter.mk location
  - Do not bump PORTREVISION as all of curl, spf and geoip are disabled by defaul
  
  PR:		193993
  Submitted by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com>
  Approved by:	mentors (implicit)

Modified:
  head/mail/milter-greylist/Makefile

Modified: head/mail/milter-greylist/Makefile
==============================================================================
--- head/mail/milter-greylist/Makefile	Mon Oct 27 06:19:25 2014	(r371531)
+++ head/mail/milter-greylist/Makefile	Mon Oct 27 07:24:19 2014	(r371532)
@@ -37,9 +37,9 @@ P0F_DESC=		P0F support
 POSTFIX_DESC=		Use Postfix instead of Sendmail
 
 P0F_RUN_DEPENDS+=	p0f:${PORTSDIR}/net-mgmt/p0f
-SPF_BUILD_DEPENDS+=	libspf2>=1.2.5:${PORTSDIR}/mail/libspf2
-CURL_BUILD_DEPENDS+=	curl>=7.18:${PORTSDIR}/ftp/curl
-GEOIP_BUILD_DEPENDS+=	GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP
+SPF_LIB_DEPENDS+=	libspf2.so:${PORTSDIR}/mail/libspf2
+CURL_LIB_DEPENDS+=	libcurl.so:${PORTSDIR}/ftp/curl
+GEOIP_LIB_DEPENDS+=	libGeoIP.so:${PORTSDIR}/net/GeoIP
 
 POSTFIX_CONFIGURE_ENABLE=	postfix
 P0F_CONFIGURE_ENABLE=		p0f306
@@ -104,6 +104,6 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/greylist.conf ${STAGEDIR}${EXAMPLESDIR}/
 .endif
 
-.include "${.CURDIR}/../sendmail/bsd.milter.mk"
+.include "${PORTSDIR}/mail/sendmail/bsd.milter.mk"
 
 .include <bsd.port.mk>



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