1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Update to 0.20.

This commit is contained in:
Oliver Braun 2007-03-20 22:58:34 +00:00
parent 24effd6303
commit 16d10bcd03
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187827
3 changed files with 6 additions and 15 deletions

View File

@ -6,9 +6,10 @@
#
PORTNAME= mairix
PORTVERSION= 0.19
PORTVERSION= 0.20
CATEGORIES= mail
MASTER_SITES= http://www.rpcurnow.force9.co.uk/mairix/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mairix
MAINTAINER= obraun@FreeBSD.org
COMMENT= Indexing and searching in Maildir, MH or mbox folders

View File

@ -1,3 +1,3 @@
MD5 (mairix-0.19.tar.gz) = 9b384a0fa3431868d5198a7f1882ee69
SHA256 (mairix-0.19.tar.gz) = fc6f36c5c64e06a7d866a62abc79ddce2911d4909dbdf4ac735a795b74b36e2b
SIZE (mairix-0.19.tar.gz) = 152430
MD5 (mairix-0.20.tar.gz) = 12c1a11d96ed6f4626d144d9cfef8f07
SHA256 (mairix-0.20.tar.gz) = e692af17c0ebdc8d610721407c3eabc53d0ef1ffdaf32ce53d4e91d2f49d7d1d
SIZE (mairix-0.20.tar.gz) = 158336

View File

@ -1,10 +0,0 @@
--- dfasyn/parse.y.orig Sat Jul 15 22:28:52 2006
+++ dfasyn/parse.y Tue Aug 15 19:35:07 2006
@@ -242,6 +242,7 @@
;
tag_decl : TAG STRING EQUAL expr { define_tag($2, $4); }
+ ;
entrystruct_decl :
ENTRYSTRUCT STRING STRING { define_entrystruct($2, $3); }