Bug 153546 - Fixed BUILD_DEPENDS in mail/p5-Email-Stuff
Summary: Fixed BUILD_DEPENDS in mail/p5-Email-Stuff
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: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-30 13:30 UTC by Grzegorz Blach
Modified: 2010-12-31 03:10 UTC (History)
0 users

See Also:


Attachments
file.diff (750 bytes, patch)
2010-12-30 13:30 UTC, Grzegorz Blach
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Grzegorz Blach 2010-12-30 13:30:08 UTC
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`
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-30 13:30:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-30 13:30:21 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-30 13:30:25 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 chifeng 2010-12-31 02:44:00 UTC
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
Comment 5 Wen Heping freebsd_committer freebsd_triage 2010-12-31 03:04:28 UTC
Responsible Changed
From-To: perl->wen

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2010-12-31 03:09:52 UTC
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"
Comment 7 Wen Heping freebsd_committer freebsd_triage 2010-12-31 03:10:54 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!