summaryrefslogtreecommitdiff
path: root/www/awstats/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-01-12 23:53:50 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-01-12 23:53:50 +0000
commit7ef55264b01b59539d1e750c43337576aaa3d464 (patch)
tree25d0e4a9f001b3da65c7ec733d8c87327e2aab37 /www/awstats/Makefile
parent965f3ef9aa01b4fe466adaf34f68be2c3fa8f4a4 (diff)
downloadpkgsrc-7ef55264b01b59539d1e750c43337576aaa3d464.tar.gz
Update to 5.9
Changes: o Several fixes in maillogconvert.pl Fixed wrong parsing for qmail log files. Support mail errors in qmail log files. Return code for postfix log were all reported in error for mails sent to several recipients when one recipient was in error. o Fixed wrong percentage in cluster report. o Return code for postfix log were all reported in error for mails sent to several recipients when one recipient was in error. o Fix a not closing HTML TR tag in full list of hosts. o awstats_buildstaticpages.pl can accept month on 1 digit. o awstats_buildstaticpages.pl no more try to build pages awstats.misc.html and awstats.filetypes.html that does not exists. And more... review the website to see a full list of changes.
Diffstat (limited to 'www/awstats/Makefile')
-rw-r--r--www/awstats/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/www/awstats/Makefile b/www/awstats/Makefile
index 007b3c46211..967c17b2481 100644
--- a/www/awstats/Makefile
+++ b/www/awstats/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2003/09/10 13:07:20 seb Exp $
+# $NetBSD: Makefile,v 1.4 2004/01/12 23:53:50 xtraeme Exp $
#
-DISTNAME= awstats-5.1
+DISTNAME= awstats-5.9
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=awstats/}
EXTRACT_SUFX= .tgz
@@ -18,6 +18,7 @@ REPLACE_PERL = \
tools/awstats_buildstaticpages.pl \
tools/awstats_updateall.pl \
tools/logresolvemerge.pl \
+ wwwroot/cgi-bin/awredir.pl \
wwwroot/cgi-bin/awstats.pl
do-install:
@@ -32,8 +33,8 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/example/example.pm \
${PREFIX}/share/examples/awstats/example.pm
${RM} -fr ${WRKSRC}/wwwroot/cgi-bin/plugins/example
- cd ${WRKSRC}/wwwroot && ${PAX} -rwp e . ${PREFIX}/awstats/
- cd ${WRKSRC}/docs && ${PAX} -rwp e . ${PREFIX}/share/doc/html/awstats/
+ cd ${WRKSRC}/wwwroot && ${PAX} -rwpppm . ${PREFIX}/awstats/
+ cd ${WRKSRC}/docs && ${PAX} -rwpppm . ${PREFIX}/share/doc/html/awstats/
.include "../../lang/perl5/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"