Opened 13 years ago

Last modified 13 years ago

#31249 closed defect

php5 Download Link Fix (ONE LINE FIX IN DESCRIPTION) — at Version 5

Reported by: TruePath (Peter Gerdes) Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc:
Port: php5

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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:

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}   

Change History (5)

comment:1 Changed 13 years ago by TruePath (Peter Gerdes)

Cc: gerdes@… added

Cc Me!

comment:2 Changed 13 years ago by TruePath (Peter Gerdes)

Cc: gerdes@… removed

Cc Me!

comment:4 Changed 13 years ago by TruePath (Peter Gerdes)

Opps I may still have had it screwed up by putting that last / on distributions. I don't think this was a problem but just to make sure everything is perfectly clear I'm attaching the patch file for the working version.

Changed 13 years ago by TruePath (Peter Gerdes)

Attachment: Portfile-rrdtool.diff added

Patch to fix php5 download

comment:5 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… removed
Description: modified (diff)
Keywords: php5 download removed
Owner: changed from macports-tickets@… to ryandesign@…
Port: @5.3.8 removed
Priority: HighNormal
Note: See TracTickets for help on using tickets.