summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-10-10 15:53:51 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-10-10 15:53:51 +0000
commitc14f8b015ebbd959dbbec346fe7e95a8df308cab (patch)
treebd39a1250baf452ac5d38cdadc106f06ba2969af /www
parentInstall the html man page in right location. (diff)
Upgrade to 2.01.05
Notes
Notes: svn path=/head/; revision=33670
Diffstat (limited to 'www')
-rw-r--r--www/webalizer-2/Makefile5
-rw-r--r--www/webalizer-2/distinfo2
-rw-r--r--www/webalizer-2/files/patch-ac10
-rw-r--r--www/webalizer/files/patch-ac10
4 files changed, 14 insertions, 13 deletions
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;