[36492] trunk/dports/www/wordpress/Portfile
jmpp at macports.org
jmpp at macports.org
Sat May 3 23:32:05 PDT 2008
Revision: 36492
http://trac.macosforge.org/projects/macports/changeset/36492
Author: jmpp at macports.org
Date: 2008-05-03 23:32:05 -0700 (Sat, 03 May 2008)
Log Message:
-----------
Delint Portfile.
Modified Paths:
--------------
trunk/dports/www/wordpress/Portfile
Modified: trunk/dports/www/wordpress/Portfile
===================================================================
--- trunk/dports/www/wordpress/Portfile 2008-05-04 06:19:03 UTC (rev 36491)
+++ trunk/dports/www/wordpress/Portfile 2008-05-04 06:32:05 UTC (rev 36492)
@@ -1,4 +1,5 @@
# $Id$
+
PortSystem 1.0
name wordpress
@@ -17,28 +18,28 @@
depends_lib port:apache2 port:php5 port:mysql5
-variant apache conflicts apache2 {
+variant apache conflicts apache2 description {Use the 1.3 branch of the Apache server} {
depends_lib-append port:apache
depends_lib-delete port:apache2
}
-variant php4 {
+variant php4 description {Use php4} {
depends_lib-append port:php4
depends_lib-delete port:php5
}
-variant mysql3 conflicts mysql4 {
+variant mysql3 conflicts mysql4 description {Use MySQL 3} {
depends_lib-append port:mysql3
depends_lib-delete port:mysql5
}
-variant mysql4 conflicts mysql3 {
+variant mysql4 conflicts mysql3 description {Use MySQL 4} {
depends_lib-append port:mysql4
depends_lib-delete port:mysql5
}
set docpath ${destroot}${prefix}/www/data
-
+
use_configure no
configure {}
build {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080503/b11f66f4/attachment.html
More information about the macports-changes
mailing list