Summary: | [NEW PORT] mail/p5-Email-MIME-Encodings: A unified interface to MIME encoding and decoding | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Lars Thegler <lars> | ||||
Component: | Individual Port(s) | Assignee: | Erwin Lansing <erwin> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Lars Thegler
2003-09-07 22:20:08 UTC
State Changed From-To: open->feedback This port doesn't work with 5.005_03. Could you try to patch it or mark it IGNORE? The following patch file should make it 5.005_03-safe. --- files/patch-Encodings.pm begins here --- --- Encodings.pm.orig Wed Sep 10 22:36:32 2003 +++ Encodings.pm Wed Sep 10 22:36:53 2003 @@ -1,7 +1,6 @@ package Email::MIME::Encodings; use strict; no strict 'refs'; -use warnings; $Email::MIME::Encodings::VERSION = "1.0"; --- files/patch-Encodings.pm ends here --- Responsible Changed From-To: freebsd-ports-bugs->erwin I'll handle this State Changed From-To: feedback->closed Committed, thanks! I changed your patch into a small perl regex, much smaller and doesn't leave an orig-file around, but same function. |