FreeBSD Bugzilla – Attachment 93675 Details for
Bug 131641
[maintainer] mail/dma - fix dma.rb wrapper for ruby w/o oniguruma
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
dma-no-oniguruma.diff
dma-no-oniguruma.diff (text/plain), 740 bytes, created by
Daniel Roethlisberger
on 2009-02-13 12:30:01 UTC
(
hide
)
Description:
dma-no-oniguruma.diff
Filename:
MIME Type:
Creator:
Daniel Roethlisberger
Created:
2009-02-13 12:30:01 UTC
Size:
740 bytes
patch
obsolete
>diff -ruN dma.orig/Makefile dma/Makefile >--- dma.orig/Makefile 2009-02-12 01:41:34.000000000 +0100 >+++ dma/Makefile 2009-02-13 12:19:08.000000000 +0100 >@@ -7,6 +7,7 @@ > > PORTNAME= dma > PORTVERSION= 20090208 >+PORTREVISION= 1 > CATEGORIES= mail ipv6 > MASTER_SITES= http://mirror.roe.ch/dist/dma/ > >diff -ruN dma.orig/files/dma.rb dma/files/dma.rb >--- dma.orig/files/dma.rb 2009-02-12 01:41:34.000000000 +0100 >+++ dma/files/dma.rb 2009-02-13 12:20:04.000000000 +0100 >@@ -35,7 +35,8 @@ > > if ARGV.delete "-t" > msg = STDIN.read >- head, cr, body = msg.split(/(?<=\n)(\r?)\n/, 2) >+ head, cr, body = msg.split(/\n(\r?)\n/, 2) >+ head = head + "\n" > tmphead = head.gsub(/\n\s+/m, ' ') > rcpts = [] > tmphead.gsub(/^(?:to|cc|bcc):\s.*$/i) do |match|
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 131641
: 93675