Ticket #34795: patch-mod_perl2-Portfile.diff

File patch-mod_perl2-Portfile.diff, 2.0 KB (added by pixilla (Bradley Giesbrecht), 12 years ago)
  • Portfile

     
    22# $Id$
    33
    44PortSystem 1.0
     5
    56name                            mod_perl2
    6 version                         2.0.5
     7version                         2.0.7
    78maintainers                     cyberscript.net:ryan
    89categories                      www
    910license                         Apache-2
     
    2526homepage                        http://perl.apache.org/
    2627master_sites            http://perl.apache.org/dist/
    2728distname                        mod_perl-${version}
    28 checksums                       md5     03d01d135a122bd8cebd0cd5b185d674 \
    29                     sha1    e749e2d7236273217f33cbe7fcd704a662e532d1 \
    30                     rmd160  d659db1c64200ed9c8863c6e283360dfdd0c8384
     29
     30checksums           rmd160  14505fd08f6915c8a260c9068608bde6ebcbac24 \
     31                    sha256  53414be9db843054b927f23a35edb7b82d99e32e031b3cd81d5ff2473f51e3c6
     32
    3133depends_lib                     path:bin/perl:perl5 port:apache2
    3234worksrcdir                      mod_perl-${version}
    3335
     
    4749    }
    4850}
    4951
    50 configure { 
     52configure {
    5153        set APXS ${prefix}/apache2/bin/apxs
    5254        system "cd ${workpath}/${worksrcdir} && \
    5355                ${prefix}/bin/perl Makefile.PL MP_APXS=${APXS}"
     
    5961                xinstall -m 755 -d ${destroot}${prefix}/apache2/include/modules/perl \
    6062                        ${destroot}${prefix}/apache2/libexec
    6163                system "install -m 755 ${worksrcpath}/src/modules/perl/*.h \
    62                 ${destroot}${prefix}/apache2/include/modules/perl" 
     64                ${destroot}${prefix}/apache2/include/modules/perl"
    6365
    6466                xinstall -m 755 ${worksrcpath}/src/modules/perl/mod_perl.so \
    6567                        ${destroot}${prefix}/apache2/libexec/
     
    7375        ui_msg "\nIf this your first install, you might want to"
    7476        ui_msg " * enable mod_perl in apache :\n"
    7577        ui_msg "cd ${prefix}/apache2/libexec"
    76         ui_msg "${prefix}/apache2/bin/apxs -a -e -n \"perl\" mod_perl.so\n"     
     78        ui_msg "${prefix}/apache2/bin/apxs -a -e -n \"perl\" mod_perl.so\n"
    7779        ui_msg " * And then relaunch apache \n"
    7880        ui_msg "${prefix}/apache2/bin/apachectl restart\n"
    7981}
     82
     83livecheck.url       [lindex ${master_sites} 0]
     84livecheck.type      regex
     85livecheck.regex     "mod_perl-(\\d+\\.\\d+(\[0-9rc.\]+)?).tar.gz"