1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00

mail/maildrop: Update to 3.0.8

This commit is contained in:
Guido Falsi 2022-06-01 15:50:15 +02:00
parent 6b06e5e511
commit 2d7bc12dc2
3 changed files with 20 additions and 19 deletions

View File

@ -15,7 +15,7 @@
# MAILDROP_MBOX_DIR=<dir> Specify DEFAULT mailbox location
PORTNAME= maildrop
PORTVERSION= 3.0.7
PORTVERSION= 3.0.8
CATEGORIES= mail
MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1642454224
SHA256 (maildrop-3.0.7.tar.bz2) = 605ce81c3939044732dae4724219534e5dbb515c80760be3611914ab5c1f7825
SIZE (maildrop-3.0.7.tar.bz2) = 2129611
TIMESTAMP = 1654070877
SHA256 (maildrop-3.0.8.tar.bz2) = b8855e280b8922d18fb37b3e49375272782c8fe6b9190aa1096b97e500010cb5
SIZE (maildrop-3.0.8.tar.bz2) = 2142001

View File

@ -1,22 +1,23 @@
--- libs/maildir/configure.orig 2021-03-14 16:54:15 UTC
--- libs/maildir/configure.orig 2022-05-25 17:52:51 UTC
+++ libs/maildir/configure
@@ -17924,19 +17924,6 @@ fi
done
@@ -18965,20 +18965,6 @@ fi
fi
-for ac_func in inotify_init inotify_init1
-do :
- as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
-if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
- cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-ac_fn_c_check_func "$LINENO" "inotify_init" "ac_cv_func_inotify_init"
-if test "x$ac_cv_func_inotify_init" = xyes
-then :
- printf "%s\n" "#define HAVE_INOTIFY_INIT 1" >>confdefs.h
-
-fi
-ac_fn_c_check_func "$LINENO" "inotify_init1" "ac_cv_func_inotify_init1"
-if test "x$ac_cv_func_inotify_init1" = xyes
-then :
- printf "%s\n" "#define HAVE_INOTIFY_INIT1 1" >>confdefs.h
-
-fi
-done
-
-
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for missing gethostname prototype" >&5
$as_echo_n "checking for missing gethostname prototype... " >&6; }
if ${maildir_cv_SYS_GETHOSTNAME+:} false; then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for missing gethostname prototype" >&5
printf %s "checking for missing gethostname prototype... " >&6; }
if test ${maildir_cv_SYS_GETHOSTNAME+y}