Date: Wed, 28 Jul 1999 08:16:33 +0200 (CEST) From: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12857: ports/www/webalizer update Message-ID: <199907280616.IAA12562@home.dinoex.sub.org>
next in thread | raw e-mail | index | archive | help
>Number: 12857 >Category: ports >Synopsis: ports/www/webalizer update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 28 11:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 3.2-RELEASE i386 >Organization: privat >Environment: gd-lib, apache >Description: generates statistics in HTML output, for Apache web server. >How-To-Repeat: old Release is out of date old distfile no longer on server >Fix: new version more languages are supported apply the patches to use the new version diff webalizer/Makefile webalizer-1.30.4/Makefile --- webalizer/Makefile Tue Jun 15 07:32:48 1999 +++ webalizer-1.30.4/Makefile Wed Jul 28 08:15:35 1999 @@ -5,8 +5,8 @@ # # $Id: Makefile,v 1.7 1999/06/10 08:15:16 steve Exp $ -DISTNAME= webalizer-1.22-06-src -PKGNAME= webalizer-1.22.6 +DISTNAME= webalizer-1.30-04-src +PKGNAME= webalizer-1.30.4 CATEGORIES= www MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/ \ ftp://ftp.dinoex.sub.de/pub/approved/ @@ -26,7 +26,7 @@ german italian korean polish portuguese \ portuguese_brazil romanian russain slowak \ spanish swedish -WRKSRC= ${WRKDIR}/webalizer-1.22-06 +WRKSRC= ${WRKDIR}/webalizer-1.30-04 .if defined(BATCH) WEBALIZER_LANG=english diff webalizer/files/md5 webalizer-1.30.4/files/md5 --- webalizer/files/md5 Tue Jun 15 07:32:49 1999 +++ webalizer-1.30.4/files/md5 Wed Jul 28 08:03:02 1999 @@ -1 +1 @@ -MD5 (webalizer-1.22-06-src.tgz) = 9123858212879731d134555253ef23b1 +MD5 (webalizer-1.30-04-src.tgz) = f151b5e811bcdaa4ba72bca447f5cd44 diff webalizer/patches/patch-ac webalizer-1.30.4/patches/patch-ac --- webalizer/patches/patch-ac Thu Jun 10 10:15:23 1999 +++ webalizer-1.30.4/patches/patch-ac Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- webalizer.c.orig Sat Jun 5 05:13:18 1999 -+++ webalizer.c Wed Jun 9 19:11:19 1999 -@@ -3238,7 +3238,7 @@ - int isurlchar(char ch) - { - if (isalnum((int)ch)) return 1; /* allow letters, numbers... */ -- return (strchr(":/\\.-_@~",ch)!=NULL); /* and a few 'special' chars. */ -+ return (strchr(":/\\.-_@~+",ch)!=NULL); /* and a few 'special' chars. */ - } - - /*********************************************/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907280616.IAA12562>