Bug 168288

Summary: [patch] sysutils/munin-master: fix dependency handling for Storable Perl module
Product: Ports & Packages Reporter: Samuel Cassiba <s>
Component: Individual Port(s)Assignee: Florian Smeets <flo>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Samuel Cassiba 2012-05-23 23:20:02 UTC
- munin-master currently looks for converters/p5-Storable-AMF to provide Storable.pm when it's actually provided by devel/p5-Storable

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-05-23 23:21:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->flo

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-05-24 15:49:06 UTC
flo         2012-05-24 14:48:53 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/munin-master Makefile 
  Log:
  - fix depencency, munin should depend on devel/p5-Storable instead of
    converters/p5-Storable-AMF
  
  PR:             ports/168288
  Submitted by:   Sam Cassiba <sam@cassiba.com>
  
  Revision  Changes    Path
  1.34      +3 -3      ports/sysutils/munin-master/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 3 Florian Smeets freebsd_committer freebsd_triage 2012-05-24 15:49:14 UTC
State Changed
From-To: open->closed

Committed. Thanks!