Bug 162418 - [PATCH] math/py27-matplotlib: add missing RUN_DEPENDS and fix warnings
Summary: [PATCH] math/py27-matplotlib: add missing RUN_DEPENDS and fix warnings
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: Jimmy Olgeni
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-09 23:30 UTC by Jimmy Olgeni
Modified: 2011-11-10 13:30 UTC (History)
1 user (show)

See Also:


Attachments
py27-matplotlib-1.0.1_2.patch (2.45 KB, patch)
2011-11-09 23:30 UTC, Jimmy Olgeni
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jimmy Olgeni freebsd_committer freebsd_triage 2011-11-09 23:30:09 UTC
Matplotlib requires dateutil to run, so I added both dateutil and
pytz to RUN_DEPENDS (from BUILD_DEPENDS). I found out the hard way
by using precompiled packages...

A few portlint whitespace warnings are also fixed.

Port maintainer (mainland@apeiron.net) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-11-09 23:30:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->olgeni

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-11-09 23:30:28 UTC
Maintainer of math/py-matplotlib,

Please note that PR ports/162418 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/162418

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2011-11-09 23:30:32 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Geoffrey Mainland 2011-11-09 23:32:30 UTC
I approve the patch.

Thanks,
Geoff
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-11-10 13:20:35 UTC
olgeni      2011-11-10 13:20:21 UTC

  FreeBSD ports repository

  Modified files:
    math/py-matplotlib   Makefile 
  Log:
  Copy dateutil and pytz from BUILD_DEPENDS to RUN_DEPENDS, since
  they are required.
  
  Fix a few portlint nits while I'm here.
  
  PR:             ports/162418
  Submitted by:   olgeni
  Approved by:    maintainer
  Feature safe:   yes
  
  Revision  Changes    Path
  1.40      +23 -21    ports/math/py-matplotlib/Makefile
_______________________________________________
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 Jimmy Olgeni freebsd_committer freebsd_triage 2011-11-10 13:21:54 UTC
State Changed
From-To: feedback->closed

Committed.