Hi,

Little update for Mairix to 0.22 with:

    * Skip symlinks when using mbox
    * Update FSF address in file headers
    * Update COPYING to latest gpl-2.0.txt
    * Improve error message if home directory cannot be determined
    * Honour HOME environment variable
    * MIME types are allowed to have "+" characters in them.
    * Fix deficiencies in the parsing of mbox From lines
    * Include the existing -x flag in the help message

And others, while there, USE_GROFF is not needed, little test on i386.

Ok? Comments?

Cheers.
-- 
Sending from my VCR.
Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/mairix/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile    19 Nov 2010 07:23:07 -0000      1.11
+++ Makefile    21 Apr 2012 20:36:20 -0000
@@ -2,14 +2,13 @@
 
 COMMENT=               program for indexing & searching email
 
-DISTNAME=              mairix-0.21
-REVISION =             0
+DISTNAME=              mairix-0.22
 CATEGORIES=            mail
 HOMEPAGE=              http://www.rpcurnow.force9.co.uk/mairix/
 
 MAINTAINER=            David Cathcart <[email protected]>
 
-# GPL
+# GPLv2
 PERMIT_PACKAGE_CDROM=  Yes 
 PERMIT_PACKAGE_FTP=    Yes 
 PERMIT_DISTFILES_CDROM= Yes 
@@ -26,7 +25,6 @@ LIB_DEPENDS=          archivers/bzip2
 CONFIGURE_STYLE=       simple
 CONFIGURE_ENV=                 CPPFLAGS="-I${PREFIX}/include" \
                        LDFLAGS="-L${PREFIX}/lib"
-USE_GROFF =            Yes
 
 NO_REGRESS=            Yes
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/mail/mairix/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo    12 Feb 2008 22:11:48 -0000      1.5
+++ distinfo    21 Apr 2012 20:36:20 -0000
@@ -1,5 +1,5 @@
-MD5 (mairix-0.21.tar.gz) = ghYZiVkxcRw3D1HzRCoN7Q==
-RMD160 (mairix-0.21.tar.gz) = aOnQz1CchSSqni9Rm0OF/RmPmWo=
-SHA1 (mairix-0.21.tar.gz) = pfR2dGLT+GlQrKoNr9Ey3g4NDEM=
-SHA256 (mairix-0.21.tar.gz) = 4dKEWVMc4wzo3UEhXLDmNR6oF2fPS78ejb0iYY9N4dc=
-SIZE (mairix-0.21.tar.gz) = 159089
+MD5 (mairix-0.22.tar.gz) = bGqsoZwrLeO/VnuFZwXOGg==
+RMD160 (mairix-0.22.tar.gz) = Wn0DQb1d4tXHDZibY7sh+A1xeRw=
+SHA1 (mairix-0.22.tar.gz) = Nc/BahRKYB+9PJISx78YFa3fBfY=
+SHA256 (mairix-0.22.tar.gz) = FB+yc++fd1YuYJqfbS94O2gMxOBL4PnKjWgvi8bBnU8=
+SIZE (mairix-0.22.tar.gz) = 161843
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/mail/mairix/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   25 Apr 2007 01:08:34 -0000      1.2
+++ pkg/PLIST   21 Apr 2012 20:36:20 -0000
@@ -1,4 +1,4 @@
 @comment $OpenBSD: PLIST,v 1.2 2007/04/25 01:08:34 msf Exp $
-bin/mairix
+@bin bin/mairix
 @man man/man1/mairix.1
 @man man/man5/mairixrc.5

Reply via email to