From owner-svn-ports-all@FreeBSD.ORG Tue Dec 17 16:25:54 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 744B319A; Tue, 17 Dec 2013 16:25:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5FB3E13D1; Tue, 17 Dec 2013 16:25:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBHGPsGJ044341; Tue, 17 Dec 2013 16:25:54 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBHGPrFi044338; Tue, 17 Dec 2013 16:25:53 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201312171625.rBHGPrFi044338@svn.freebsd.org> From: Steve Wills Date: Tue, 17 Dec 2013 16:25:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336739 - in head/mail/milter-greylist-devel: . 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.17 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, 17 Dec 2013 16:25:54 -0000 Author: swills Date: Tue Dec 17 16:25:53 2013 New Revision: 336739 URL: http://svnweb.freebsd.org/changeset/ports/336739 Log: - Update to 4.5.7 PR: ports/184427 Submitted by: "Mikhail T." Modified: head/mail/milter-greylist-devel/Makefile (contents, props changed) head/mail/milter-greylist-devel/distinfo (contents, props changed) head/mail/milter-greylist-devel/files/patch-configure (contents, props changed) Modified: head/mail/milter-greylist-devel/Makefile ============================================================================== --- head/mail/milter-greylist-devel/Makefile Tue Dec 17 16:17:01 2013 (r336738) +++ head/mail/milter-greylist-devel/Makefile Tue Dec 17 16:25:53 2013 (r336739) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= milter-greylist -PORTVERSION= 4.3.9 +PORTVERSION= 4.5.7 CATEGORIES= mail MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ \ http://fossies.org/unix/privat/ @@ -14,7 +14,7 @@ COMMENT= Easy-to-use greylist milter for LICENSE= BSD -CONFLICTS= milter-greylist-4.2.* +CONFLICTS= milter-greylist-4.2.* milter-greylist-4.4.* PKGMESSAGE= ${WRKDIR}/pkg-message MAKE_JOBS_UNSAFE= yes Modified: head/mail/milter-greylist-devel/distinfo ============================================================================== --- head/mail/milter-greylist-devel/distinfo Tue Dec 17 16:17:01 2013 (r336738) +++ head/mail/milter-greylist-devel/distinfo Tue Dec 17 16:25:53 2013 (r336739) @@ -1,2 +1,2 @@ -SHA256 (milter-greylist-4.3.9.tgz) = 02b712cf25e967f2b1a8984966a4d084bba89ceed26f5549ef201f7933c62d97 -SIZE (milter-greylist-4.3.9.tgz) = 222367 +SHA256 (milter-greylist-4.5.7.tgz) = b3e57d5d01f773c12081b28e671f82ed89c558ed2194de145619bc74b9420f3b +SIZE (milter-greylist-4.5.7.tgz) = 249853 Modified: head/mail/milter-greylist-devel/files/patch-configure ============================================================================== --- head/mail/milter-greylist-devel/files/patch-configure Tue Dec 17 16:17:01 2013 (r336738) +++ head/mail/milter-greylist-devel/files/patch-configure Tue Dec 17 16:25:53 2013 (r336739) @@ -1,6 +1,6 @@ ---- configure.orig 2011-04-13 05:41:45.000000000 +0400 -+++ configure 2011-09-19 22:17:17.498960457 +0400 -@@ -4982,7 +4982,7 @@ +--- configure.orig 2013-09-16 07:09:00.000000000 +0400 ++++ configure 2013-11-14 15:10:56.406013703 +0400 +@@ -6094,7 +6094,7 @@ { $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" = x""yes; then : @@ -9,19 +9,3 @@ else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lc_r" >&5 $as_echo_n "checking for pthread_create in -lc_r... " >&6; } -@@ -5488,13 +5488,13 @@ - if test "${with_libdkim+set}" = set; then : - withval=$with_libdkim; LDFLAGS=$LDFLAGS" -L$withval/lib -Wl,$rpath$withval/lib" - CFLAGS=$CFLAGS" -I$withval/include" -- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dkim_init in -ldkim -lsm -lcrypto" >&5 --$as_echo_n "checking for dkim_init in -ldkim -lsm -lcrypto... " >&6; } -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dkim_init in -ldkim -lcrypto" >&5 -+$as_echo_n "checking for dkim_init in -ldkim -lcrypto... " >&6; } - if test "${ac_cv_lib_dkim__lsm__lcrypto_dkim_init+set}" = set; then : - $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-ldkim -lsm -lcrypto $LIBS" -+LIBS="-ldkim -lcrypto $LIBS" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext - /* end confdefs.h. */