Ticket #32942 (closed enhancement: fixed)
phpsh: use tarball
| Reported by: | ryandesign@… | Owned by: | singingwolfboy@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.0.3 |
| Keywords: | haspatch | Cc: | |
| Port: | phpsh |
Description
In r89095 I updated phpsh to use the new github portgroup. Is there a reason why this port is fetching from git and not from a tarball? It seems to build fine using a tarball. Here's a patch that would do that. Let me know if there's any reason not to commit this.
Attachments
Change History
Changed 16 months ago by ryandesign@…
- Attachment phpsh.diff added
comment:1 Changed 16 months ago by singingwolfboy@…
- Status changed from new to closed
- Resolution set to invalid
That patch doesn't work: Macports doesn't know where to download the file from. When you test the patch to see if it works, make sure you run `sudo port clean --all phpsh` if you're doing changes to how the sources are fetched -- otherwise, Macports will use the already-downloaded source files still sitting on your hard drive.
Note: See
TracTickets for help on using
tickets.


proposed patch