Date: Mon, 7 Nov 2016 12:39:41 +0000 (UTC) From: Bartek Rutkowski <robak@FreeBSD.org> 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 Message-ID: <201611071239.uA7CdfuT027433@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <m.tsatsenko@gmail.com> (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. */ +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611071239.uA7CdfuT027433>