From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 13 19:50:05 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C41051065676 for ; Fri, 13 Feb 2009 19:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9F7F48FC24 for ; Fri, 13 Feb 2009 19:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n1DJo5dV079086 for ; Fri, 13 Feb 2009 19:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1DJo513079085; Fri, 13 Feb 2009 19:50:05 GMT (envelope-from gnats) Resent-Date: Fri, 13 Feb 2009 19:50:05 GMT Resent-Message-Id: <200902131950.n1DJo513079085@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Freddie Cash Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C31F1065677 for ; Fri, 13 Feb 2009 19:46:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 4ACDC8FC0A for ; Fri, 13 Feb 2009 19:46:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n1DJkO8D086820 for ; Fri, 13 Feb 2009 19:46:24 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n1DJkODN086819; Fri, 13 Feb 2009 19:46:24 GMT (envelope-from nobody) Message-Id: <200902131946.n1DJkODN086819@www.freebsd.org> Date: Fri, 13 Feb 2009 19:46:24 GMT From: Freddie Cash To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/131660: www/dansguardian upgrade to 2.10.0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2009 19:50:06 -0000 >Number: 131660 >Category: ports >Synopsis: www/dansguardian upgrade to 2.10.0.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Feb 13 19:50:05 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Freddie Cash >Release: FreeBSD 6.3 >Organization: >Environment: FreeBSD firewall-image.sd73.bc.ca 6.3-RELEASE-p9 FreeBSD 6.3-RELEASE-p9 #0: Fri Jan 30 12:10:35 PST 2009 root@firewall-image.sd73.bc.ca:/usr/obj/usr/src /sys/GENERIC i386 >Description: Simple upgrade from 2.10.0.2 to 2.10.0.3. Only two lines need to be changed in the port Makefile, PORTVERSION bumped to 2.10.0.3, and the configure option for WITH_DEBUG changed to --with-dgdebug. >How-To-Repeat: >Fix: Diff inlined below to show the two lines that need to be updated. --- dansguardian.orig/Makefile 2009-02-01 10:28:43.000000000 -0800 +++ dansguardian/Makefile 2009-02-13 11:07:23.000000000 -0800 @@ -6,7 +6,7 @@ # PORTNAME= dansguardian -PORTVERSION= 2.10.0.2 +PORTVERSION= 2.10.0.3 CATEGORIES= www MASTER_SITES= # empty, see below @@ -119,7 +119,7 @@ .endif .if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-dgdebug +CONFIGURE_ARGS+= --with-dgdebug .endif #.if defined(NOPORTDOCS) Patch attached with submission follows: --- dansguardian.orig/Makefile 2009-02-01 10:28:43.000000000 -0800 +++ dansguardian/Makefile 2009-02-13 11:07:23.000000000 -0800 @@ -6,7 +6,7 @@ # PORTNAME= dansguardian -PORTVERSION= 2.10.0.2 +PORTVERSION= 2.10.0.3 CATEGORIES= www MASTER_SITES= # empty, see below @@ -119,7 +119,7 @@ .endif .if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-dgdebug +CONFIGURE_ARGS+= --with-dgdebug .endif #.if defined(NOPORTDOCS) >Release-Note: >Audit-Trail: >Unformatted: