Ticket #17875: Portfile-texi2html.diff

File Portfile-texi2html.diff, 1.0 KB (added by singingwolfboy@…, 15 years ago)

port diff file

  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name            texi2html
    6 version         1.78
     6version         1.80
    77platforms       darwin
    88categories      textproc
    99maintainers     nomaintainer
     
    1212        A Perl script which converts Texinfo source files to HTML output.
    1313homepage        http://www.nongnu.org/${name}
    1414master_sites    http://savannah.nongnu.org/download/${name}
    15 checksums       md5 b30c4268ad1754eb1543fbe86f057481 \
    16                 sha1 9a6ccb6026fbab390872cb6ab8bd69288aff9934 \
    17                 rmd160 9be92744be0605c3f34bacbe7651f955884ae5f9
     15checksums       md5 4eec3730f39ba64534062483b174795d \
     16                sha1 d42cbda89628314113d6c97ea25305e158cd8780 \
     17                rmd160 7e1059095e017aef5b7694dc3c768c12575eb2b2
    1818
    1919depends_lib     path:bin/perl:perl5
    2020
     
    2929livecheck.check regex
    3030livecheck.url   ${master_sites}?C=M&O=D
    3131livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
     32
     33# configure script is not executable: fix it
     34pre-configure {
     35                file attributes ${worksrcpath}/configure -permissions 0755
     36}