Simple update to the latest stable version. Comments? Ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/mairix/Makefile,v
retrieving revision 1.15
diff -u -p -u -p -r1.15 Makefile
--- Makefile    1 Nov 2014 17:17:53 -0000       1.15
+++ Makefile    2 Jan 2018 15:14:49 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=               program for indexing & searching email
 
-DISTNAME=              mairix-0.23
+DISTNAME=              mairix-0.24
 CATEGORIES=            mail
 HOMEPAGE=              http://www.rpcurnow.force9.co.uk/mairix/
 
@@ -12,7 +12,7 @@ PERMIT_PACKAGE_CDROM= Yes
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=mairix/} \
                        http://www.rpcurnow.force9.co.uk/mairix/
 
-WANTLIB=               c z bz2
+WANTLIB += bz2 c crypto ssl z
 
 BUILD_DEPENDS=         devel/bison
 LIB_DEPENDS=           archivers/bzip2
@@ -20,7 +20,5 @@ LIB_DEPENDS=          archivers/bzip2
 CONFIGURE_STYLE=       simple
 CONFIGURE_ENV=                 CPPFLAGS="-I${PREFIX}/include" \
                        LDFLAGS="-L${PREFIX}/lib"
-
-NO_TEST=               Yes
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/mail/mairix/distinfo,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 distinfo
--- distinfo    1 Nov 2014 17:17:53 -0000       1.7
+++ distinfo    2 Jan 2018 15:14:49 -0000
@@ -1,2 +1,2 @@
-SHA256 (mairix-0.23.tar.gz) = gE4jWxg8M1AHGijN2o60Zbz0Rwkqggb0BIYZGHW98vs=
-SIZE (mairix-0.23.tar.gz) = 193726
+SHA256 (mairix-0.24.tar.gz) = oHAuB5x2i2++JWh+vLq+eWXrST0mmhBZmMfBwsrvSlc=
+SIZE (mairix-0.24.tar.gz) = 206903
Index: patches/patch-imap_c
===================================================================
RCS file: patches/patch-imap_c
diff -N patches/patch-imap_c
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-imap_c        2 Jan 2018 15:14:49 -0000
@@ -0,0 +1,13 @@
+$OpenBSD$
+
+Index: imap.c
+--- imap.c.orig
++++ imap.c
+@@ -10,6 +10,7 @@
+ #include <poll.h>
+ #include <signal.h>
+ #include <sys/wait.h>
++#include <sys/socket.h>
+ #ifdef USE_OPENSSL
+ #include <openssl/ssl.h>
+ #include <openssl/err.h>

Reply via email to