Changeset 99594


Ignore:
Timestamp:
Nov 10, 2012, 11:12:02 PM (11 years ago)
Author:
ryandesign@…
Message:

php53: fix suhosin patch (#36921)

Location:
trunk/dports/lang/php
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/php/Portfile

    r98924 r99594  
    187187        patch_sites-append          http://download.suhosin.org/
    188188        if {${suhosin_available}} {
     189            patchfiles-append       patch-${php}-suhosin-before.diff
    189190            patchfiles-append       ${suhosin_patch}
     191            patchfiles-append       patch-${php}-suhosin-after.diff
    190192        }
    191193    }
Note: See TracChangeset for help on using the changeset viewer.