Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  9 Mar 2004 08:56:42 -0800 (PST)
From:      Freddie Cash <fcash@sd73.bc.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63996: port update: www/dansguardian to support LATEST_LINK, OPTIONS, and SIZE
Message-ID:  <20040309165642.DD42939@spark.sd73.bc.ca>
Resent-Message-ID: <200403091700.i29H0Xo5032323@freefall.freebsd.org>

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

>Number:         63996
>Category:       ports
>Synopsis:       port update: www/dansguardian to support LATEST_LINK, OPTIONS, and SIZE
>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:   Tue Mar 09 09:00:33 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Freddie Cash
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
School District 73
>Environment:
System: FreeBSD spark.sd73.bc.ca 5.2-CURRENT FreeBSD 5.2-CURRENT #3: Sun Feb 29 20:47:07 PST 2004 root@spark.sd73.bc.ca:/usr/src/sys/i386/compile/SPARK i386
>Description:
Update port to support new ports features including unique LATEST_LINK, OPTIONS, and distinfo SIZE.
>How-To-Repeat:
>Fix:

--- dansguardian.diff begins here ---
diff -ruN dansguardian-orig/Makefile dansguardian/Makefile
--- dansguardian-orig/Makefile	Sun Feb 22 20:23:18 2004
+++ dansguardian/Makefile	Wed Feb 25 09:41:25 2004
@@ -7,7 +7,7 @@
 
 PORTNAME=	dansguardian
 PORTVERSION=	2.6.1.11
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	# empty, see below
 DISTNAME=	DansGuardian-${PORTVERSION:R}-${PORTVERSION:E}.source
@@ -19,6 +19,7 @@
 		${LOCALBASE}/sbin/httpd:${PORTSDIR}/${APACHE_PORT}:install
 
 CONFLICTS=	dansguardian*
+LATEST_LINK=	dansguardian
 
 WRKSRC=		${WRKDIR}/DansGuardian-${PORTVERSION:R}
 GNU_CONFIGURE=	yes
@@ -30,6 +31,8 @@
 		--logdir=/var/log/ \
 		--cgidir=/www/cgi-bin/ \
 		--piddir=/var/run/
+
+OPTIONS=	WITH_GCC3 "Compile using GCC 3.x." off
 
 DG_URL=		http://dansguardian.org/index.php?page=copyright2
 
diff -ruN dansguardian-orig/distinfo dansguardian/distinfo
--- dansguardian-orig/distinfo	Sun Feb 22 20:23:18 2004
+++ dansguardian/distinfo	Wed Feb 25 09:41:27 2004
@@ -1 +1,2 @@
 MD5 (DansGuardian-2.6.1-11.source.tar.gz) = 74f30ec2f7915f1ea72ff03332359889
+SIZE (DansGuardian-2.6.1-11.source.tar.gz) = 155249
--- dansguardian.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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