Changes between Initial Version and Version 5 of Ticket #31249


Ignore:
Timestamp:
Sep 14, 2011, 2:21:26 AM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31249

    • Property Cc ryandesign@… removed
    • Property Priority changed from High to Normal
    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Keywords php5 download removed
    • Property Port @5.3.8 removed
  • Ticket #31249 – Description

    initial v5  
    33In 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.
    44
    5 Original portfile section: (--- delimites the code sections)
     5Original portfile section:
    66
    7 ---
     7{{{
    88homepage                http://www.php.net/
    99master_sites            php
    1010
    1111distname                php-${version} 
    12 ---
     12}}}
     13
    1314The way it should read:
    14 ---
    1515
     16{{{
    1617homepage                http://www.php.net/
    1718master_sites            http://www.php.net/distributions/
    1819
    1920distname                php-${version}   
    20 
    21 ---
    22 
     21}}}