diff options
author | ache <ache@FreeBSD.org> | 2000-10-10 15:53:51 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-10-10 15:53:51 +0000 |
commit | 210d9756d61e6a5c5bca695800820303506727a0 (patch) | |
tree | 5ac7d58dd858c4dacb53d237f0383eab987d6a87 | |
parent | cb609ab82921e136376783257a27dc329ee79a8b (diff) | |
download | FreeBSD-ports-210d9756d61e6a5c5bca695800820303506727a0.zip FreeBSD-ports-210d9756d61e6a5c5bca695800820303506727a0.tar.gz |
Upgrade to 2.01.05
-rw-r--r-- | www/webalizer-2/Makefile | 5 | ||||
-rw-r--r-- | www/webalizer-2/distinfo | 2 | ||||
-rw-r--r-- | www/webalizer-2/files/patch-ac | 10 | ||||
-rw-r--r-- | www/webalizer/files/patch-ac | 10 |
4 files changed, 14 insertions, 13 deletions
diff --git a/www/webalizer-2/Makefile b/www/webalizer-2/Makefile index 621bcc2..48b17d7 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 de87e4b..6d54ad0 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 8c28cee..d559292 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 8c28cee..d559292 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; |