[39002] trunk/dports/graphics/optipng/Portfile

vinc17 at macports.org vinc17 at macports.org
Tue Aug 5 17:48:18 PDT 2008


Revision: 39002
          http://trac.macosforge.org/projects/macports/changeset/39002
Author:   vinc17 at macports.org
Date:     2008-08-05 17:48:17 -0700 (Tue, 05 Aug 2008)
Log Message:
-----------
Bump to version 0.6.1 (gmake 3.81+ is now needed).

Modified Paths:
--------------
    trunk/dports/graphics/optipng/Portfile

Modified: trunk/dports/graphics/optipng/Portfile
===================================================================
--- trunk/dports/graphics/optipng/Portfile	2008-08-05 23:40:20 UTC (rev 39001)
+++ trunk/dports/graphics/optipng/Portfile	2008-08-06 00:48:17 UTC (rev 39002)
@@ -1,8 +1,9 @@
 # $Id$
 
 PortSystem 1.0
+
 name            optipng
-version         0.5.5
+version         0.6.1
 categories      graphics
 maintainers     vincent-opdarw at vinc17.org
 description     PNG file optimizer
@@ -19,9 +20,9 @@
 homepage        http://optipng.sourceforge.net/
 master_sites    sourceforge
 
-checksums       md5 9dbc2bb39e39b6ab4ed0c705d8035bdf \
-                sha1 670da3b01da903fa04886e4b6e625648570b3d9c \
-                rmd160 39e4b0587e4bcc7cb705e329dde35b1f9426b1d0
+checksums       md5 39c7a7b2ae4dd5544e4dedb419a5e902 \
+                sha1 d8ef15dd3f1c6d9bafecde9bdf6172ecf5ad5ce8 \
+                rmd160 c07fd7f2b4ae18a31658398721383ff2804a56f3
 
 # Doesn't depend on libpng or zlib since it uses its own, modified versions
 
@@ -29,7 +30,11 @@
 
 use_configure   no
 
-build.cmd       make -f scripts/gcc.mak
+# Make sure gmake 3.81+ is used, as scripts/gcc.mak needs POSIX
+# backslash-newline sequence compatibility.
+depends_build   port:gmake
+
+build.cmd       gmake -f scripts/gcc.mak
 build.target    ""
 
 destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080805/2fe8aa26/attachment.html 


More information about the macports-changes mailing list