mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Upgrade to 4.2.6
This commit is contained in:
parent
c1b48350c5
commit
1de8e7ebd0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258797
3 changed files with 18 additions and 18 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= milter-greylist
|
PORTNAME= milter-greylist
|
||||||
PORTVERSION= 4.2.5
|
PORTVERSION= 4.2.6
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/
|
MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/
|
||||||
DISTNAME= milter-greylist-${PORTVERSION}
|
DISTNAME= milter-greylist-${PORTVERSION}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (milter-greylist-4.2.5.tgz) = fa1e68ff0a8b759b946c09f92d40af9d
|
MD5 (milter-greylist-4.2.6.tgz) = 2572068e2b1b5b47fe4239f0ddebbce2
|
||||||
SHA256 (milter-greylist-4.2.5.tgz) = e14a1f23e52283389b9b397379ac3038be5acf3d5dd9c834a97c8364a6baa963
|
SHA256 (milter-greylist-4.2.6.tgz) = 40271058fd658d6ca1d5b5fc4795383462e310e0e833e50a573fc34f440b6fbc
|
||||||
SIZE (milter-greylist-4.2.5.tgz) = 213385
|
SIZE (milter-greylist-4.2.6.tgz) = 213746
|
||||||
|
|
|
@ -1,28 +1,28 @@
|
||||||
--- configure.orig 2009-08-14 04:31:15.000000000 +0400
|
--- configure.orig 2010-07-12 08:27:51.000000000 +0400
|
||||||
+++ configure 2009-08-24 02:07:12.000000000 +0400
|
+++ configure 2010-08-05 05:18:10.000000000 +0400
|
||||||
@@ -6387,7 +6387,7 @@
|
@@ -4978,7 +4978,7 @@
|
||||||
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
|
||||||
$as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
|
$as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
|
||||||
if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
|
if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
|
||||||
- LIBS="$LIBS -lpthread"
|
- LIBS="$LIBS -lpthread"
|
||||||
+ true; #LIBS="$LIBS -lpthread"
|
+ true; #LIBS="$LIBS -lpthread"
|
||||||
else
|
else
|
||||||
{ $as_echo "$as_me:$LINENO: checking for pthread_create in -lc_r" >&5
|
{ $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; }
|
$as_echo_n "checking for pthread_create in -lc_r... " >&6; }
|
||||||
@@ -7168,13 +7168,13 @@
|
@@ -5484,13 +5484,13 @@
|
||||||
if test "${with_libdkim+set}" = set; then
|
if test "${with_libdkim+set}" = set; then :
|
||||||
withval=$with_libdkim; LDFLAGS=$LDFLAGS" -L$withval/lib -Wl,$rpath$withval/lib"
|
withval=$with_libdkim; LDFLAGS=$LDFLAGS" -L$withval/lib -Wl,$rpath$withval/lib"
|
||||||
CFLAGS=$CFLAGS" -I$withval/include"
|
CFLAGS=$CFLAGS" -I$withval/include"
|
||||||
- { $as_echo "$as_me:$LINENO: checking for dkim_init in -ldkim -lsm -lcrypto" >&5
|
- { $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_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 "$as_me:${as_lineno-$LINENO}: checking for dkim_init in -ldkim -lcrypto" >&5
|
||||||
+$as_echo_n "checking for dkim_init in -ldkim -lcrypto... " >&6; }
|
+$as_echo_n "checking for dkim_init in -ldkim -lcrypto... " >&6; }
|
||||||
if test "${ac_cv_lib_dkim__lsm__lcrypto_dkim_init+set}" = set; then
|
if test "${ac_cv_lib_dkim__lsm__lcrypto_dkim_init+set}" = set; then :
|
||||||
$as_echo_n "(cached) " >&6
|
$as_echo_n "(cached) " >&6
|
||||||
else
|
else
|
||||||
ac_check_lib_save_LIBS=$LIBS
|
ac_check_lib_save_LIBS=$LIBS
|
||||||
-LIBS="-ldkim -lsm -lcrypto $LIBS"
|
-LIBS="-ldkim -lsm -lcrypto $LIBS"
|
||||||
+LIBS="-ldkim -lcrypto $LIBS"
|
+LIBS="-ldkim -lcrypto $LIBS"
|
||||||
cat >conftest.$ac_ext <<_ACEOF
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||||
/* confdefs.h. */
|
/* end confdefs.h. */
|
||||||
_ACEOF
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue