summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2005-06-27 02:08:16 +0000
committerMark Loeser <halcy0n@gentoo.org>2005-06-27 02:08:16 +0000
commit19e30a804d3667c5cc3f50c00eeb2d152519891c (patch)
treefcffd4446b1c9678f75a23707504dd30f45dab14 /net-mail/mailgraph/files
parentAdded missing tcsh dependency (bug #73814). (diff)
downloadhistorical-19e30a804d3667c5cc3f50c00eeb2d152519891c.tar.gz
historical-19e30a804d3667c5cc3f50c00eeb2d152519891c.tar.bz2
historical-19e30a804d3667c5cc3f50c00eeb2d152519891c.zip
revision bump to get the regexp patch
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-mail/mailgraph/files')
-rw-r--r--net-mail/mailgraph/files/digest-mailgraph-1.11-r11
-rw-r--r--net-mail/mailgraph/files/mailgraph-1.11-regexp.patch11
2 files changed, 12 insertions, 0 deletions
diff --git a/net-mail/mailgraph/files/digest-mailgraph-1.11-r1 b/net-mail/mailgraph/files/digest-mailgraph-1.11-r1
new file mode 100644
index 000000000000..359f48fbdaec
--- /dev/null
+++ b/net-mail/mailgraph/files/digest-mailgraph-1.11-r1
@@ -0,0 +1 @@
+MD5 6ddb4804e51c81dcdd5c3f7242031b11 mailgraph-1.11.tar.gz 19719
diff --git a/net-mail/mailgraph/files/mailgraph-1.11-regexp.patch b/net-mail/mailgraph/files/mailgraph-1.11-regexp.patch
new file mode 100644
index 000000000000..414af5a3d12b
--- /dev/null
+++ b/net-mail/mailgraph/files/mailgraph-1.11-regexp.patch
@@ -0,0 +1,11 @@
+--- mailgraph.pl.orig 2005-06-27 01:34:55.000000000 +0200
++++ mailgraph.pl 2005-06-27 01:34:31.000000000 +0200
+@@ -138,7 +138,7 @@
+ (\d+):(\d+):(\d+) # time -- 3, 4, 5
+ (?:\s<\w+\.\w+>)? # FreeBSD's verbose-mode
+ \s
+- ([-\w\.]+) # host -- 6
++ ([-\w\.\@]+) # host -- 6
+ \s+
+ (.*) # text -- 7
+ $/x or do