[149370] trunk/dports/php/php-gtk/Portfile

ionic at macports.org ionic at macports.org
Wed Jun 15 12:41:04 PDT 2016


Revision: 149370
          https://trac.macports.org/changeset/149370
Author:   ionic at macports.org
Date:     2016-06-15 12:41:03 -0700 (Wed, 15 Jun 2016)
Log Message:
-----------
php-gtk: whitespace only.

Modified Paths:
--------------
    trunk/dports/php/php-gtk/Portfile

Modified: trunk/dports/php/php-gtk/Portfile
===================================================================
--- trunk/dports/php/php-gtk/Portfile	2016-06-15 18:11:54 UTC (rev 149369)
+++ trunk/dports/php/php-gtk/Portfile	2016-06-15 19:41:03 UTC (rev 149370)
@@ -15,35 +15,33 @@
 
 php.branches        5.3 5.4
 
-description \
-	PHP-GTK: Gtk+ bindings for PHP 5.
+description         PHP-GTK: Gtk+ bindings for PHP 5.
 
-long_description \
-	PHP-GTK is a Gtk+ bindings for the PHP 5 scripting \
-	language, allowing you to build rich, cross-platform \
-	desktop applications using PHP.
+long_description    PHP-GTK is a Gtk+ bindings for the PHP 5 scripting \
+                    language, allowing you to build rich, cross-platform \
+                    desktop applications using PHP.
 
 if {${name} != ${subport}} {
     distname                    gtk-src-[string range ${git.branch} 0 6]
     use_xz                      yes
     master_sites                http://git.php.net/?p=php/gtk-src.git\;a=snapshot\;h=${git.branch}\;sf=txz\;dummy=
-    
+
     checksums                   rmd160  b12ccdb5ce3f9779885b769a7f43b47f3392d2ec \
                                 sha256  f7455985446918fe8c55ae5b4432e775466605f1c17e686917449ac81a8ee923
-    
+
     depends_build-append        port:pkgconfig
-    
+
     depends_lib-append          port:gtk2 \
                                 port:libglade2 \
                                 port:${php}-cairo
-    
+
     php.ize                     ./buildconf --with-phpize=${php.ize}
-    
+
     # ext/gtk+/gen_gtk-1.c: No such file or directory
     use_parallel_build          no
-    
+
     test.run                    yes
-    
+
     post-destroot {
         set docdir ${prefix}/share/doc/${subport}
         xinstall -d ${destroot}${docdir}
@@ -51,27 +49,27 @@
             AUTHORS COPYING.LIB NEWS README README.KNOWN-ISSUES TODO2 \
             ${destroot}${docdir}
     }
-    
+
     variant extra {
         depends_lib-append      port:gtk2-extra
         configure.args-append   --with-extra
     }
-    
+
     variant html {
         depends_lib-append      port:libgtkhtml3
         configure.args-append   --with-html
     }
-    
+
     variant libsexy {
         depends_lib-append      port:libsexy
         configure.args-append   --with-libsexy
     }
-    
+
     variant sourceview {
         depends_lib-append      port:gtksourceview
         configure.args-append   --with-sourceview
     }
-    
+
     variant spell {
         depends_lib-append      port:gtkspell2
         configure.args-append   --with-spell
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160615/b0b3b573/attachment.html>


More information about the macports-changes mailing list