Bug 130842 - [PATCH] devel/p5-Test-Harness: install prove script without conflict with core perl
Summary: [PATCH] devel/p5-Test-Harness: install prove script without conflict with cor...
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: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-21 22:20 UTC by Vladimir Timofeev
Modified: 2009-02-06 13:00 UTC (History)
1 user (show)

See Also:


Attachments
p5-Test-Harness-3.14_2.patch (1.77 KB, patch)
2009-01-21 22:20 UTC, Vladimir Timofeev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Timofeev 2009-01-21 22:20:01 UTC
This patch install bin/prove script as bin/p5prove for perl-5.8 and bin/prove for older perls.
This allow to us using new prove's functions, for ex. colorized output, and saved states

Idea from devel/p5-Module-CoreList.

Port maintainer (perl@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-01-21 22:20:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-02-06 12:57:16 UTC
jadawin     2009-02-06 12:57:07 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-Test-Harness Makefile pkg-plist 
  Log:
  - Install prove script without conflict with core perl
  
  PR:             ports/130842
  Submitted by:   Vladimir Timofeev <vovkasm at gmail.com>
  
  Revision  Changes    Path
  1.38      +8 -12     ports/devel/p5-Test-Harness/Makefile
  1.17      +1 -1      ports/devel/p5-Test-Harness/pkg-plist
_______________________________________________
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 Philippe Audeoud freebsd_committer freebsd_triage 2009-02-06 12:57:37 UTC
State Changed
From-To: open->closed

Committed. Thanks!