Ticket #26396: Portfile.diff

File Portfile.diff, 1.4 KB (added by ro@…, 14 years ago)

Diff to existing Portfile for v2.2

  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name                mod_fcgid
    6 version             2.2
     6version             2.3.5
    77
    88categories          www
    99platforms           darwin
     
    1313long_description    ${description}
    1414
    1515homepage            http://httpd.apache.org/mod_fcgid/
    16 master_sites        sourceforge:mod-fcgid
     16master_sites        apache:httpd/${name}
    1717
    18 distname            ${name}.${version}
    19 checksums           md5     ce7d7b16e69643dbd549d43d85025983 \
    20                     sha1    dc817a20ad6528480a441e4b7ad6920ec11c55e0 \
    21                     rmd160  9c45c2b25fcf0f4069cee4fb8917493f0a13b338
     18distname            ${name}-${version}
     19use_bzip2           yes
     20checksums           md5     640a49c9ddf8596bd913835118b4a6aa \
     21                    sha1    11034ad8231a6ea1e3c9385b9017e0f8dd7faff0
    2222patchfiles          patch-fcgid_conf.c
    2323
    2424depends_lib         port:apache2
    2525
    2626use_configure       no
     27#configure {
     28#    APXS=/opt/local/apache2/bin/apxs ./configure.apxs
     29#}
    2730
    2831post-patch {
    2932   reinplace "s|/usr/local/apache2|${prefix}/apache2|g" \
     
    4649
    4750For further configuration information please visit
    4851   http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html
     52
     53When upgrading from version 2.2, please see the above URL
     54   about deprecated config options!
    4955=========="