Revision: 92488 https://trac.macports.org/changeset/92488 Author: jmr@macports.org Date: 2012-04-29 18:36:43 -0700 (Sun, 29 Apr 2012) Log Message: ----------- drupal6: update to 6.22 (#30086) Modified Paths: -------------- trunk/dports/www/drupal6/Portfile Modified: trunk/dports/www/drupal6/Portfile =================================================================== --- trunk/dports/www/drupal6/Portfile 2012-04-30 01:15:31 UTC (rev 92487) +++ trunk/dports/www/drupal6/Portfile 2012-04-30 01:36:43 UTC (rev 92488) @@ -3,9 +3,10 @@ PortSystem 1.0 name drupal6 -version 6.20 +version 6.22 categories www php platforms darwin +supported_archs noarch maintainers acm.org:c_dantonio description Drupal Open Source enterprise content management platform @@ -18,11 +19,13 @@ distname drupal-${version} master_sites http://ftp.drupal.org/files/projects/ \ http://ftp.osuosl.org/pub/drupal/files/projects/ -checksums md5 a4f59401fbb3e20e3a03ac5fc11bd27c \ - sha1 948f26f7c52aade0f1d7ac7dd36f358b1afd4ef7 \ - rmd160 04f5f014f783bd508537ea0e838e3b8243e67b01 +checksums md5 447490f3bc155fd1d5c2d47280c999a5 \ + sha1 a67acdb606aabbd9da6ddd2c016d43bb9ec17431 \ + rmd160 42cb64a32ca457779e498ef8edb952e04f8b2c86 depends_lib port:apache2 \ port:php5 \ + port:php5-gd \ + port:php5-mbstring \ path:bin/mysql_config5:mysql5 variant apache1 description "use apache 1.x instead of apache 2.x" { @@ -32,11 +35,15 @@ variant php4 description "use php4 instead of php5" conflicts php52 { depends_lib-append port:php4 - depends_lib-delete port:php5 + depends_lib-delete port:php5 \ + port:php5-gd \ + port:php5-mbstring } variant php52 description "use php5.2 instead of the latest php version" conflicts php4 { - depends_lib-delete port:php5 + depends_lib-delete port:php5 \ + port:php5-gd \ + port:php5-mbstring depends_lib-append port:php52 }
participants (1)
-
jmr@macports.org