Ticket #29751: Portfile-awstats.diff
File Portfile-awstats.diff, 1.7 KB (added by franck.cassedanne@…, 13 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name awstats 6 version 6.96 version 7.0 7 7 revision 1 8 8 categories www 9 maintainers guydavis.ca:davis 9 maintainers guydavis.ca:davis ouarz.net:franck.cassedanne 10 10 description Free real-time logfile analyzer to get advanced web statistics 11 11 long_description AWStats is short for Advanced Web Statistics. It's a free tool that \ 12 12 generates advanced web (but also ftp or mail) server statistics, \ … … 28 28 distname awstats-${version} 29 29 platforms darwin freebsd 30 30 31 checksums md5 fc19dbb8449eccf3300efb30ca3376cb\32 sha1 5ad8485eab04147b20adf5e8a7bdd5b6d3e2468b\33 rmd160 339af2df9c44713d632b4d1ae3d733132f7b0bab31 checksums md5 3e8e09b9ebe74513bb34290dbcd37b45 \ 32 sha1 733fa7d6a540f4a54f52c69a5f271c789472b0b7 \ 33 rmd160 0bd46afbd3159cf5f3e517b37a43b7d0852fc2a3 34 34 35 35 depends_lib path:bin/perl:perl5 port:apache2 36 36 … … 45 45 patch { 46 46 reinplace "s|/usr/local|${prefix}|g" \ 47 47 "${worksrcpath}/tools/awstats_buildstaticpages.pl" "${worksrcpath}/tools/awstats_updateall.pl" \ 48 "${worksrcpath}/tools/httpd_conf" "${worksrcpath}/tools/webmin/awstats-1. 8.wbm" \48 "${worksrcpath}/tools/httpd_conf" "${worksrcpath}/tools/webmin/awstats-1.9.wbm" \ 49 49 "${worksrcpath}/wwwroot/cgi-bin/awstats.model.conf" "${worksrcpath}/wwwroot/cgi-bin/awstats.pl" \ 50 50 "${worksrcpath}/tools/awstats_configure.pl" 51 51 reinplace "s|/usr/bin/perl|${prefix}/bin/perl|g" \