diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2016-11-07 12:39:41 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2016-11-07 12:39:41 +0000 |
commit | 30b1a53ad077ea07b695f90c9c1e7673cf3c9a28 (patch) | |
tree | 10e73c27972416f655a0e166179228175265781f /mail/milter-greylist | |
parent | ee3337b8f0c41be40686fda2d34f040fc40b0e40 (diff) | |
download | ports-30b1a53ad077ea07b695f90c9c1e7673cf3c9a28.tar.gz ports-30b1a53ad077ea07b695f90c9c1e7673cf3c9a28.zip |
Notes
Diffstat (limited to 'mail/milter-greylist')
-rw-r--r-- | mail/milter-greylist/Makefile | 3 | ||||
-rw-r--r-- | mail/milter-greylist/distinfo | 5 | ||||
-rw-r--r-- | mail/milter-greylist/files/patch-configure | 18 | ||||
-rw-r--r-- | mail/milter-greylist/files/patch-sync.c | 16 |
4 files changed, 13 insertions, 29 deletions
diff --git a/mail/milter-greylist/Makefile b/mail/milter-greylist/Makefile index d081e151922a..348125254353 100644 --- a/mail/milter-greylist/Makefile +++ b/mail/milter-greylist/Makefile @@ -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/ diff --git a/mail/milter-greylist/distinfo b/mail/milter-greylist/distinfo index 43b6815cae1a..5748e055873f 100644 --- a/mail/milter-greylist/distinfo +++ b/mail/milter-greylist/distinfo @@ -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 diff --git a/mail/milter-greylist/files/patch-configure b/mail/milter-greylist/files/patch-configure index 4b8e67759ec2..392ff92b68bd 100644 --- a/mail/milter-greylist/files/patch-configure +++ b/mail/milter-greylist/files/patch-configure @@ -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. */ + diff --git a/mail/milter-greylist/files/patch-sync.c b/mail/milter-greylist/files/patch-sync.c deleted file mode 100644 index 62d0d71f082e..000000000000 --- a/mail/milter-greylist/files/patch-sync.c +++ /dev/null @@ -1,16 +0,0 @@ -Index: sync.c ---- 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; -- laddrstr = "::"; -+ if (conf.c_syncsrcaddr != NULL) { -+ laddrstr = conf.c_syncsrcaddr; -+ } else { -+ laddrstr = "::"; -+ } - break; - #endif - default: |