From owner-freebsd-ports Sat Oct 7 7:10: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D6DE037B66C for ; Sat, 7 Oct 2000 07:10:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA37680; Sat, 7 Oct 2000 07:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by hub.freebsd.org (Postfix) with ESMTP id D2B4737B502 for ; Sat, 7 Oct 2000 07:05:31 -0700 (PDT) Received: from home.dinoex.sub.org (home.dinoex.de [212.184.201.180]) by net2.dinoex.sub.org (8.11.1/8.11.1) with ESMTP id e97E3KX00315 for ; Sat, 7 Oct 2000 16:03:20 +0200 (CEST) (envelope-from dm@home.dinoex.sub.org) Received: (from dm@localhost) by home.dinoex.sub.org (8.11.1/8.11.1) id e97E2Tl60513; Sat, 7 Oct 2000 16:02:29 +0200 (CEST) (envelope-from dm) Message-Id: <200010071402.e97E2Tl60513@home.dinoex.sub.org> Date: Sat, 7 Oct 2000 16:02:29 +0200 (CEST) From: dirk.meyer@dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/21817: update german/webalizer2 (by maintainer) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21817 >Category: ports >Synopsis: update german/webalizer2 (by maintainer) >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: Sat Oct 07 07:10:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 4.1.1-STABLE i386 >Organization: privat >Environment: gd-lib, apache >Description: New Version is out. a small fix is in the Makefile, as the Directory ${PREFIX}/etc must be set. >How-To-Repeat: apply the patches to use new version. diff webalizer2/Makefile de-webalizer2-2.1.5/Makefile --- webalizer2/Makefile Wed Oct 4 20:38:51 2000 +++ de-webalizer2-2.1.5/Makefile Sat Oct 7 16:01:11 2000 @@ -5,11 +5,11 @@ # $FreeBSD: ports/german/webalizer2/Makefile,v 1.17 2000/09/30 15:22:23 kevlo Exp $ PORTNAME= webalizer -PORTVERSION= 2.1.3 +PORTVERSION= 2.1.5 CATEGORIES= german www MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/pre-release/ \ ftp://ftp.lan-ks.de/pub/FreeBSD/distfiles/ -DISTNAME= ${PORTNAME}-2.01-03-src +DISTNAME= ${PORTNAME}-2.01-05-src MAINTAINER= dirk.meyer@dinoex.sub.org @@ -24,6 +24,7 @@ .include CONFIGURE_ARGS+= --enable-dns \ + --with-etcdir=${PREFIX}/etc \ --with-gdlib=${PREFIX}/lib \ --with-gd=${PREFIX}/include/gd \ --with-language=${WEBALIZER_LANG} @@ -36,7 +37,6 @@ PLIST_SUB+= PKGNAMEPREFIX=${PKGNAMEPREFIX} pre-configure: - @${PERL5} -pi -e "s=/etc=${PREFIX}/etc=" ${WRKSRC}/webalizer.c @${PERL5} -pi -e "s=webalizer.conf=${PKGNAMEPREFIX}webalizer.conf=" \ ${WRKSRC}/webalizer.c diff webalizer2/files/md5 de-webalizer2-2.1.5/files/md5 --- webalizer2/files/md5 Wed Oct 4 20:38:51 2000 +++ de-webalizer2-2.1.5/files/md5 Sat Oct 7 15:41:50 2000 @@ -1 +1 @@ -MD5 (webalizer-2.01-03-src.tar.bz2) = ec3146a2a6573d59ddf8db188c788b21 +MD5 (webalizer-2.01-05-src.tar.bz2) = ab45bc2c7893c00370a1fcbd9b71232e >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message