network/webalizer: Updated for version 2.23_08.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Steven King 2013-12-02 09:43:05 +07:00 committed by Robby Workman
parent 94e519fe4f
commit b88802a4ac
3 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,3 @@
The Webalizer is a fast, free web server log file analysis program. The Webalizer is a fast, free web server log file analysis program.
It produces highly detailed, easily configurable usage reports in It produces highly detailed, easily configurable usage reports in
HTML format, for viewing with a standard web browser. HTML format, for viewing with a standard web browser.
GeoIP is an optional dependency.

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=webalizer PRGNAM=webalizer
VERSION=${VERSION:-2.23_03} VERSION=${VERSION:-2.23_08}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -77,6 +77,8 @@ CXFLAGS="$SLKCFLAGS" \
--prefix=/usr \ --prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \ --libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc/webalizer \ --sysconfdir=/etc/webalizer \
--enable-bz2 \
--enable-geoip \
--mandir=/usr/man \ --mandir=/usr/man \
--build=$ARCH-slackware-linux --build=$ARCH-slackware-linux

View file

@ -1,10 +1,10 @@
PRGNAM="webalizer" PRGNAM="webalizer"
VERSION="2.23_03" VERSION="2.23_08"
HOMEPAGE="http://webalizer.com" HOMEPAGE="http://webalizer.com"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/webalizer-2.23-03-src.tgz" DOWNLOAD="ftp://ftp.mrunix.net/pub/webalizer/webalizer-2.23-08-src.tgz"
MD5SUM="261c16f25a86e6d93d2426b371c7925f" MD5SUM="00f1f18bd5ed462ea43bf98d867e7966"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES="GeoIP"
MAINTAINER="Steven King" MAINTAINER="Steven King"
EMAIL="kingrst@gmail.com" EMAIL="kingrst@gmail.com"