From c14f8b015ebbd959dbbec346fe7e95a8df308cab Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Tue, 10 Oct 2000 15:53:51 +0000 Subject: Upgrade to 2.01.05 --- www/webalizer-2/Makefile | 5 +++-- www/webalizer-2/distinfo | 2 +- www/webalizer-2/files/patch-ac | 10 +++++----- www/webalizer/files/patch-ac | 10 +++++----- 4 files changed, 14 insertions(+), 13 deletions(-) (limited to 'www') diff --git a/www/webalizer-2/Makefile b/www/webalizer-2/Makefile index 621bcc208245..48b17d7782e9 100644 --- a/www/webalizer-2/Makefile +++ b/www/webalizer-2/Makefile @@ -6,10 +6,10 @@ # PORTNAME= webalizer -PORTVERSION= 2.1.3 +PORTVERSION= 2.1.5 CATEGORIES= www MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/pre-release/ -DISTNAME= ${PORTNAME}-2.01-03-src +DISTNAME= ${PORTNAME}-2.01-05-src MAINTAINER= ache@FreeBSD.org @@ -19,6 +19,7 @@ NO_LATEST_LINK= yes USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-dns \ + --with-etcdir=${PREFIX}/etc \ --with-gdlib=${PREFIX}/lib \ --with-gd=${PREFIX}/include/gd CONFIGURE_ENV+= LDFLAGS="-L${PREFIX}/lib" diff --git a/www/webalizer-2/distinfo b/www/webalizer-2/distinfo index de87e4baa577..6d54ad0a73c3 100644 --- a/www/webalizer-2/distinfo +++ b/www/webalizer-2/distinfo @@ -1 +1 @@ -MD5 (webalizer-2.01-03-src.tar.bz2) = ec3146a2a6573d59ddf8db188c788b21 +MD5 (webalizer-2.01-05-src.tar.bz2) = ab45bc2c7893c00370a1fcbd9b71232e diff --git a/www/webalizer-2/files/patch-ac b/www/webalizer-2/files/patch-ac index 8c28cee7aa22..d559292cc0c1 100644 --- a/www/webalizer-2/files/patch-ac +++ b/www/webalizer-2/files/patch-ac @@ -1,11 +1,11 @@ ---- webalizer.c.bak Fri Sep 29 10:20:21 2000 -+++ webalizer.c Sat Sep 30 18:11:19 2000 -@@ -1807,7 +1807,7 @@ +--- webalizer.c.orig Fri Oct 6 11:59:08 2000 ++++ webalizer.c Sun Oct 8 00:16:19 2000 +@@ -1813,7 +1813,7 @@ if (*cp1=='+') *cp1=' '; /* change + to space */ if (sp_flg && *cp1==' ') { cp1++; continue; } /* compress spaces */ if (*cp1==' ') sp_flg=1; else sp_flg=0; /* (flag spaces here) */ -- *cp2++=tolower(*cp1++); /* normal character */ +- *cp2++=tolower(*cp1); /* normal character */ + *cp2++= *cp1++; /* normal character */ + cp1++; } } - *cp2=0; cp2=tmpbuf; diff --git a/www/webalizer/files/patch-ac b/www/webalizer/files/patch-ac index 8c28cee7aa22..d559292cc0c1 100644 --- a/www/webalizer/files/patch-ac +++ b/www/webalizer/files/patch-ac @@ -1,11 +1,11 @@ ---- webalizer.c.bak Fri Sep 29 10:20:21 2000 -+++ webalizer.c Sat Sep 30 18:11:19 2000 -@@ -1807,7 +1807,7 @@ +--- webalizer.c.orig Fri Oct 6 11:59:08 2000 ++++ webalizer.c Sun Oct 8 00:16:19 2000 +@@ -1813,7 +1813,7 @@ if (*cp1=='+') *cp1=' '; /* change + to space */ if (sp_flg && *cp1==' ') { cp1++; continue; } /* compress spaces */ if (*cp1==' ') sp_flg=1; else sp_flg=0; /* (flag spaces here) */ -- *cp2++=tolower(*cp1++); /* normal character */ +- *cp2++=tolower(*cp1); /* normal character */ + *cp2++= *cp1++; /* normal character */ + cp1++; } } - *cp2=0; cp2=tmpbuf; -- cgit v1.2.3