Changeset 98172


Ignore:
Timestamp:
Sep 27, 2012, 8:03:30 AM (12 years ago)
Author:
jwa@…
Message:

php-midgard2: don't use group variable in notes, fix livecheck

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/php/php-midgard2/Portfile

    r98163 r98172  
    4242    If this is the first time you're installing Midgard, or you have\n
    4343    recently upgraded PHP, make sure to check your php.ini to verify\n
    44     that extension_dir at least includes\n
    45     ${php.extension_dir}\n
     44    that extension_dir at least includes the directory shown by command\n
     45    'php-config${php.suffix} --extension-dir'
    4646    ================================================================"
    4747}
    4848
    49 livecheck.type  regex
    50 livecheck.url   ${master_sites}
    51 livecheck.regex ${name}-(\[0-9.\]+)\\.tar\\.\[bg\]z
     49if {${name} == ${subport}} {
     50    livecheck.type      regex
     51    livecheck.url       ${master_sites}
     52    livecheck.regex php5-midgard2-(\[0-9.\]+)\\.tar\\.\[bg\]z
     53} else {
     54    livecheck.type  none
     55}
Note: See TracChangeset for help on using the changeset viewer.