Ticket #20811: Portfile-chmlib.diff

File Portfile-chmlib.diff, 874 bytes (added by mroman@…, 15 years ago)
  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name            chmlib
    6 version         0.39
     6version         0.40
    77categories      textproc
    88description     A library for dealing with Microsoft ITSS/CHM files
    99long_description        \
     
    1717homepage        http://www.jedrea.com/chmlib/
    1818master_sites    $homepage
    1919use_bzip2       yes
    20 checksums       md5 debed1a0bdded7a12d3d967e497cea9c
    21 configure.args  --disable-io64 --enable-examples
     20checksums           md5     7ea49ed8c335215c1edc6fae83e6b912 \
     21                    sha1    5231d7531e8808420d7f89fd1e4fdbac1ed7a167 \
     22                    rmd160  f79d6b3d94f8eb8aa0c517c0805d2ac8e1128f64
     23
     24configure.args  --disable-io64
     25
     26variant examples {
     27        configure.args-append   --enable-examples
     28}