Ticket #30086: drupal6.diff
File drupal6.diff, 1.4 KB (added by miwi@…, 13 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name drupal6 6 version 6. 156 version 6.22 7 7 categories www php 8 8 platforms darwin 9 9 maintainers acm.org:c_dantonio … … 18 18 distname drupal-${version} 19 19 master_sites http://ftp.drupal.org/files/projects/ \ 20 20 http://ftp.osuosl.org/pub/drupal/files/projects/ 21 checksums md5 43c60bde08d6ea67682a998c2804c357 \ 22 sha1 5be5ebf85c9ffa33e71c5a0f05d1308d3af19ab8 \ 23 rmd160 146709dd487fa6a0d1cb39d1a79c7f7519f73643 21 22 checksums md5 447490f3bc155fd1d5c2d47280c999a5 \ 23 sha1 a67acdb606aabbd9da6ddd2c016d43bb9ec17431 \ 24 rmd160 42cb64a32ca457779e498ef8edb952e04f8b2c86 25 24 26 depends_lib port:apache2 \ 25 port:php52 \ 26 path:bin/mysql_config5:mysql5 27 port:php5 \ 28 port:php5-gd \ 29 port:php5-session \ 30 port:php5-xml 31 port:php5-mbstring 27 32 28 33 variant apache1 description "use apache 1.x instead of apache 2.x" { 29 34 depends_lib-append port:apache