Hi,
major update to mail/courier ports.
Starting from courier-imap-5.x full utf8 support is enabled, if you are using 
imap folders with utf8 names you should check and/or convert them
using maildirmake(1) --checkutf8 and --convutf8 options.
Comments ? Ok ?
 Cheers
  Giovanni
Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/courier-authlib/Makefile,v
retrieving revision 1.76
diff -u -p -r1.76 Makefile
--- Makefile	20 May 2019 22:15:15 -0000	1.76
+++ Makefile	10 Jun 2019 16:36:50 -0000
@@ -42,7 +42,6 @@ COMPILER =		base-clang ports-gcc base-gc
 
 USE_GMAKE=		Yes
 AUTOCONF_VERSION=	2.69
-# only libs/rfc822/configure.ac is patched
 AUTOCONF_DIR=		${WRKSRC}/libs/rfc822
 CONFIGURE_STYLE=	autoconf
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/mail/courier-authlib/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- distinfo	4 Aug 2017 23:14:32 -0000	1.11
+++ distinfo	10 Jun 2019 16:36:50 -0000
@@ -1,2 +1,2 @@
-SHA256 (courier-authlib-0.68.0.tar.bz2) = kJYRiCOrq/rI9Goac5N2WkFOo2KMlBO/ujmvXXD9Pi4=
-SIZE (courier-authlib-0.68.0.tar.bz2) = 2194982
+SHA256 (courier-authlib-0.69.0.tar.bz2) = +77Cg+Ygs+Wqs73rDseB3zxlbVERaL+iPsafIa9Etok=
+SIZE (courier-authlib-0.69.0.tar.bz2) = 2197718
Index: patches/patch-libs_rfc822_configure_ac
===================================================================
RCS file: patches/patch-libs_rfc822_configure_ac
diff -N patches/patch-libs_rfc822_configure_ac
--- patches/patch-libs_rfc822_configure_ac	26 Sep 2017 16:14:07 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,42 +0,0 @@
-$OpenBSD: patch-libs_rfc822_configure_ac,v 1.1 2017/09/26 16:14:07 giovanni Exp $
-
-Index: libs/rfc822/configure.ac
---- libs/rfc822/configure.ac.orig
-+++ libs/rfc822/configure.ac
-@@ -64,23 +64,13 @@ AC_CACHE_CHECK([how to calculate alternate timezone],l
- AC_TRY_COMPILE([
- #include	<time.h>
- ],[
--int main()
--{
- time_t	t=altzone;
--
--	return (0);
--}
- ], librfc822_cv_SYS_TIMEZONE=altzone,
- 
- 	AC_TRY_COMPILE([
- #include	<time.h>
- ],[
--int main()
--{
- int	n=daylight;
--
--	return (0);
--}
- 	], librfc822_cv_SYS_TIMEZONE=daylight,
- 
- 	AC_TRY_COMPILE([
-@@ -88,12 +78,7 @@ int	n=daylight;
- 
- extern struct tm dummy;
- ],[
--int main()
--{
- long	n=dummy.tm_gmtoff;
--
--	return (0);
--}
- 	] ,librfc822_cv_SYS_TIMEZONE=tm_gmtoff,
- 		librfc822_cv_SYS_TIMEZONE=unknown
- 			)
Index: pkg/PLIST-ldap
===================================================================
RCS file: /cvs/ports/mail/courier-authlib/pkg/PLIST-ldap,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST-ldap
--- pkg/PLIST-ldap	23 Mar 2016 12:12:26 -0000	1.3
+++ pkg/PLIST-ldap	10 Jun 2019 16:36:50 -0000
@@ -7,4 +7,3 @@ share/examples/courier-authlib/authldap.
 share/examples/courier-authlib/authldaprc.dist
 @mode 600
 @sample ${SYSCONFDIR}/courier/authldaprc
-@mode
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/mail/courier-authlib/pkg/PLIST-main,v
retrieving revision 1.9
diff -u -p -r1.9 PLIST-main
--- pkg/PLIST-main	23 Mar 2016 12:12:26 -0000	1.9
+++ pkg/PLIST-main	10 Jun 2019 16:36:50 -0000
@@ -3,6 +3,8 @@
 @pkgpath mail/courier-authlib
 @newgroup _courier:571
 @newuser _courier:571:571:daemon:Courier Mail Server:/var/empty:/sbin/nologin
+@sample ${SYSCONFDIR}/courier/
+@rcscript ${RCDIR}/courier_authdaemond
 @bin bin/courierauthconfig
 include/courier_auth_config.h
 include/courierauth.h
@@ -62,7 +64,6 @@ share/doc/courier-authlib/INSTALL
 share/doc/courier-authlib/NEWS
 share/doc/courier-authlib/README
 share/examples/courier-authlib/
-@sample ${SYSCONFDIR}/courier/
 share/examples/courier-authlib/authdaemonrc.dist
 @mode 600
 @sample ${SYSCONFDIR}/courier/authdaemonrc
@@ -70,5 +71,3 @@ share/examples/courier-authlib/authdaemo
 share/examples/courier-authlib/authsqliterc.dist
 @mode 600
 @sample ${SYSCONFDIR}/courier/authsqliterc
-@mode
-@rcscript ${RCDIR}/courier_authdaemond
Index: pkg/PLIST-mysql
===================================================================
RCS file: /cvs/ports/mail/courier-authlib/pkg/PLIST-mysql,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST-mysql
--- pkg/PLIST-mysql	23 Mar 2016 12:12:26 -0000	1.3
+++ pkg/PLIST-mysql	10 Jun 2019 16:36:50 -0000
@@ -6,4 +6,3 @@ share/doc/courier-authlib/README.authmys
 share/examples/courier-authlib/authmysqlrc.dist
 @mode 600
 @sample ${SYSCONFDIR}/courier/authmysqlrc
-@mode
Index: pkg/PLIST-pgsql
===================================================================
RCS file: /cvs/ports/mail/courier-authlib/pkg/PLIST-pgsql,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST-pgsql
--- pkg/PLIST-pgsql	23 Mar 2016 12:12:26 -0000	1.3
+++ pkg/PLIST-pgsql	10 Jun 2019 16:36:50 -0000
@@ -5,4 +5,3 @@
 share/examples/courier-authlib/authpgsqlrc.dist
 @mode 600
 @sample ${SYSCONFDIR}/courier/authpgsqlrc
-@mode
Index: pkg/PLIST-userdb
===================================================================
RCS file: /cvs/ports/mail/courier-authlib/pkg/PLIST-userdb,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST-userdb
--- pkg/PLIST-userdb	23 Mar 2016 12:12:26 -0000	1.5
+++ pkg/PLIST-userdb	10 Jun 2019 16:36:50 -0000
@@ -2,13 +2,13 @@
 @comment lib/libauthuserdb.a
 @comment lib/libauthuserdb.la
 @lib lib/libauthuserdb.so.${LIBauthuserdb_VERSION}
+@bin libexec/courier-authlib/makedatprog
 @man man/man8/makeuserdb.8
+@man man/man8/pw2userdb.8
 @man man/man8/userdb.8
 @man man/man8/userdbpw.8
-@man man/man8/pw2userdb.8
 sbin/makeuserdb
 sbin/pw2userdb
 sbin/userdb
 sbin/userdb-test-cram-md5
-@bin libexec/courier-authlib/makedatprog
 @bin sbin/userdbpw
Index: Makefile
===================================================================
RCS file: /var/cvs/ports/mail/courier-imap/Makefile,v
retrieving revision 1.116
diff -u -p -r1.116 Makefile
--- Makefile	11 Jan 2018 19:27:03 -0000	1.116
+++ Makefile	19 May 2019 10:30:43 -0000
@@ -3,13 +3,11 @@
 COMMENT-main=		imap server for maildir format mailboxes
 COMMENT-pop3=		pop3 server for maildir format mailboxes
 
-V=			4.18.2
+V=			5.0.7
 DISTNAME=		courier-imap-${V}
 PKGNAME-main=		${DISTNAME}
 FULLPKGNAME-pop3=	courier-pop3-${V}
 FULLPKGPATH-pop3=	mail/courier-imap,-pop3
-REVISION-main=		0
-REVISION-pop3=		0
 
 CATEGORIES=		mail
 
@@ -24,9 +22,9 @@ PERMIT_PACKAGE_CDROM=	Yes
 
 COMPILER =		base-clang ports-gcc
 
-WANTLIB=		c courierauth courierauthcommon courierauthsasl gdbm
-WANTLIB+=		iconv intl idn m pcre ${COMPILER_LIBCXX}
-WANTLIB-pop3=		c courierauth courierauthcommon courierauthsasl
+WANTLIB=		c courierauth courierauthcommon courierauthsasl courier-unicode
+WANTLIB+=		gdbm iconv intl idn m pcre ${COMPILER_LIBCXX}
+WANTLIB-pop3=		c courierauth courierauthcommon courierauthsasl courier-unicode
 WANTLIB-pop3+=		iconv intl idn m pcre ${COMPILER_LIBCXX}
 
 USE_GMAKE=		Yes
@@ -67,7 +65,8 @@ CONFIGURE_ARGS=		--sbindir=${PREFIX}/sbi
 			--with-makedatprog=${TRUEPREFIX}/libexec/makedat \
 			--with-db=gdbm \
 			--with-certsdir=/etc/ssl \
-			--cache-file=${WRKDIR}/courier-imap.cache
+			--cache-file=${WRKDIR}/courier-imap.cache \
+			--with-notice=unicode
 
 DOCS=			AUTHORS INSTALL \
 			NEWS libs/imap/ChangeLog \
@@ -96,13 +95,13 @@ CONFIGURE_ARGS+=	--disable-workarounds-f
 MULTI_PACKAGES=		-main -pop3
 
 LIB_DEPENDS-main=	${LIB_DEPENDS} \
+			mail/courier-unicode>=2.1 \
 			devel/gettext \
-			databases/gdbm \
-			mail/courier-unicode>=2.0
+			databases/gdbm
 
 RUN_DEPENDS-pop3=	mail/courier-imap,-main
 
-WANTLIB-main=		${WANTLIB} ssl crypto courier-unicode
+WANTLIB-main=		${WANTLIB} ssl crypto
 
 CNFFILES=		etc/courier/imapd-ssl.dist etc/courier/imapd.dist \
 			etc/courier/pop3d-ssl.dist etc/courier/pop3d.dist \
Index: distinfo
===================================================================
RCS file: /var/cvs/ports/mail/courier-imap/distinfo,v
retrieving revision 1.26
diff -u -p -r1.26 distinfo
--- distinfo	31 Oct 2017 07:45:04 -0000	1.26
+++ distinfo	19 May 2019 10:31:17 -0000
@@ -1,2 +1,2 @@
-SHA256 (courier-imap-4.18.2.tar.bz2) = 9mzto+WqhT4T9BcwLfuDsxJwnpXxu82vzWIU12qU55o=
-SIZE (courier-imap-4.18.2.tar.bz2) = 3205230
+SHA256 (courier-imap-5.0.7.tar.bz2) = 6+TzD0s0IpoH3UWwuXzZVwMNYYyUWyUGYwJPYUNA+K8=
+SIZE (courier-imap-5.0.7.tar.bz2) = 3296879
Index: patches/patch-Makefile_in
===================================================================
RCS file: /var/cvs/ports/mail/courier-imap/patches/patch-Makefile_in,v
retrieving revision 1.8
diff -u -p -r1.8 patch-Makefile_in
--- patches/patch-Makefile_in	18 Mar 2016 21:59:51 -0000	1.8
+++ patches/patch-Makefile_in	19 May 2019 10:32:06 -0000
@@ -1,7 +1,8 @@
 $OpenBSD: patch-Makefile_in,v 1.8 2016/03/18 21:59:51 giovanni Exp $
---- Makefile.in.orig	Sun Mar  6 23:42:27 2016
-+++ Makefile.in	Sun Mar  6 23:43:12 2016
-@@ -406,10 +406,10 @@ CLEANFILES = $(databin_SCRIPTS) $(man_MANS) $(sysconf_
+Index: Makefile.in
+--- Makefile.in.orig
++++ Makefile.in
+@@ -416,10 +416,10 @@ CLEANFILES = $(databin_SCRIPTS) $(man_MANS) $(sysconf_
  databindir = $(datadir)
  databin_SCRIPTS = mkimapdcert mkpop3dcert mkdhparams
  binPROGRAMS = imapd pop3d maildirmake maildiracl deliverquota maildirkw \
Index: patches/patch-libs_imap_imapd-ssl_dist_in
===================================================================
RCS file: patches/patch-libs_imap_imapd-ssl_dist_in
diff -N patches/patch-libs_imap_imapd-ssl_dist_in
--- patches/patch-libs_imap_imapd-ssl_dist_in	28 Apr 2015 07:20:02 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,30 +0,0 @@
-$OpenBSD: patch-libs_imap_imapd-ssl_dist_in,v 1.2 2015/04/28 07:20:02 giovanni Exp $
---- libs/imap/imapd-ssl.dist.in.orig	Wed Oct 22 10:00:12 2014
-+++ libs/imap/imapd-ssl.dist.in	Sat Apr  4 23:23:25 2015
-@@ -72,13 +72,13 @@ SSLLOGGEROPTS="-name=imapd-ssl"
- #
- #  Whether or not to start IMAP over SSL on simap port:
- 
--IMAPDSSLSTART=NO
-+IMAPDSSLSTART=YES
- 
- ##NAME: IMAPDSTARTTLS:0
- #
- #  Whether or not to implement IMAP STARTTLS extension instead:
- 
--IMAPDSTARTTLS=YES
-+IMAPDSTARTTLS=NO
- 
- ##NAME: IMAP_TLS_REQUIRED:1
- #
-@@ -312,8 +312,8 @@ TLS_VERIFYPEER=NONE
- # problems with SSL clients.  Disable SSL caching by commenting out the
- # following settings:
- 
--TLS_CACHEFILE=@localstatedir@/couriersslcache
--TLS_CACHESIZE=524288
-+# TLS_CACHEFILE=@localstatedir@/couriersslcache
-+# TLS_CACHESIZE=524288
- 
- ##NAME: MAILDIRPATH:0
- #
Index: patches/patch-libs_imap_pop3d-ssl_dist_in
===================================================================
RCS file: patches/patch-libs_imap_pop3d-ssl_dist_in
diff -N patches/patch-libs_imap_pop3d-ssl_dist_in
--- patches/patch-libs_imap_pop3d-ssl_dist_in	28 Apr 2015 07:20:02 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-libs_imap_pop3d-ssl_dist_in,v 1.2 2015/04/28 07:20:02 giovanni Exp $
---- libs/imap/pop3d-ssl.dist.in.orig	Wed Oct 22 10:00:12 2014
-+++ libs/imap/pop3d-ssl.dist.in	Sat Apr  4 23:23:25 2015
-@@ -277,8 +277,8 @@ TLS_VERIFYPEER=NONE
- # problems with SSL clients.  Disable SSL caching by commenting out the
- # following settings:
- 
--TLS_CACHEFILE=@localstatedir@/couriersslcache
--TLS_CACHESIZE=524288
-+# TLS_CACHEFILE=@localstatedir@/couriersslcache
-+# TLS_CACHESIZE=524288
- 
- ##NAME: MAILDIRPATH:0
- #
Index: patches/patch-libs_maildir_Makefile_in
===================================================================
RCS file: /var/cvs/ports/mail/courier-imap/patches/patch-libs_maildir_Makefile_in,v
retrieving revision 1.3
diff -u -p -r1.3 patch-libs_maildir_Makefile_in
--- patches/patch-libs_maildir_Makefile_in	18 Mar 2016 21:59:51 -0000	1.3
+++ patches/patch-libs_maildir_Makefile_in	19 May 2019 10:32:00 -0000
@@ -1,12 +1,13 @@
 $OpenBSD: patch-libs_maildir_Makefile_in,v 1.3 2016/03/18 21:59:51 giovanni Exp $
---- libs/maildir/Makefile.in.orig	Sat Jun  6 16:45:55 2015
-+++ libs/maildir/Makefile.in	Sun Mar  6 23:13:09 2016
-@@ -585,7 +585,7 @@ clean-noinstLTLIBRARIES:
+Index: libs/maildir/Makefile.in
+--- libs/maildir/Makefile.in.orig
++++ libs/maildir/Makefile.in
+@@ -623,7 +623,7 @@ clean-noinstLTLIBRARIES:
  	}
  
  libmaildir.la: $(libmaildir_la_OBJECTS) $(libmaildir_la_DEPENDENCIES) $(EXTRA_libmaildir_la_DEPENDENCIES) 
 -	$(AM_V_CXXLD)$(CXXLINK)  $(libmaildir_la_OBJECTS) $(libmaildir_la_LIBADD) $(LIBS)
 +	$(AM_V_CXXLD)$(CXXLINK)  $(libmaildir_la_OBJECTS) $(libmaildir_la_LIBADD) $(LIBS) $(LIBPCRE)
  
- clean-noinstPROGRAMS:
- 	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
+ deliverquota$(EXEEXT): $(deliverquota_OBJECTS) $(deliverquota_DEPENDENCIES) $(EXTRA_deliverquota_DEPENDENCIES) 
+ 	@rm -f deliverquota$(EXEEXT)
Index: patches/patch-libs_maildir_configure
===================================================================
RCS file: /var/cvs/ports/mail/courier-imap/patches/patch-libs_maildir_configure,v
retrieving revision 1.3
diff -u -p -r1.3 patch-libs_maildir_configure
--- patches/patch-libs_maildir_configure	18 Mar 2016 21:59:51 -0000	1.3
+++ patches/patch-libs_maildir_configure	19 May 2019 10:32:00 -0000
@@ -1,7 +1,8 @@
 $OpenBSD: patch-libs_maildir_configure,v 1.3 2016/03/18 21:59:51 giovanni Exp $
---- libs/maildir/configure.orig	Sat Jun  6 16:45:56 2015
-+++ libs/maildir/configure	Sun Mar  6 23:13:09 2016
-@@ -16562,7 +16562,7 @@ $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
+Index: libs/maildir/configure
+--- libs/maildir/configure.orig
++++ libs/maildir/configure
+@@ -17166,7 +17166,7 @@ $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
  
  fi
  
@@ -10,7 +11,7 @@ $OpenBSD: patch-libs_maildir_configure,v
  do :
    as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
-@@ -16582,16 +16582,6 @@ if test "x$ac_cv_header_pcre_h" = xyes; then :
+@@ -17186,16 +17186,6 @@ if test "x$ac_cv_header_pcre_h" = xyes; then :
  fi
  
  
@@ -27,7 +28,7 @@ $OpenBSD: patch-libs_maildir_configure,v
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
  $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
  if ${ac_cv_header_sys_wait_h+:} false; then :
-@@ -17056,7 +17046,7 @@ if ${ac_cv_lib_fam_FAMOpen+:} false; then :
+@@ -17761,7 +17751,7 @@ if ${ac_cv_lib_fam_FAMOpen+:} false; then :
    $as_echo_n "(cached) " >&6
  else
    ac_check_lib_save_LIBS=$LIBS
@@ -36,7 +37,7 @@ $OpenBSD: patch-libs_maildir_configure,v
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  /* end confdefs.h.  */
  
-@@ -17091,7 +17081,7 @@ if test "x$ac_cv_lib_fam_FAMOpen" = xyes; then :
+@@ -17796,7 +17786,7 @@ if test "x$ac_cv_lib_fam_FAMOpen" = xyes; then :
  			LIBFAM=-lfam
  
  cat >>confdefs.h <<_ACEOF
@@ -45,7 +46,7 @@ $OpenBSD: patch-libs_maildir_configure,v
  _ACEOF
  
  
-@@ -17121,7 +17111,6 @@ fi
+@@ -17826,7 +17816,6 @@ fi
  
  
  
Index: patches/patch-libs_tcpd_configure_ac
===================================================================
RCS file: patches/patch-libs_tcpd_configure_ac
diff -N patches/patch-libs_tcpd_configure_ac
--- patches/patch-libs_tcpd_configure_ac	20 Jul 2015 07:17:40 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-libs_tcpd_configure_ac,v 1.1 2015/07/20 07:17:40 jca Exp $
---- libs/tcpd/configure.ac.orig	Sat Jul 18 19:01:58 2015
-+++ libs/tcpd/configure.ac	Sat Jul 18 19:03:20 2015
-@@ -507,7 +507,7 @@ RAND_pseudo_bytes(dummy, 1);
- ]
- )
- 		LIBS="-lssl $LIBS"
--		AC_CHECK_FUNCS(TLSv1_1_method TLSv1_2_method)
-+		AC_CHECK_FUNCS(SSLv3_method TLSv1_1_method TLSv1_2_method)
- 		LIBS="$save_LIBS"
- 
- 		TLSLIBRARY="$LIBCOURIERTLSOPENSSL"
Index: pkg/PLIST-main
===================================================================
RCS file: /var/cvs/ports/mail/courier-imap/pkg/PLIST-main,v
retrieving revision 1.14
diff -u -p -r1.14 PLIST-main
--- pkg/PLIST-main	18 Mar 2016 21:59:51 -0000	1.14
+++ pkg/PLIST-main	19 May 2019 10:38:30 -0000
@@ -5,6 +5,16 @@
 @newgroup _courier:571
 @newuser _courier:571:571:daemon:Courier Mail Server:/var/empty:/sbin/nologin
 @extraunexec rm -rf ${SYSCONFDIR}/*
+@mode 755
+@owner _courier
+@group _courier
+@sample ${SYSCONFDIR}/
+@sample ${SYSCONFDIR}/imapaccess/
+@mode
+@owner
+@group
+@rcscript ${RCDIR}/courier_imap
+@rcscript ${RCDIR}/courier_imap_ssl
 @bin bin/couriertls
 @bin bin/deliverquota
 @bin bin/imapd
@@ -60,8 +70,3 @@ share/examples/courier/quotawarnmsg.exam
 @mode 755
 @sample ${SYSCONFDIR}/shared/
 @sample ${SYSCONFDIR}/shared.tmp/
-@owner
-@group
-@mode
-@rcscript ${RCDIR}/courier_imap
-@rcscript ${RCDIR}/courier_imap_ssl
Index: pkg/PLIST-pop3
===================================================================
RCS file: /var/cvs/ports/mail/courier-imap/pkg/PLIST-pop3,v
retrieving revision 1.13
diff -u -p -r1.13 PLIST-pop3
--- pkg/PLIST-pop3	18 Mar 2016 21:59:51 -0000	1.13
+++ pkg/PLIST-pop3	6 Dec 2018 14:22:49 -0000
@@ -5,6 +5,8 @@
 @newgroup _courier:571
 @newuser _courier:571:571:daemon:Courier Mail Server:/var/empty:/sbin/nologin
 @extraunexec rm -rf ${SYSCONFDIR}/*
+@rcscript ${RCDIR}/courier_pop3
+@rcscript ${RCDIR}/courier_pop3_ssl
 @bin bin/pop3d
 libexec/pop3d-ssl.rc
 libexec/pop3d.rc
@@ -18,8 +20,3 @@ share/examples/courier/pop3d.cnf
 @sample ${SYSCONFDIR}/pop3d.cnf
 share/examples/courier/pop3d.dist
 @sample ${SYSCONFDIR}/pop3d
-@owner
-@group
-@mode
-@rcscript ${RCDIR}/courier_pop3
-@rcscript ${RCDIR}/courier_pop3_ssl
Index: Makefile
===================================================================
RCS file: /var/cvs/ports/mail/courier-unicode/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile	25 Feb 2018 22:20:56 -0000	1.11
+++ Makefile	6 Dec 2018 14:01:05 -0000
@@ -4,8 +4,7 @@ SHARED_LIBS +=  courier-unicode		1.0 # 2
 
 COMMENT =		courier unicode library
 
-DISTNAME =		courier-unicode-2.0
-REVISION =		0
+DISTNAME =		courier-unicode-2.1
 
 CATEGORIES =		mail devel
 
Index: distinfo
===================================================================
RCS file: /var/cvs/ports/mail/courier-unicode/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo	4 Aug 2017 23:05:01 -0000	1.4
+++ distinfo	6 Dec 2018 14:01:10 -0000
@@ -1,2 +1,2 @@
-SHA256 (courier-unicode-2.0.tar.bz2) = a0YBHUZZGK99DtQfvyHZGESYIL0+9+ZR28VuspM6hxE=
-SIZE (courier-unicode-2.0.tar.bz2) = 446215
+SHA256 (courier-unicode-2.1.tar.bz2) = aEy6f+cisISuH/sKf3GZl1ZAnVrUyEvODv64iHlD6iE=
+SIZE (courier-unicode-2.1.tar.bz2) = 447917
Index: Makefile
===================================================================
RCS file: /var/cvs/ports/mail/maildrop/Makefile,v
retrieving revision 1.73
diff -u -p -r1.73 Makefile
--- Makefile	4 Sep 2018 12:46:15 -0000	1.73
+++ Makefile	6 Dec 2018 14:57:05 -0000
@@ -3,13 +3,12 @@
 COMMENT-main=		mail delivery agent with filtering abilities
 COMMENT-utils=		quota tools for the Courier mail suite
 
-V=			2.9.3
+V=			3.0.0
 DISTNAME=		maildrop-$V
 PKGNAME-main=		maildrop-$V
 FULLPKGNAME-utils=	courier-utils-$V
 FULLPKGPATH-utils=	mail/maildrop,-utils
 CATEGORIES=		mail
-REVISION-main=		0
 
 HOMEPAGE=		http://www.courier-mta.org/maildrop/
 MAINTAINER=		Giovanni Bechis <giova...@openbsd.org>
@@ -84,14 +83,14 @@ CONFIGURE_ARGS+=	--with-trashquota
 .endif
 
 LIB_DEPENDS=		devel/libidn \
-			mail/courier-unicode>=2.0
+			mail/courier-unicode>=2.1 \
+			devel/pcre \
 
-WANTLIB =		c courier-unicode iconv idn intl
+WANTLIB =		c courier-unicode iconv idn intl pcre>=1
 
 WANTLIB-main=		${WANTLIB} gdbm m ${COMPILER_LIBCXX} pcre>=1 courierauth
 LIB_DEPENDS-main=	${LIB_DEPENDS} \
 			databases/gdbm \
-			devel/pcre \
 			mail/courier-authlib
 
 DOCFILES=		README \
Index: distinfo
===================================================================
RCS file: /var/cvs/ports/mail/maildrop/distinfo,v
retrieving revision 1.23
diff -u -p -r1.23 distinfo
--- distinfo	7 Mar 2018 13:59:41 -0000	1.23
+++ distinfo	6 Dec 2018 14:41:42 -0000
@@ -1,2 +1,2 @@
-SHA256 (maildrop-2.9.3.tar.bz2) = /OrjuF3ZyvTXadduXRF5xAZbfzr4hiMAitRPnggpl5Q=
-SIZE (maildrop-2.9.3.tar.bz2) = 2079784
+SHA256 (maildrop-3.0.0.tar.bz2) = SOkaShAeJ2oTH706+5TphAGgzs51GWHG2cLkItZhQTw=
+SIZE (maildrop-3.0.0.tar.bz2) = 2091018

Reply via email to