Bug 117286 - [PATCH] devel/pear: Slight rework to help resurrect devel/pear-PHPUnit3
Summary: [PATCH] devel/pear: Slight rework to help resurrect devel/pear-PHPUnit3
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-18 06:40 UTC by Greg Larkin
Modified: 2007-10-28 19:50 UTC (History)
1 user (show)

See Also:


Attachments
pear-1.6.2.patch (765 bytes, patch)
2007-10-18 06:40 UTC, Greg Larkin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Larkin 2007-10-18 06:40:02 UTC
I would like to install devel/pear-PHPUnit3, but it's marked BROKEN.
It's not really broken, though, it just needs support for choosing an
alternate download location instead of pear.php.net, which was hard-coded
in bsd.pear.mk. Custom install/deinstall scripts are also enabled which
allow calling "pear channel-add/channel-delete" as needed.

NOTE: If/when this PR is approved, I will submit another PR to bring
      devel/pear-PHPUnit3 back to life.

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

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-10-18 06:40:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-10-28 19:46:08 UTC
miwi        2007-10-28 19:45:56 UTC

  FreeBSD ports repository

  Modified files:
    devel/pear           Makefile bsd.pear.mk 
  Log:
  - Allow support for choosing an alternate download
    location instead of pear.php.net, which was
    hard-coded in bsd.pear.mk. Custom install/deinstall
    scripts are also enabled which allow calling
    "pear channel-add/channel-delete" as needed.
  - Bump PORTREVISION
  
  PR:             117286
  Submitted by:   Greg Larkin <glarkin@sourcehosting.net>
  
  Revision  Changes    Path
  1.29      +1 -0      ports/devel/pear/Makefile
  1.8       +4 -4      ports/devel/pear/bsd.pear.mk
_______________________________________________
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 Martin Wilke freebsd_committer freebsd_triage 2007-10-28 19:46:49 UTC
State Changed
From-To: open->closed

Committed. Thanks!