From owner-svn-ports-all@freebsd.org Mon Nov 7 12:39:43 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 16A38C33F3D; Mon, 7 Nov 2016 12:39:43 +0000 (UTC) (envelope-from robak@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 C00308BE; Mon, 7 Nov 2016 12:39:42 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA7CdfdC027436; Mon, 7 Nov 2016 12:39:41 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7CdfuT027433; Mon, 7 Nov 2016 12:39:41 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201611071239.uA7CdfuT027433@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Mon, 7 Nov 2016 12:39:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425616 - 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.23 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: Mon, 07 Nov 2016 12:39:43 -0000 Author: robak Date: Mon Nov 7 12:39:41 2016 New Revision: 425616 URL: https://svnweb.freebsd.org/changeset/ports/425616 Log: mail/milter-greylist: update 4.4.3 -> 4.6.1 PR: 213622 Submitted by: Mikhail Tsatsenko (maintainer) Deleted: head/mail/milter-greylist/files/patch-sync.c Modified: head/mail/milter-greylist/Makefile head/mail/milter-greylist/distinfo head/mail/milter-greylist/files/patch-configure Modified: head/mail/milter-greylist/Makefile ============================================================================== --- head/mail/milter-greylist/Makefile Mon Nov 7 12:33:35 2016 (r425615) +++ head/mail/milter-greylist/Makefile Mon Nov 7 12:39:41 2016 (r425616) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= milter-greylist -PORTVERSION= 4.4.3 -PORTREVISION= 6 +PORTVERSION= 4.6.1 CATEGORIES= mail MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ \ http://fossies.org/unix/privat/ Modified: head/mail/milter-greylist/distinfo ============================================================================== --- head/mail/milter-greylist/distinfo Mon Nov 7 12:33:35 2016 (r425615) +++ head/mail/milter-greylist/distinfo Mon Nov 7 12:39:41 2016 (r425616) @@ -1,2 +1,3 @@ -SHA256 (milter-greylist-4.4.3.tgz) = fdf7e37c5dd370473ff2cdec7e4b6ca9e60fc2b5c716612d2d449de98d0054a9 -SIZE (milter-greylist-4.4.3.tgz) = 236277 +TIMESTAMP = 1476457208 +SHA256 (milter-greylist-4.6.1.tgz) = 98aea7e5a1c9245e04d8e1cc650ca085a738784dae7f2147d898e5b86b1ddbc0 +SIZE (milter-greylist-4.6.1.tgz) = 254339 Modified: head/mail/milter-greylist/files/patch-configure ============================================================================== --- head/mail/milter-greylist/files/patch-configure Mon Nov 7 12:33:35 2016 (r425615) +++ head/mail/milter-greylist/files/patch-configure Mon Nov 7 12:39:41 2016 (r425616) @@ -1,12 +1,12 @@ Index: configure ---- configure.orig 2013-03-07 13:26:11 UTC +--- configure.orig 2016-07-12 03:09:29 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 : -- LIBS="$LIBS -lpthread" -+ true; #LIBS="$LIBS -lpthread" +@@ -6083,7 +6083,7 @@ if test "${ac_cv_lib_pthread_pthread_cre + $as_echo_n "(cached) " >&6 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; } + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lpthread $LIBS" ++true; #LIBS="-lpthread $LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +