1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Upgrade to 2.01.02

This commit is contained in:
Andrey A. Chernov 2000-09-28 16:12:33 +00:00
parent 3144db0994
commit b94d3649aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33215
4 changed files with 9 additions and 27 deletions

View File

@ -6,10 +6,10 @@
#
PORTNAME= webalizer
PORTVERSION= 2.00.12
PORTVERSION= 2.01.02
CATEGORIES= www
MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/pre-release/
DISTNAME= ${PORTNAME}-2.00-12-src
DISTNAME= ${PORTNAME}-2.01-02-src
MAINTAINER= ache@FreeBSD.org

View File

@ -1 +1 @@
MD5 (webalizer-2.00-12-src.tar.bz2) = dca81378603370a27e6d1e3992ec74aa
MD5 (webalizer-2.01-02-src.tar.bz2) = 685ce1c7ee60ea7de3bfb3f31f0df30e

View File

@ -1,5 +1,5 @@
--- webalizer.c.orig Sun Apr 9 05:18:56 2000
+++ webalizer.c Fri Apr 21 23:11:15 2000
--- webalizer.c.orig Wed Sep 27 20:26:30 2000
+++ webalizer.c Thu Sep 28 17:41:01 2000
@@ -61,6 +61,7 @@
#endif
@ -8,16 +8,7 @@
#include <arpa/inet.h>
#ifdef HAVE_DB_185_H
@@ -480,7 +481,7 @@
else
{
/* Using DNS cache file <filaneme> */
- if (verbose) printf("%s %s\n",msg_dns_usec,dns_cache);
+ if (verbose>1) printf("%s %s\n",msg_dns_usec,dns_cache);
}
}
#endif /* USE_DNS */
@@ -1785,7 +1786,7 @@
@@ -1798,7 +1799,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) */

View File

@ -1,5 +1,5 @@
--- webalizer.c.orig Sun Apr 9 05:18:56 2000
+++ webalizer.c Fri Apr 21 23:11:15 2000
--- webalizer.c.orig Wed Sep 27 20:26:30 2000
+++ webalizer.c Thu Sep 28 17:41:01 2000
@@ -61,6 +61,7 @@
#endif
@ -8,16 +8,7 @@
#include <arpa/inet.h>
#ifdef HAVE_DB_185_H
@@ -480,7 +481,7 @@
else
{
/* Using DNS cache file <filaneme> */
- if (verbose) printf("%s %s\n",msg_dns_usec,dns_cache);
+ if (verbose>1) printf("%s %s\n",msg_dns_usec,dns_cache);
}
}
#endif /* USE_DNS */
@@ -1785,7 +1786,7 @@
@@ -1798,7 +1799,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) */