Ticket #30085: drupal7-1.diff
File drupal7-1.diff, 1.3 KB (added by miwi@…, 13 years ago) |
---|
-
Portfile
1 1 # $Id$ 2 2 PortSystem 1.0 3 3 name drupal7 4 version 7. 04 version 7.4 5 5 categories www php 6 6 platforms darwin 7 7 … … 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 e96c0a5e47c5d7706897384069dfb920 \ 22 sha1 124911c7de07b5acd1f801c4a7093440a0e0e3d3 \ 23 rmd160 fd27d5f4b826fb818d6b35754b2ea6b548445369 21 22 checksums md5 84704de078e9f5432c9bb5c6ecd841d4 \ 23 sha1 5baafc27b3473dae1056e6053734fab42a1bfc25 \ 24 rmd160 bfb44319df159fd7597b1a043abffb0f27e37a2f 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 32 variant apache1 description "use apache 1.x instead of apache 2.x" { 29 33 depends_lib-append port:apache