Bug 131641

Summary: [maintainer] mail/dma - fix dma.rb wrapper for ruby w/o oniguruma
Product: Ports & Packages Reporter: Daniel Roethlisberger <daniel>
Component: Individual Port(s)Assignee: Wesley Shields <wxs>
Status: Closed FIXED    
Severity: Affects Only Me CC: daniel
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
dma-no-oniguruma.diff none

Description Daniel Roethlisberger 2009-02-13 12:30:01 UTC
Fix the dma.rb wrapper for sendmail -t support to not require
oniguruma support in ruby by removing the zero-width positive
lookbehind assertion.

How-To-Repeat: 1) Use ruby with default knobs (i.e. without oniguruma).
2) Use dma.rb instead of dma in mailer.conf.
3) Send mail using sendmail -t (e.g. via send-pr).
Comment 1 Wesley Shields freebsd_committer freebsd_triage 2009-02-13 14:14:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-02-13 20:19:13 UTC
wxs         2009-02-13 20:19:04 UTC

  FreeBSD ports repository

  Modified files:
    mail/dma             Makefile 
    mail/dma/files       dma.rb 
  Log:
  - Fix the dma.rb wrapper for sendmail -t support to not require
    oniguruma support in ruby by removing the zero-width positive
    lookbehind assertion.
  
  PR:             ports/131641
  Submitted by:   Daniel Roethlisberger <daniel@roe.ch> (maintainer)
  
  Revision  Changes    Path
  1.2       +1 -0      ports/mail/dma/Makefile
  1.2       +3 -2      ports/mail/dma/files/dma.rb
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Wesley Shields freebsd_committer freebsd_triage 2009-02-13 20:19:24 UTC
State Changed
From-To: open->closed

Committed. Thanks!