Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv25866/main/finkinfo/graphics

Modified Files:
        pixman.info 
Log Message:
bump version, fix 10.6 check

Index: pixman.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/pixman.info,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- pixman.info 20 Jul 2011 13:26:31 -0000      1.16
+++ pixman.info 20 Jul 2011 14:47:59 -0000      1.17
@@ -1,6 +1,6 @@
 Package: pixman
-Version: 0.20.2
-Revision: 2
+Version: 0.22.2
+Revision: 1
 Description: Pixel manipulation library
 License: BSD
 Maintainer: Benjamin Reed <pix...@fink.raccoonfink.com>
@@ -17,14 +17,14 @@
 InfoTest: TestScript: make -k check || exit 2
 
 Source: http://xorg.freedesktop.org/archive/individual/lib/pixman-%v.tar.bz2
-Source-MD5: 7ed10a0f0fde6853613105a99735e7e7
+Source-MD5: 863b87e7a7d6e1d032fd583edc1df5dd
 
 UseMaxBuildJobs: true
 ConfigureParams: --enable-dependency-tracking --disable-gtk --disable-static
 CompileScript: <<
        #!/bin/sh -ev
        
-       if [[ $(sw_vers -productVersion) > 10.6 ]]; then
+       if [[ $(sw_vers -productVersion | cut -d. -f1-2) > 10.6 ]]; then
        export CC=clang
        elif [ -x "/usr/bin/gcc-4.2" ]; then
        export CC=gcc-4.2
@@ -40,7 +40,7 @@
        Package: %N-shlibs
        DocFiles: COPYING
        Files: lib/libpixman-1.0*.dylib
-       Shlibs: %p/lib/libpixman-1.0.dylib 21.0.0 %N-shlibs (>= 0.20.2-1)
+       Shlibs: %p/lib/libpixman-1.0.dylib 23.0.0 %N-shlibs (>= 0.22.2-1)
 <<
 
 Homepage: http://www.cairographics.org/


------------------------------------------------------------------------------
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to