Ticket #51453: CImg.diff

File CImg.diff, 1.7 KB (added by toy, 8 years ago)
  • Portfile

    diff -ur /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/CImg/Portfile ./Portfile
    old new  
    44PortSystem          1.0
    55
    66name                CImg
    7 version             1.5.1
     7version             1.7.1
    88categories          devel
    99platforms           darwin
    10 maintainers         workisfun.ru:ivan
     10maintainers         yandex.com:bstj
    1111supported_archs     noarch
    1212license             CeCILL-C CeCILL
    1313
     
    1515
    1616long_description    Open source, C++ toolkit for image processing
    1717
    18 homepage            http://cimg.sourceforge.net/
    19 master_sites        sourceforge:project/cimg
     18homepage            http://cimg.eu/
     19master_sites        http://cimg.eu/files/
    2020use_zip             yes
    2121
    22 checksums           rmd160  96d48c7496bbd4ba98aac35716ba5bd99eb59514 \
    23                     sha256  f0082fbd55e5462f26ee54554e9dc62e9fcfa143c0024dd401a1318789211260
     22distfiles           CImg_${version}.zip
     23
     24checksums           rmd160  e80429585f6a6171a233b82f5e284efc101302f6 \
     25                    sha256  0cf01d0b987aedf0e48ccca2d2e208ac7a06ce71a2850199c33569b3e3916b57
    2426
    2527use_configure       no
    2628
     
    2830
    2931destroot {
    3032    xinstall -m 644 ${worksrcpath}/CImg.h ${destroot}${prefix}/include
    31    
     33
    3234    set docdir ${destroot}${prefix}/share/doc/${name}
    3335    xinstall -d ${docdir}
    3436    xinstall -m 644 -W ${worksrcpath} \
     
    3840        ${docdir}
    3941}
    4042
    41 livecheck.regex     /CImg-(\[0-9.\]+)${extract.suffix}
     43livecheck.regex     CImg_(\[0-9.\]+)${extract.suffix}