[MacPorts] #31249: php5 Download Link Fix (ONE LINE FIX IN DESCRIPTION)
MacPorts
noreply at macports.org
Tue Sep 13 14:57:14 PDT 2011
#31249: php5 Download Link Fix (ONE LINE FIX IN DESCRIPTION)
----------------------------------+-----------------------------------------
Reporter: gerdes@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: High | Milestone:
Component: ports | Version: 2.0.3
Keywords: php5 download | Port: php5 @5.3.8
----------------------------------+-----------------------------------------
the php5 version 5.3.8 is failing to download the source. The following
changes should be made to the portfile to get the url correct
In particular master_sites should be changed to
http://www.php.net/distributions/ This changes seems to minor to be worth
creating a patch for. I hope you (the maintainer) are CCed if I enter you
into form here and this is appropriate way to submit.
Original portfile section: (--- delimites the code sections)
---
homepage http://www.php.net/
master_sites php
distname php-${version}
---
The way it should read:
---
homepage http://www.php.net/
master_sites http://www.php.net/distributions/
distname php-${version}
---
--
Ticket URL: <https://trac.macports.org/ticket/31249>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list