Ticket #30086: drupal6-1.diff

File drupal6-1.diff, 1.7 KB (added by miwi@…, 13 years ago)

Fix some mistakes

  • Portfile

     
    33PortSystem          1.0
    44
    55name                drupal6
    6 version             6.15
     6version             6.22
    77categories          www php
    88platforms           darwin
    99maintainers         acm.org:c_dantonio
     
    1818distname            drupal-${version}
    1919master_sites        http://ftp.drupal.org/files/projects/ \
    2020                    http://ftp.osuosl.org/pub/drupal/files/projects/
    21 checksums           md5     43c60bde08d6ea67682a998c2804c357 \
    22                     sha1    5be5ebf85c9ffa33e71c5a0f05d1308d3af19ab8 \
    23                     rmd160  146709dd487fa6a0d1cb39d1a79c7f7519f73643
     21
     22checksums           md5     447490f3bc155fd1d5c2d47280c999a5 \
     23                    sha1    a67acdb606aabbd9da6ddd2c016d43bb9ec17431 \
     24                    rmd160  42cb64a32ca457779e498ef8edb952e04f8b2c86
     25
    2426depends_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
    2731
    28 variant apache1 description "use apache 1.x instead of apache 2.x" {
     32ariant apache1 description "use apache 1.x instead of apache 2.x" {
    2933  depends_lib-append      port:apache
    3034  depends_lib-delete      port:apache2
    3135}
    3236
    3337variant php4 description "use php4 instead of php5" {
    3438  depends_lib-append      port:php4
    35   depends_lib-delete      port:php52
     39  depends_lib-delete      port:php5
    3640}
    3741
    3842variant mysql4 conflicts postgresql postgresql80 postgresql81 postgresql82 postgresql83 postgresql84 description "use mysql4 instead of mysql5" {