Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Feb 2009 19:46:24 GMT
From:      Freddie Cash <fjwcash@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/131660: www/dansguardian upgrade to 2.10.0.3
Message-ID:  <200902131946.n1DJkODN086819@www.freebsd.org>
Resent-Message-ID: <200902131950.n1DJo513079085@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902131946.n1DJkODN086819>