Ticket #18662: awstats_port.diff

File awstats_port.diff, 2.0 KB (added by davis@…, 15 years ago)
  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name                    awstats
    6 version                 6.5
     6version                 6.9
    77categories              www
    8 maintainers             nomaintainer
     8maintainers             guydavis.ca:davis openmaintainer
    99description             Free real-time logfile analyzer to get advanced web statistics
    1010long_description        AWStats is short for Advanced Web Statistics. It's a free tool that \
    1111                        generates advanced web (but also ftp or mail) server statistics, \
    homepage http://www.awstats.org 
    2525master_sites            sourceforge
    2626master_sites.mirror_subdir sourceforge/$name/
    2727distname                awstats-${version}
    28 checksums               md5 aef00b2ff5c5413bd2a868299cabd69a
     28checksums               md5 fc19dbb8449eccf3300efb30ca3376cb
    2929platforms               darwin freebsd
    3030
    3131depends_lib             path:bin/perl:perl5 port:apache2
    build {} 
    4242patch {
    4343    reinplace "s|/usr/local|${prefix}|g" \
    4444        "${worksrcpath}/tools/awstats_buildstaticpages.pl" "${worksrcpath}/tools/awstats_updateall.pl" \
    45         "${worksrcpath}/tools/httpd_conf" "${worksrcpath}/tools/webmin/awstats-1.6.wbm" \
    46         "${worksrcpath}/wwwroot/cgi-bin/awstats.model.conf" "${worksrcpath}/wwwroot/cgi-bin/awstats.pl"
     45        "${worksrcpath}/tools/httpd_conf" "${worksrcpath}/tools/webmin/awstats-1.8.wbm" \
     46        "${worksrcpath}/wwwroot/cgi-bin/awstats.model.conf" "${worksrcpath}/wwwroot/cgi-bin/awstats.pl" \
     47        "${worksrcpath}/tools/awstats_configure.pl"
    4748    reinplace "s|/usr/bin/perl|${prefix}/bin/perl|g" \
    4849        "${worksrcpath}/tools/awstats_buildstaticpages.pl" "${worksrcpath}/tools/awstats_updateall.pl" \
    49         "${worksrcpath}/wwwroot/cgi-bin/awstats.pl"
     50        "${worksrcpath}/wwwroot/cgi-bin/awstats.pl" "${worksrcpath}/tools/awstats_configure.pl" \
     51        "${worksrcpath}/tools/awstats_exportlib.pl" "${worksrcpath}/tools/logresolvemerge.pl" \
     52        "${worksrcpath}/tools/maillogconvert.pl" "${worksrcpath}/tools/urlaliasbuilder.pl"
    5053}
    5154
    5255set docpath ${destroot}${prefix}/www/awstats