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

ryandesign at macports.org ryandesign at macports.org
Sun Jun 12 23:53:16 PDT 2011


Revision: 79415
          http://trac.macports.org/changeset/79415
Author:   ryandesign at macports.org
Date:     2011-06-12 23:53:15 -0700 (Sun, 12 Jun 2011)
Log Message:
-----------
php5-SPL_Types: whitespace / formatting changes only, add modeline

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:52:14 UTC (rev 79414)
+++ trunk/dports/php/php5-SPL_Types/Portfile	2011-06-13 06:53:15 UTC (rev 79415)
@@ -1,36 +1,37 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem      1.0
-PortGroup       php5extension 1.0
+PortSystem          1.0
+PortGroup           php5extension 1.0
 
 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
+license             PHP
+categories          php devel
+platforms           darwin
+maintainers         nomaintainer
+homepage            http://pecl.php.net/package/SPL_Types
 
-long_description \
-    SPL Types is a collection of special typehandling classes.
+description         Standard PHP Library, Types Addon
 
-checksums       md5     5c7a71db99cb07906b5fab285202acbe \
-                sha1    fcffb4e00c73b02caebc0ae4eb31473989e14f9f \
-                rmd160  3077ced1d56eeb6cca78ab50515d77245143c482
+long_description    SPL Types is a collection of special typehandling classes.
 
+checksums           md5     5c7a71db99cb07906b5fab285202acbe \
+                    sha1    fcffb4e00c73b02caebc0ae4eb31473989e14f9f \
+                    rmd160  3077ced1d56eeb6cca78ab50515d77245143c482
+
 distname            SPL_Types-${version}
 
-use_parallel_build yes
+use_parallel_build  yes
 
+test.run            yes
+
 post-patch {
     # error: duplicate 'static'
     reinplace /ZEND_BEGIN_ARG_INFO_EX/s/static// ${worksrcpath}/spl_type.c
 }
 
-test.run        yes
-
 post-destroot {
     set docdir ${prefix}/share/doc/${name}
     xinstall -d ${destroot}${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110612/2d48a7e0/attachment.html>


More information about the macports-changes mailing list