[75432] trunk/dports/graphics/pngcrush/Portfile

Joshua Root jmr at macports.org
Tue Jan 25 04:50:06 PST 2011


> Revision: 75432
>           http://trac.macports.org/changeset/75432
> Author:   snc at macports.org
> Date:     2011-01-24 19:33:32 -0800 (Mon, 24 Jan 2011)
> Log Message:
> -----------
> pngcrush:
>  * update to 1.7.14
>  * start using configure.compiler
> 
> Modified Paths:
> --------------
>     trunk/dports/graphics/pngcrush/Portfile
> 
> Modified: trunk/dports/graphics/pngcrush/Portfile
> ===================================================================
> --- trunk/dports/graphics/pngcrush/Portfile	2011-01-25 01:44:31 UTC (rev 75431)
> +++ trunk/dports/graphics/pngcrush/Portfile	2011-01-25 03:33:32 UTC (rev 75432)
> @@ -4,7 +4,7 @@
>  PortSystem          1.0
>  
>  name                pngcrush
> -version             1.7.13
> +version             1.7.14
>  categories          graphics
>  maintainers         snc openmaintainer
>  description         optimizer for PNG files
> @@ -22,9 +22,13 @@
>  master_sites        sourceforge:pmt
>  use_bzip2           yes
>  
> -checksums           md5     c0816dfc9318d7325008608d321a9228 \
> -                    sha1    e2db68922f6a1dce4f919b5f9c41b05fbc0f1427
> +checksums           sha1    266cb0f0ffdfba01ff7141d5871dd2b2cedb757f \
> +                    rmd160  7ce64d19bb392b4c87515506daa1407323e05ef0
>  
> +patch {
> +    reinplace s|gcc|${configure.compiler}|g ${worksrcpath}/Makefile

Should be configure.cc.

- Josh


More information about the macports-dev mailing list