[85363] trunk/dports/www/drupal6/Portfile
jmr at macports.org
jmr at macports.org
Wed Oct 12 19:21:01 PDT 2011
Revision: 85363
http://trac.macports.org/changeset/85363
Author: jmr at macports.org
Date: 2011-10-12 19:21:01 -0700 (Wed, 12 Oct 2011)
Log Message:
-----------
drupal6: update to 6.20, use php5 by default, add php52 variant, fix deps in postgresql variant (#27321)
Modified Paths:
--------------
trunk/dports/www/drupal6/Portfile
Modified: trunk/dports/www/drupal6/Portfile
===================================================================
--- trunk/dports/www/drupal6/Portfile 2011-10-13 02:19:56 UTC (rev 85362)
+++ trunk/dports/www/drupal6/Portfile 2011-10-13 02:21:01 UTC (rev 85363)
@@ -3,7 +3,7 @@
PortSystem 1.0
name drupal6
-version 6.15
+version 6.20
categories www php
platforms darwin
maintainers acm.org:c_dantonio
@@ -18,11 +18,11 @@
distname drupal-${version}
master_sites http://ftp.drupal.org/files/projects/ \
http://ftp.osuosl.org/pub/drupal/files/projects/
-checksums md5 43c60bde08d6ea67682a998c2804c357 \
- sha1 5be5ebf85c9ffa33e71c5a0f05d1308d3af19ab8 \
- rmd160 146709dd487fa6a0d1cb39d1a79c7f7519f73643
+checksums md5 a4f59401fbb3e20e3a03ac5fc11bd27c \
+ sha1 948f26f7c52aade0f1d7ac7dd36f358b1afd4ef7 \
+ rmd160 04f5f014f783bd508537ea0e838e3b8243e67b01
depends_lib port:apache2 \
- port:php52 \
+ port:php5 \
path:bin/mysql_config5:mysql5
variant apache1 description "use apache 1.x instead of apache 2.x" {
@@ -30,11 +30,16 @@
depends_lib-delete port:apache2
}
-variant php4 description "use php4 instead of php5" {
+variant php4 description "use php4 instead of php5" conflicts php52 {
depends_lib-append port:php4
- depends_lib-delete port:php52
+ depends_lib-delete port:php5
}
+variant php52 description "use php5.2 instead of the latest php version" conflicts php4 {
+ depends_lib-delete port:php5
+ depends_lib-append port:php52
+}
+
variant mysql4 conflicts postgresql postgresql80 postgresql81 postgresql82 postgresql83 postgresql84 description "use mysql4 instead of mysql5" {
depends_lib-append port:mysql4
depends_lib-delete path:bin/mysql_config5:mysql5
@@ -42,7 +47,7 @@
variant postgresql conflicts mysql4 description "use postgresql as the drupal database" {
depends_lib-append port:postgresql84
- depends_lib-delete port:mysql5
+ depends_lib-delete path:bin/mysql_config5:mysql5
}
variant postgresql80 conflicts mysql4 postgresql81 postgresql82 postgresql83 postgresql84 description "use postgres80 as the drupal database" {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111012/feac2598/attachment.html>
More information about the macports-changes
mailing list