Ticket #30086: drupal6-1.diff
File drupal6-1.diff, 1.7 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 path:bin/mysql_config5:mysql5 29 port:php5-gd \ 30 port:php5-mbstring 27 31 28 variant apache1 description "use apache 1.x instead of apache 2.x" {32 ariant apache1 description "use apache 1.x instead of apache 2.x" { 29 33 depends_lib-append port:apache 30 34 depends_lib-delete port:apache2 31 35 } 32 36 33 37 variant php4 description "use php4 instead of php5" { 34 38 depends_lib-append port:php4 35 depends_lib-delete port:php5 239 depends_lib-delete port:php5 36 40 } 37 41 38 42 variant mysql4 conflicts postgresql postgresql80 postgresql81 postgresql82 postgresql83 postgresql84 description "use mysql4 instead of mysql5" {