Revision: 92487 https://trac.macports.org/changeset/92487 Author: jmr@macports.org Date: 2012-04-29 18:15:31 -0700 (Sun, 29 Apr 2012) Log Message: ----------- drupal7: update to 7.4 (#30085) Modified Paths: -------------- trunk/dports/www/drupal7/Portfile Modified: trunk/dports/www/drupal7/Portfile =================================================================== --- trunk/dports/www/drupal7/Portfile 2012-04-30 01:07:59 UTC (rev 92486) +++ trunk/dports/www/drupal7/Portfile 2012-04-30 01:15:31 UTC (rev 92487) @@ -1,9 +1,12 @@ # $Id$ + PortSystem 1.0 + name drupal7 -version 7.0 +version 7.4 categories www php platforms darwin +supported_archs noarch maintainers acm.org:c_dantonio description Drupal Open Source enterprise content management platform @@ -18,12 +21,14 @@ distname drupal-${version} master_sites http://ftp.drupal.org/files/projects/ \ http://ftp.osuosl.org/pub/drupal/files/projects/ -checksums md5 e96c0a5e47c5d7706897384069dfb920 \ - sha1 124911c7de07b5acd1f801c4a7093440a0e0e3d3 \ - rmd160 fd27d5f4b826fb818d6b35754b2ea6b548445369 +checksums md5 84704de078e9f5432c9bb5c6ecd841d4 \ + sha1 5baafc27b3473dae1056e6053734fab42a1bfc25 \ + rmd160 bfb44319df159fd7597b1a043abffb0f27e37a2f depends_lib port:apache2 \ - port:php52 \ - path:bin/mysql_config5:mysql5 + port:php5 \ + path:bin/mysql_config5:mysql5 \ + port:php5-gd \ + port:php5-mbstring variant apache1 description "use apache 1.x instead of apache 2.x" { depends_lib-append port:apache @@ -56,4 +61,3 @@ eval file copy [glob ${worksrcpath}/*] ${docroot}/drupal7 eval file copy ${worksrcpath}/.htaccess ${docroot}/drupal7 } -
participants (1)
-
jmr@macports.org