Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jan 2021 10:04:50 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560697 - head/mail/milter-greylist
Message-ID:  <202101071004.107A4ogk034186@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Thu Jan  7 10:04:50 2021
New Revision: 560697
URL: https://svnweb.freebsd.org/changeset/ports/560697

Log:
  mail/milter-greylist: Update to 4.6.3
  
  PR:		239334
  Submitted by:	<m tsatsenko gmail com> (maintainer)

Modified:
  head/mail/milter-greylist/Makefile
  head/mail/milter-greylist/distinfo

Modified: head/mail/milter-greylist/Makefile
==============================================================================
--- head/mail/milter-greylist/Makefile	Thu Jan  7 09:55:27 2021	(r560696)
+++ head/mail/milter-greylist/Makefile	Thu Jan  7 10:04:50 2021	(r560697)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	milter-greylist
-PORTVERSION=	4.6.2
-PORTREVISION=	4
+PORTVERSION=	4.6.3
 CATEGORIES=	mail
 MASTER_SITES=	ftp://ftp.espci.fr/pub/milter-greylist/ \
 		http://fossies.org/unix/privat/
@@ -28,28 +27,34 @@ USES=		tar:tgz
 # installed port preference over it.
 ##
 
-OPTIONS_DEFINE=		DKIM SPF CURL LDAP P0F POSTFIX DOCS EXAMPLES
-OPTIONS_DEFAULT=	DKIM SPF CURL
+OPTIONS_DEFINE=		DKIM SPF CURL LDAP P0F \
+			DRAC SPAMASSASSIN \
+			POSTFIX DOCS EXAMPLES GEOIP
+OPTIONS_DEFAULT=	DKIM SPF CURL GEOIP
 DKIM_DESC=		DKIM support
 SPF_DESC=		SPF support
 CURL_DESC=		curl support
 P0F_DESC=		P0F support
+DRAC_DESC=		DRAC support
+SPAMASSASSIN_DESC=	SpamAssassin support
 POSTFIX_DESC=		Use Postfix instead of Sendmail
 
 DKIM_LIB_DEPENDS=	libopendkim.so:mail/opendkim
+DKIM_USES=		ssl
 P0F_RUN_DEPENDS=	p0f:net-mgmt/p0f
 SPF_LIB_DEPENDS=	libspf2.so:mail/libspf2
+GEOIP_LIB_DEPENDS=	libmaxminddb.so:net/libmaxminddb
 CURL_LIB_DEPENDS=	libcurl.so:ftp/curl
 
 POSTFIX_CONFIGURE_ENABLE=	postfix
-POSTFIX_LDFLAGS_OFF=		${SENDMAIL_LDFLAGS}
-POSTFIX_LIBS_OFF=		${SENDMAIL_LDADD}
-
 P0F_CONFIGURE_ENABLE=		p0f306
+DRAC_CONFIGURE_ENABLE=		drac
+SPAMASSASSIN_CONFIGURE_ENABLE=	spamassassin
+SPAMASSASSIN_RUN_DEPENDS=	spamc:mail/spamassassin
 
 DKIM_CONFIGURE_ON=		--with-libopendkim=${LOCALBASE}
-DKIM_USES=			ssl
 SPF_CONFIGURE_ON=		--with-libspf2=${LOCALBASE}
+GEOIP_CONFIGURE_ON=		--with-libmaxminddb=${LOCALBASE}
 CURL_CONFIGURE_ON=		--with-libcurl=${LOCALBASE}
 LDAP_CONFIGURE_ON=		--with-openldap=${LOCALBASE}
 LDAP_LDFLAGS=			-L${LOCALBASE}/lib

Modified: head/mail/milter-greylist/distinfo
==============================================================================
--- head/mail/milter-greylist/distinfo	Thu Jan  7 09:55:27 2021	(r560696)
+++ head/mail/milter-greylist/distinfo	Thu Jan  7 10:04:50 2021	(r560697)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1483839834
-SHA256 (milter-greylist-4.6.2.tgz) = 5405a71bc8273848a1e14cecc010b95491e754307b005c96d35081ab2f9b8bd5
-SIZE (milter-greylist-4.6.2.tgz) = 255102
+TIMESTAMP = 1595986065
+SHA256 (milter-greylist-4.6.3.tgz) = 2ccb4e106365d5daffb423183703c5669fd2dad8832a122345374e8c9a43c05a
+SIZE (milter-greylist-4.6.3.tgz) = 296436



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