Ticket #8758: Portfile.diff

File Portfile.diff, 1.1 KB (added by IngmarStein@…, 18 years ago)

Portfile diff

  • Portfile

    old new  
    22
    33PortSystem                      1.0
    44name                            optipng
    5 version                         0.5
     5version                         0.5.1
    66categories                      graphics
    77maintainers                     blb@opendarwin.org vincent-opdarw@vinc17.org
    88description                     PNG file optimizer
     
    2020homepage                        http://www.cs.toronto.edu/~cosmin/pngtech/optipng/
    2121master_sites            ${homepage}
    2222
    23 checksums                       md5 3964fdf24e6de62fc994850c548dd13f \
    24                                         sha1 c724e52802ea7419874ba7b4d3dfa55abf964ed6 \
    25                                         rmd160 6bd7594856b31f42aef4811b4b6a52d18e7803c5
     23checksums                       md5 309239fb5f4dfa751f3b893bef58e316 \
     24                                        sha1 9e1300aff4579d72889af8997a0eda215e2fb5ef \
     25                                        rmd160 a0ff76be9515670fd9d16ebb43f86f6a905b8862
    2626
    2727# Doesn't depend on libpng or zlib since it uses its own, modified versions
    2828
     
    3232
    3333build.cmd                       make -f scripts/gcc.mak
    3434build.target            ""
     35build.args          CFLAGS="-pipe -D__unix__ -O2 -W -Wall"
    3536
    3637destroot {
    3738        xinstall -m 755 -d ${destroot}${prefix}/bin \