[58286] trunk/dports/www/wordpress/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Sep 24 21:35:52 PDT 2009


Revision: 58286
          http://trac.macports.org/changeset/58286
Author:   ryandesign at macports.org
Date:     2009-09-24 21:35:51 -0700 (Thu, 24 Sep 2009)
Log Message:
-----------
wordpress: whitespace changes only (tabs to spaces)

Modified Paths:
--------------
    trunk/dports/www/wordpress/Portfile

Modified: trunk/dports/www/wordpress/Portfile
===================================================================
--- trunk/dports/www/wordpress/Portfile	2009-09-25 04:34:51 UTC (rev 58285)
+++ trunk/dports/www/wordpress/Portfile	2009-09-25 04:35:51 UTC (rev 58286)
@@ -1,29 +1,33 @@
 # $Id$
 
-PortSystem		1.0
+PortSystem              1.0
 
-name			wordpress
-version			2.8.4
-categories		www
-maintainers		nomaintainer
-worksrcdir		${name}
-description		A state-of-the-art semantic personal publishing platform
-long_description	WordPress is a state-of-the-art semantic personal publishing platform \
-			with a focus on aesthetics, web standards, and usability.
-homepage		http://wordpress.org/
-master_sites		${homepage}
-checksums		md5     0e8b296d4e2d4189b349f1d0f727bd98 \
-			sha1    af9a37283b25f26a3a3aa3a7c5db23222e18e0fc \
-			rmd160  ab449a9d20737d7fb032f6f1a247e16adba88fc4
-platforms		darwin freebsd
+name                    wordpress
+version                 2.8.4
+categories              www
+platforms               darwin freebsd
+maintainers             nomaintainer
+worksrcdir              ${name}
 
-depends_lib		port:php5-web \
-			port:php5-mysql
+description             A state-of-the-art semantic personal publishing platform
 
+long_description        WordPress is a state-of-the-art semantic personal publishing platform \
+                        with a focus on aesthetics, web standards, and usability.
+
+homepage                http://wordpress.org/
+master_sites            ${homepage}
+
+checksums               md5     0e8b296d4e2d4189b349f1d0f727bd98 \
+                        sha1    af9a37283b25f26a3a3aa3a7c5db23222e18e0fc \
+                        rmd160  ab449a9d20737d7fb032f6f1a247e16adba88fc4
+
+depends_lib             port:php5-web \
+                        port:php5-mysql
+
 set docpath ${destroot}${prefix}/www/data
 
-use_configure   no
-build			{}
+use_configure           no
+build                   {}
 
 destroot {
     file copy ${worksrcpath} ${destroot}${prefix}/www/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090924/b75f3183/attachment.html>


More information about the macports-changes mailing list