From owner-svn-ports-all@freebsd.org Tue Mar 22 13:07:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CC6AAD95C5; Tue, 22 Mar 2016 13:07:58 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4AAF4D7B; Tue, 22 Mar 2016 13:07:58 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2MD7vQ7016488; Tue, 22 Mar 2016 13:07:57 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2MD7vdH016483; Tue, 22 Mar 2016 13:07:57 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201603221307.u2MD7vdH016483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 22 Mar 2016 13:07:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411656 - in head/mail/milter-greylist: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2016 13:07:58 -0000 Author: feld Date: Tue Mar 22 13:07:56 2016 New Revision: 411656 URL: https://svnweb.freebsd.org/changeset/ports/411656 Log: mail/milter-greylist: Fix options - Remove DKIM option as it reportedly never worked - Regenerate patches to appease portlint PR: 207246 MFH: 2016Q1 Modified: head/mail/milter-greylist/Makefile head/mail/milter-greylist/files/patch-configure head/mail/milter-greylist/files/patch-greylist.conf head/mail/milter-greylist/files/patch-ldapcheck.c head/mail/milter-greylist/files/patch-sync.c Modified: head/mail/milter-greylist/Makefile ============================================================================== --- head/mail/milter-greylist/Makefile Tue Mar 22 13:02:26 2016 (r411655) +++ head/mail/milter-greylist/Makefile Tue Mar 22 13:07:56 2016 (r411656) @@ -3,7 +3,7 @@ PORTNAME= milter-greylist PORTVERSION= 4.4.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ \ http://fossies.org/unix/privat/ @@ -31,9 +31,8 @@ USES= tar:tgz # installed port preference over it. ## -OPTIONS_DEFINE= SPF GEOIP CURL DKIM LDAP P0F POSTFIX DOCS EXAMPLES +OPTIONS_DEFINE= SPF GEOIP CURL LDAP P0F POSTFIX DOCS EXAMPLES SPF_DESC= SPF support -DKIM_DESC= DKIM support CURL_DESC= curl support P0F_DESC= P0F support POSTFIX_DESC= Use Postfix instead of Sendmail @@ -42,7 +41,6 @@ P0F_RUN_DEPENDS= p0f:${PORTSDIR}/net-mgm SPF_LIB_DEPENDS= libspf2.so:${PORTSDIR}/mail/libspf2 CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl GEOIP_LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP -DKIM_LIB_DEPENDS= libdkim.so:${PORTSDIR}/mail/libdkim POSTFIX_CONFIGURE_ENABLE= postfix POSTFIX_LDFLAGS_OFF= ${SENDMAIL_LDFLAGS} @@ -50,10 +48,9 @@ POSTFIX_LIBS_OFF= ${SENDMAIL_LDADD} P0F_CONFIGURE_ENABLE= p0f306 -DKIM_CONFIGURE_WITH= --with-libdkim=${LOCALBASE} -SPF_CONFIGURE_WITH= --with-libspf2=${LOCALBASE} -GEOIP__CONFIGURE_WITH= --with-libGeoIP=${LOCALBASE} -CURL_CONFIGURE_WITH= --with-libcurl=${LOCALBASE} +SPF_CONFIGURE_ON= --with-libspf2=${LOCALBASE} +GEOIP_CONFIGURE_ON= --with-libGeoIP=${LOCALBASE} +CURL_CONFIGURE_ON= --with-libcurl=${LOCALBASE} LDAP_CONFIGURE_ON= --with-openldap=${LOCALBASE} LDAP_LDFLAGS= -L${LOCALBASE}/lib LDAP_USE= OPENLDAP=yes Modified: head/mail/milter-greylist/files/patch-configure ============================================================================== --- head/mail/milter-greylist/files/patch-configure Tue Mar 22 13:02:26 2016 (r411655) +++ head/mail/milter-greylist/files/patch-configure Tue Mar 22 13:07:56 2016 (r411656) @@ -1,8 +1,7 @@ Index: configure -diff -u configure.orig configure ---- configure.orig 2013-03-07 22:26:11.000000000 +0900 -+++ configure 2013-03-14 15:35:15.476674058 +0900 -@@ -5899,7 +5899,7 @@ +--- configure.orig 2013-03-07 13:26:11 UTC ++++ configure +@@ -5899,7 +5899,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; } if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then : Modified: head/mail/milter-greylist/files/patch-greylist.conf ============================================================================== --- head/mail/milter-greylist/files/patch-greylist.conf Tue Mar 22 13:02:26 2016 (r411655) +++ head/mail/milter-greylist/files/patch-greylist.conf Tue Mar 22 13:07:56 2016 (r411656) @@ -1,6 +1,6 @@ ---- greylist.conf.orig 2009-02-13 01:39:01.000000000 +0300 -+++ greylist.conf 2009-04-22 09:10:46.000000000 +0400 -@@ -9,7 +9,7 @@ +--- greylist.conf.orig 2013-01-27 02:10:19 UTC ++++ greylist.conf +@@ -9,7 +9,7 @@ pidfile "/var/run/milter-greylist.pid" socket "/var/milter-greylist/milter-greylist.sock" dumpfile "/var/milter-greylist/greylist.db" 600 dumpfreq 1 Modified: head/mail/milter-greylist/files/patch-ldapcheck.c ============================================================================== --- head/mail/milter-greylist/files/patch-ldapcheck.c Tue Mar 22 13:02:26 2016 (r411655) +++ head/mail/milter-greylist/files/patch-ldapcheck.c Tue Mar 22 13:07:56 2016 (r411656) @@ -1,6 +1,6 @@ ---- ldapcheck.c.orig 2009-04-09 05:26:46.000000000 +0200 -+++ ldapcheck.c 2009-10-23 23:57:42.000000000 +0200 -@@ -58,6 +58,22 @@ +--- ldapcheck.c.orig 2013-01-19 16:01:15 UTC ++++ ldapcheck.c +@@ -60,6 +60,22 @@ __RCSID("$Id: ldapcheck.c,v 1.18 2013/01 #include "prop.h" #include "ldapcheck.h" Modified: head/mail/milter-greylist/files/patch-sync.c ============================================================================== --- head/mail/milter-greylist/files/patch-sync.c Tue Mar 22 13:02:26 2016 (r411655) +++ head/mail/milter-greylist/files/patch-sync.c Tue Mar 22 13:07:56 2016 (r411656) @@ -1,8 +1,7 @@ Index: sync.c -diff -u -p sync.c.orig sync.c ---- sync.c.orig 2010-04-17 12:19:02.000000000 +0900 -+++ sync.c 2013-03-14 14:57:39.284674283 +0900 -@@ -478,7 +478,11 @@ peer_connect(peer) /* peer list is read- +--- sync.c.orig 2010-06-16 01:30:30 UTC ++++ sync.c +@@ -487,7 +487,11 @@ peer_connect(peer) /* peer list is read- #ifdef AF_INET6 case AF_INET6: SA6(res->ai_addr)->sin6_port = service;