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).
Responsible Changed From-To: freebsd-ports-bugs->wxs I'll take it.
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"
State Changed From-To: open->closed Committed. Thanks!