Ticket #30085: drupal7.diff

File drupal7.diff, 1.3 KB (added by miwi@…, 13 years ago)
  • Portfile

     
    11# $Id$
    22PortSystem          1.0
    33name                drupal7
    4 version             7.0
     4version             7.4
    55categories          www php
    66platforms           darwin
    77
     
    1818distname            drupal-${version}
    1919master_sites        http://ftp.drupal.org/files/projects/ \
    2020                    http://ftp.osuosl.org/pub/drupal/files/projects/
    21 checksums           md5     e96c0a5e47c5d7706897384069dfb920 \
    22                     sha1    124911c7de07b5acd1f801c4a7093440a0e0e3d3 \
    23                     rmd160  fd27d5f4b826fb818d6b35754b2ea6b548445369
     21
     22checksums           md5     84704de078e9f5432c9bb5c6ecd841d4 \
     23                    sha1    5baafc27b3473dae1056e6053734fab42a1bfc25 \
     24                    rmd160  bfb44319df159fd7597b1a043abffb0f27e37a2f
     25
    2426depends_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
    2732
    2833variant apache1 description "use apache 1.x instead of apache 2.x" {
    2934  depends_lib-append      port:apache