[26448] trunk/dports/graphics/lcms/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Jun 23 15:19:24 PDT 2007


Revision: 26448
          http://trac.macosforge.org/projects/macports/changeset/26448
Author:   ryandesign at macports.org
Date:     2007-06-23 15:19:24 -0700 (Sat, 23 Jun 2007)

Log Message:
-----------
lcms: Update to 1.16, add checksums, rewrite dependencies using port:
syntax instead of lib: syntax, and remove unnecessary CPPFLAGS/LDFLAGS.

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

Modified: trunk/dports/graphics/lcms/Portfile
===================================================================
--- trunk/dports/graphics/lcms/Portfile	2007-06-23 20:22:19 UTC (rev 26447)
+++ trunk/dports/graphics/lcms/Portfile	2007-06-23 22:19:24 UTC (rev 26448)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name             lcms
-version          1.15
+version          1.16
 categories       graphics
 maintainers      nomaintainer at macports.org
 description      Little Color Management System, a color matching method library
@@ -16,13 +16,14 @@
 homepage         http://www.littlecms.com/
 platforms        darwin
 master_sites     ${homepage}	
-checksums        md5 76c921973fdea4f880944a024197f924
+checksums        md5 b07b623f3e712373ff713fb32cf23651 \
+                 sha1 faa1f50967e83304955e517e6908cf7d192b49e9 \
+                 rmd160 b77805855be5e3fc083b1064c1104d7e070cc1ce
 
-depends_lib      lib:libjpeg:jpeg \
-                 lib:libtiff:tiff \
-                 lib:libz:zlib
+depends_lib      port:jpeg \
+                 port:tiff \
+                 port:zlib
 
-configure.env    CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
 configure.args   --mandir=${prefix}/share/man
 
 test.run         yes

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070623/37d5b5f2/attachment.html


More information about the macports-changes mailing list