| Summary: | Fixed BUILD_DEPENDS in mail/p5-Email-Stuff | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Grzegorz Blach <magik> | ||||
| Component: | Individual Port(s) | Assignee: | Wen Heping <wen> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool) Maintainer of mail/p5-Email-Stuff,
Please note that PR ports/153546 has just been submitted.
If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.
The full text of the PR can be found at:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/153546
--
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Sure, Please commit. Thanks! this patch is good. xwsg2# perl -e "use Email::Stuff" xwsg2# Chifeng On Thu, Dec 30, 2010 at 9:30 PM, Edwin Groothuis <edwin@freebsd.org> wrote: > Maintainer of mail/p5-Email-Stuff, > > Please note that PR ports/153546 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/153546 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > -- *Regards.* **- Chifeng Responsible Changed From-To: perl->wen I'll take it. wen 2010-12-31 03:09:46 UTC
FreeBSD ports repository
Modified files:
mail/p5-Email-Stuff Makefile distinfo
Log:
- Add missing DEPENDS
PR: ports/153546
Submitted by: Grzegorz Blach <magik@roorback.net>
Approved by: maintainer
Revision Changes Path
1.5 +2 -0 ports/mail/p5-Email-Stuff/Makefile
1.4 +0 -1 ports/mail/p5-Email-Stuff/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"
State Changed From-To: feedback->closed Committed. Thanks! |
Added p5-Email-MIME>=1.901:${PORTSDIR}/mail/p5-Email-MIME to BUILD_DEPENDS and RUN_DEPENDS Without this scripts that use Email::MIME, can't be compiled correctly. Fix: Patch attached with submission follows: How-To-Repeat: Write short script (that do nothing) --- BEGIN --- #!/usr/bin/env perl use Email::Stuff; --- END --- and run `perl -c script.pl`