Ticket #41811: dlang.diff

File dlang.diff, 2.7 KB (added by ryandesign (Ryan Carsten Schmidt), 10 years ago)

proposed patch

  • Users/rschmidt/macports/dports/lang/dmd/Portfile

     
    7474notes {
    7575    In order to have a complete dmd runtime environment consider installing the following ports:
    7676    druntime phobos dmd-tools }
    77 
    78 livecheck.type      regex
    79 livecheck.url       ${homepage}download.html
    80 livecheck.regex     {\.([0-9]+\.[0-9]+)\.zip}
  • Users/rschmidt/macports/dports/lang/dmd-doc/Portfile

     
    6262    xinstall -d -m 755 ${destroot}${prefix}/share/doc
    6363    file copy ${worksrcpath}/dmd ${destroot}${prefix}/share/doc
    6464}
    65 
    66 livecheck.type      regex
    67 livecheck.url       ${homepage}download.html
    68 livecheck.regex     {\.([0-9]+\.[0-9]+)\.zip}
  • Users/rschmidt/macports/dports/lang/dmd-tools/Portfile

     
    5858destroot {
    5959    eval xinstall -W ${worksrcpath} -m 755 "${bin} dman" ${destroot}${prefix}/bin
    6060}
    61 
    62 livecheck.type      regex
    63 livecheck.url       ${homepage}download.html
    64 livecheck.regex     {\.([0-9]+\.[0-9]+)\.zip}
  • Users/rschmidt/macports/dports/lang/druntime/Portfile

     
    4343    xinstall -m 755 -d ${destroot}${prefix}/include
    4444    file copy ${worksrcpath}/import ${destroot}${prefix}/include/${name}
    4545}
    46 
    47 livecheck.type      regex
    48 livecheck.url       ${homepage}download.html
    49 livecheck.regex     {\.([0-9]+\.[0-9]+)\.zip}
  • Users/rschmidt/macports/dports/lang/phobos/Portfile

     
    5151    file copy ${worksrcpath}/etc ${destroot}${prefix}/include/${name}
    5252    file copy ${worksrcpath}/std ${destroot}${prefix}/include/${name}
    5353}
    54 
    55 livecheck.type      regex
    56 livecheck.url       ${homepage}download.html
    57 livecheck.regex     {\.([0-9]+\.[0-9]+)\.zip}