diff options
author | ache <ache@FreeBSD.org> | 2009-08-24 06:16:16 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2009-08-24 06:16:16 +0800 |
commit | ebe2b24f927fe177c02faa3a72e04c36f8bf76af (patch) | |
tree | 3902f6764a0424c324e5ccedada048ee773a0a54 /mail | |
parent | c8cefb1cc82eba341c724a39cc528c2c3a6623e3 (diff) | |
download | freebsd-ports-gnome-ebe2b24f927fe177c02faa3a72e04c36f8bf76af.tar.gz freebsd-ports-gnome-ebe2b24f927fe177c02faa3a72e04c36f8bf76af.tar.zst freebsd-ports-gnome-ebe2b24f927fe177c02faa3a72e04c36f8bf76af.zip |
Upgrade to 4.2.3
Diffstat (limited to 'mail')
-rw-r--r-- | mail/milter-greylist/Makefile | 2 | ||||
-rw-r--r-- | mail/milter-greylist/distinfo | 6 | ||||
-rw-r--r-- | mail/milter-greylist/files/patch-configure | 35 |
3 files changed, 30 insertions, 13 deletions
diff --git a/mail/milter-greylist/Makefile b/mail/milter-greylist/Makefile index afcab14821b3..cdf6d2dcd7f4 100644 --- a/mail/milter-greylist/Makefile +++ b/mail/milter-greylist/Makefile @@ -6,7 +6,7 @@ # PORTNAME= milter-greylist -PORTVERSION= 4.2.2 +PORTVERSION= 4.2.3 CATEGORIES= mail MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ DISTNAME= milter-greylist-${PORTVERSION} diff --git a/mail/milter-greylist/distinfo b/mail/milter-greylist/distinfo index 0f75abbe8104..a016a81bad7b 100644 --- a/mail/milter-greylist/distinfo +++ b/mail/milter-greylist/distinfo @@ -1,3 +1,3 @@ -MD5 (milter-greylist-4.2.2.tgz) = ed287c8371b9a5818835387dc101d02a -SHA256 (milter-greylist-4.2.2.tgz) = 52c7145794ba1b845ffbc59ed3414086196f7161ba952627721d5f4538fda1c0 -SIZE (milter-greylist-4.2.2.tgz) = 206345 +MD5 (milter-greylist-4.2.3.tgz) = e821a8a4527c1e313f21fe36dbde4a24 +SHA256 (milter-greylist-4.2.3.tgz) = d7dce6ab0b0f23887da876a6b807b046d0b91e0542f8e7438ef74f823fb1146d +SIZE (milter-greylist-4.2.3.tgz) = 210106 diff --git a/mail/milter-greylist/files/patch-configure b/mail/milter-greylist/files/patch-configure index 63ca97790b5f..de73967a3375 100644 --- a/mail/milter-greylist/files/patch-configure +++ b/mail/milter-greylist/files/patch-configure @@ -1,11 +1,28 @@ ---- configure.orig Mon Nov 20 23:51:36 2006 -+++ configure Sun Dec 10 00:08:47 2006 -@@ -5518,7 +5518,7 @@ - echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5 - echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6 - if test $ac_cv_lib_pthread_pthread_create = yes; then +--- configure.orig 2009-08-14 04:31:15.000000000 +0400 ++++ configure 2009-08-24 02:07:12.000000000 +0400 +@@ -6387,7 +6387,7 @@ + { $as_echo "$as_me:$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 - LIBS="$LIBS -lpthread" -+true;# LIBS="$LIBS -lpthread" ++ true; #LIBS="$LIBS -lpthread" else - echo "$as_me:$LINENO: checking for pthread_create in -lc_r" >&5 - echo $ECHO_N "checking for pthread_create in -lc_r... $ECHO_C" >&6 + { $as_echo "$as_me:$LINENO: checking for pthread_create in -lc_r" >&5 + $as_echo_n "checking for pthread_create in -lc_r... " >&6; } +@@ -7168,13 +7168,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:$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:$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 >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF |