svn commit: r371532 - head/mail/milter-greylist
Bartek Rutkowski
robak at FreeBSD.org
Mon Oct 27 07:24:20 UTC 2014
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 at 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>
More information about the svn-ports-head
mailing list