[23433] trunk/dports/mail/mairix/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Mar 31 21:19:54 PDT 2007


Revision: 23433
          http://trac.macosforge.org/projects/macports/changeset/23433
Author:   vinc17 at macports.org
Date:     2007-03-31 21:19:53 -0700 (Sat, 31 Mar 2007)

Log Message:
-----------
* Bump to version 0.20.
* Switch master_sites to sourceforge.

Modified Paths:
--------------
    trunk/dports/mail/mairix/Portfile

Modified: trunk/dports/mail/mairix/Portfile
===================================================================
--- trunk/dports/mail/mairix/Portfile	2007-04-01 02:46:41 UTC (rev 23432)
+++ trunk/dports/mail/mairix/Portfile	2007-04-01 04:19:53 UTC (rev 23433)
@@ -1,29 +1,29 @@
 # $Id$
 
 PortSystem 1.0
-name			mairix
-version			0.19
-categories		mail
-maintainers		vincent-opdarw at vinc17.org
-description		Email index and search tool
-long_description	mairix is a program for indexing and searching email \
-			messages stored in Maildir, MH or mbox folders.      \
-			Indexing is fast. It runs incrementally on new       \
-			messages - any particular message only gets scanned  \
-			once in the lifetime of the index file. The search   \
-			mode populates a "virtual" maildir (or MH) folder    \
-			with symlinks which point to the real messages. This \
-			folder can be opened as usual in your mail program.  \
-			The search mode is very fast. Indexing and searching \
-			works on the basis of words. The index file tabulates\
-			which words occur in which parts (particular headers \
-			+ body) of which messages.
-homepage		http://www.rc0.org.uk/mairix/
-master_sites		http://www.rpcurnow.force9.co.uk/mairix/
-checksums		md5 9b384a0fa3431868d5198a7f1882ee69 \
-			sha1 6fd7e92ff8701a30159a23c64cca1d96658a0944
+name                mairix
+version             0.20
+categories          mail
+maintainers         vincent-opdarw at vinc17.org
+description         Email index and search tool
+long_description    mairix is a program for indexing and searching email \
+                    messages stored in Maildir, MH or mbox folders.      \
+                    Indexing is fast. It runs incrementally on new       \
+                    messages - any particular message only gets scanned  \
+                    once in the lifetime of the index file. The search   \
+                    mode populates a "virtual" maildir (or MH) folder    \
+                    with symlinks which point to the real messages. This \
+                    folder can be opened as usual in your mail program.  \
+                    The search mode is very fast. Indexing and searching \
+                    works on the basis of words. The index file tabulates\
+                    which words occur in which parts (particular headers \
+                    + body) of which messages.
+homepage            http://www.rc0.org.uk/mairix/
+master_sites        sourceforge
+checksums           md5 12c1a11d96ed6f4626d144d9cfef8f07 \
+                    sha1 7e7b64d76a4804d9e4ab59157e55bf9ae892f25e
 
-depends_lib		port:zlib port:bzip2
-configure.env		CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
-configure.args		--mandir=${prefix}/share/man \
-			--enable-gzip-mbox --enable-bzip-mbox
+depends_lib         port:zlib port:bzip2
+configure.env       CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
+configure.args      --mandir=${prefix}/share/man \
+                    --enable-gzip-mbox --enable-bzip-mbox

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070331/1086c4ad/attachment.html


More information about the macports-changes mailing list