Changeset 3845 for trunk/dports


Ignore:
Timestamp:
Oct 29, 2003, 1:01:50 PM (20 years ago)
Author:
michaelm
Message:

updated mod_perl to 1.29, and to work with 5.8.1 (which it requires, in prefix/bin)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/www/apache/Portfile

    r3842 r3845  
    1 # $Id: Portfile,v 1.34 2003/10/29 12:15:20 michaelm Exp $
     1# $Id: Portfile,v 1.35 2003/10/29 13:01:50 michaelm Exp $
    22
    33PortSystem 1.0
    44name                apache
    55version             1.3.29
     6revision            1
    67categories          www
    78platforms           darwin freebsd
     
    7071       
    7172        distname            ${name}_${version}
    72         distfiles-append    mod_perl-1.27${extract.sufx}:perl
    73         extract.only        ${distname}${extract.sufx} mod_perl-1.27${extract.sufx}
     73        distfiles-append    mod_perl-1.29${extract.sufx}:perl
     74        extract.only        ${distname}${extract.sufx} mod_perl-1.29${extract.sufx}
    7475       
    75         checksums-append    mod_perl-1.27${extract.sufx} md5 bd07f4f1065eb0d0a8d8004219357d8c
     76        checksums-append    mod_perl-1.29${extract.sufx} md5 1491931790509b9af06fc037d02b0e7a
    7677       
    77         depends_lib         bin:perl5\.8\..:perl5.8
    78         worksrcdir          mod_perl-1.27
     78        depends_lib         bin:${prefix}/perl5\.8\.1:perl5.8
     79        worksrcdir          mod_perl-1.29
    7980       
    8081        configure.pre_args
     
    9697        }
    9798
    98 
    99         destroot.args   PREFIX=${destroot}${prefix}/apache INSTALLPRIVLIB=${destroot}${prefix}/lib/perl5/5.8.0 \
    100                          INSTALLSITELIB=${destroot}${prefix}/lib/perl5/site_perl/5.8.0 \
    101                          INSTALLARCHLIB=${destroot}${prefix}/lib/perl5/5.8.0/darwin \
    102                          INSTALLSITEARCH=${destroot}${prefix}/lib/perl5/site_perl/5.8.0/darwin \
    103                          root=${destroot}
    10499
    105100}
     
    130125
    131126        if { [variant_isset mod_perl]} {
    132                 cd ${destroot}${prefix}/lib/perl5/site_perl/5.8.0/darwin/auto/mod_perl/
     127                cd ${destroot}${prefix}/lib/perl5/site_perl/5.8.1/darwin-2level/auto/mod_perl/
    133128                system "cat .packlist | sed s#${destroot}/##g >.packlist.new"
    134129                system "mv .packlist.new .packlist"
Note: See TracChangeset for help on using the changeset viewer.