ports/131660: www/dansguardian upgrade to 2.10.0.3

Freddie Cash fjwcash at gmail.com
Fri Feb 13 19:50:06 UTC 2009


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



More information about the freebsd-ports-bugs mailing list