Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jun 2022 13:51:20 GMT
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2d7bc12dc2aa - main - mail/maildrop: Update to 3.0.8
Message-ID:  <202206011351.251DpKSe094693@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2d7bc12dc2aa34763df69f88a119e8f9d90d5c27

commit 2d7bc12dc2aa34763df69f88a119e8f9d90d5c27
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2022-06-01 13:50:15 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2022-06-01 13:50:15 +0000

    mail/maildrop: Update to 3.0.8
---
 mail/maildrop/Makefile                           |  2 +-
 mail/maildrop/distinfo                           |  6 ++---
 mail/maildrop/files/patch-libs_maildir_configure | 31 ++++++++++++------------
 3 files changed, 20 insertions(+), 19 deletions(-)

diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile
index ffacab26557a..82b3d9d28ebf 100644
--- a/mail/maildrop/Makefile
+++ b/mail/maildrop/Makefile
@@ -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}
 
diff --git a/mail/maildrop/distinfo b/mail/maildrop/distinfo
index f32e9012839b..c211f6d9f8e2 100644
--- a/mail/maildrop/distinfo
+++ b/mail/maildrop/distinfo
@@ -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
diff --git a/mail/maildrop/files/patch-libs_maildir_configure b/mail/maildrop/files/patch-libs_maildir_configure
index b46576da9afc..852c46b7cc20 100644
--- a/mail/maildrop/files/patch-libs_maildir_configure
+++ b/mail/maildrop/files/patch-libs_maildir_configure
@@ -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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206011351.251DpKSe094693>