[79412] trunk/dports/php/php5-SPL_Types/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jun 12 23:45:48 PDT 2011


Revision: 79412
          http://trac.macports.org/changeset/79412
Author:   ryandesign at macports.org
Date:     2011-06-12 23:45:48 -0700 (Sun, 12 Jun 2011)
Log Message:
-----------
php5-SPL_Types: fix case conflict on case-sensitive filesystems; see #29801

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

Modified: trunk/dports/php/php5-SPL_Types/Portfile
===================================================================
--- trunk/dports/php/php5-SPL_Types/Portfile	2011-06-13 06:42:59 UTC (rev 79411)
+++ trunk/dports/php/php5-SPL_Types/Portfile	2011-06-13 06:45:48 UTC (rev 79412)
@@ -3,12 +3,15 @@
 PortSystem      1.0
 PortGroup       php5extension 1.0
 
-php5extension.setup SPL_Types 0.3.0 pecl
+php5extension.setup spl_types 0.3.0 pecl
+revision            1
+name                php5-SPL_Types
 license         PHP
 categories      php devel
 platforms       darwin
 maintainers     nomaintainer
 description     Standard PHP Library, Types Addon
+homepage        http://pecl.php.net/package/SPL_Types
 
 long_description \
     SPL Types is a collection of special typehandling classes.
@@ -17,6 +20,8 @@
                 sha1    fcffb4e00c73b02caebc0ae4eb31473989e14f9f \
                 rmd160  3077ced1d56eeb6cca78ab50515d77245143c482
 
+distname            SPL_Types-${version}
+
 use_parallel_build yes
 
 post-patch {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110612/d0789fbb/attachment-0001.html>


More information about the macports-changes mailing list