Bug 102953 - [PATCH] mail/p5-MIME-Lite-HTML: update to 1.22
Summary: [PATCH] mail/p5-MIME-Lite-HTML: update to 1.22
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-06 20:40 UTC by gslin
Modified: 2007-01-02 09:00 UTC (History)
1 user (show)

See Also:


Attachments
p5-MIME-Lite-HTML-1.22.patch (1.70 KB, patch)
2006-09-06 20:40 UTC, gslin
no flags Details | Diff
mypatch (2.68 KB, text/plain; charset=utf-8)
2006-09-08 12:43 UTC, Jean-Baptiste Quenot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2006-09-06 20:40:18 UTC
- Update to 1.22
- Use RUN_DEPENDS=${BUILD_DEPENDS} to prevent from unused dependency

Port maintainer (jb.quenot@caraldi.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-09-06 20:40:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-09-06 20:40:38 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Jean-Baptiste Quenot 2006-09-08 12:43:59 UTC
Your  patch does  not apply  (space characters  are mangled),  but
attached is mine.   I removed the dependencies  changes, unless it
is really necessary?

However I can't test the program:

  perl -MMIME::Lite::HTML -e '
     new MIME::Lite::HTML
         From     => "MIME-Lite\@alianwebserver.com",
         To       => "alian\@cpan.org",
         Url      => "http://localhost/server-status";'

Can't call method "replace" on an undefined value at /usr/local/lib/perl5/site_perl/5.8.8/MIME/Lite/HTML.pm line 475.

Can you run this command successfully?
-- 
     Jean-Baptiste Quenot
aka  John Banana Qwerty
http://caraldi.com/jbq/
Comment 4 Erwin Lansing freebsd_committer freebsd_triage 2006-12-30 17:27:00 UTC
State Changed
From-To: feedback->open

Feedback from maintainer with new patch received.
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-01-02 08:58:08 UTC
clsung      2007-01-02 08:58:02 UTC

  FreeBSD ports repository

  Modified files:
    mail/p5-MIME-Lite-HTML Makefile distinfo 
  Log:
  - Update to 1.22
  
  PR:             ports/102953
  Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
  Reviewed by:    maintainer (Jean-Baptiste Quenot)
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.2       +1 -1      ports/mail/p5-MIME-Lite-HTML/Makefile
  1.3       +3 -3      ports/mail/p5-MIME-Lite-HTML/distinfo
_______________________________________________
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 6 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-01-02 08:58:33 UTC
State Changed
From-To: open->closed

Committed with maintainer's patch. Thank you.