[79417] trunk/dports/php/php5-cairo/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jun 12 23:56:15 PDT 2011


Revision: 79417
          http://trac.macports.org/changeset/79417
Author:   ryandesign at macports.org
Date:     2011-06-12 23:56:15 -0700 (Sun, 12 Jun 2011)
Log Message:
-----------
php5-cairo: fix case conflict on case-sensitive filesystems; see #29799

Modified Paths:
--------------
    trunk/dports/php/php5-cairo/Portfile

Modified: trunk/dports/php/php5-cairo/Portfile
===================================================================
--- trunk/dports/php/php5-cairo/Portfile	2011-06-13 06:55:16 UTC (rev 79416)
+++ trunk/dports/php/php5-cairo/Portfile	2011-06-13 06:56:15 UTC (rev 79417)
@@ -3,9 +3,8 @@
 PortSystem      1.0
 PortGroup       php5extension 1.0
 
-php5extension.setup Cairo 0.2.0 pecl
-name            php5-cairo
-revision        1
+php5extension.setup cairo 0.2.0 pecl
+revision        2
 license         PHP
 conflicts       php5-cairo_wrapper
 categories      php devel
@@ -22,6 +21,8 @@
                 sha1    0e84590d1f012d6e7ac6ff916fefecce15d3a205 \
                 rmd160  9f18cfb94252ebe41358dc0a8173746a2b856907
 
+distname            Cairo-${version}
+
 depends_lib-append \
     path:lib/libcairo.dylib:cairo \
     port:libpng
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110612/1d8157c6/attachment.html>


More information about the macports-changes mailing list