From mad@madpilot.net  Fri Mar 14 23:13:05 2008
Return-Path: <mad@madpilot.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 57CAF106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 14 Mar 2008 23:13:05 +0000 (UTC)
	(envelope-from mad@madpilot.net)
Received: from smtpi2.ngi.it (smtpi2.ngi.it [88.149.128.21])
	by mx1.freebsd.org (Postfix) with ESMTP id DD2008FC1D
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 14 Mar 2008 23:13:04 +0000 (UTC)
	(envelope-from mad@madpilot.net)
Received: from megatron.madpilot.net (88-149-173-206.static.ngi.it [88.149.173.206])
	by smtpi2.ngi.it (8.13.8/8.13.8) with ESMTP id m2E9xjhT026378
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 14 Mar 2008 10:59:57 +0100
Received: from megatron.madpilot.net (localhost [127.0.0.1])
	by megatron.madpilot.net (Postfix) with ESMTP id A20DC130C96
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 14 Mar 2008 10:59:43 +0100 (CET)
Received: by megatron.madpilot.net (Postfix, from userid 1000)
	id 81839130C7D; Fri, 14 Mar 2008 10:59:43 +0100 (CET)
Message-Id: <20080314095943.81839130C7D@megatron.madpilot.net>
Date: Fri, 14 Mar 2008 10:59:43 +0100 (CET)
From: Guido Falsi <mad@madpilot.net>
Reply-To: Guido Falsi <mad@madpilot.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [update] www/squidguard update to 1.3.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify: ports@tyfon.net

>Number:         121719
>Category:       ports
>Synopsis:       [update] www/squidguard update to 1.3.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    beech
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 14 23:20:00 UTC 2008
>Closed-Date:    Sat Mar 29 05:33:09 UTC 2008
>Last-Modified:  Sat Mar 29 05:40:03 UTC 2008
>Originator:     Guido Falsi
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
none
>Environment:
System: FreeBSD megatron.madpilot.net 7.0-STABLE FreeBSD 7.0-STABLE #2: Mon Mar 10 15:15:26 CET 2008 root@megatron.madpilot.net:/usr/obj/usr/src/sys/MEGATRON i386

>Description:

Update squidguard to latest 1.3.0

added files:

files/patch-Makefile.in
files/configure

>How-To-Repeat:

>Fix:

diff -ruN squidguard.old/Makefile squidguard/Makefile
--- squidguard.old/Makefile	2008-02-25 15:44:47.000000000 +0100
+++ squidguard/Makefile	2008-02-25 15:51:05.000000000 +0100
@@ -6,12 +6,9 @@
 #
 
 PORTNAME=	squidGuard
-PORTVERSION=	1.2.0
-PORTREVISION=	1
+PORTVERSION=	1.3
 CATEGORIES=	www
-MASTER_SITES=	http://ftp.teledanmark.no/pub/www/proxy/squidGuard/ \
-		ftp://ftp.teledanmark.no/pub/www/proxy/squidGuard/ \
-		http://web01.ux.tyfon.net/ports/distfiles/
+MASTER_SITES=	http://www.squidguard.org/Downloads/
 
 MAINTAINER=	ports@tyfon.net
 COMMENT=	A fast redirector for squid
diff -ruN squidguard.old/distinfo squidguard/distinfo
--- squidguard.old/distinfo	2008-02-25 15:44:47.000000000 +0100
+++ squidguard/distinfo	2008-02-25 15:51:34.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (squidGuard-1.2.0.tar.gz) = c6e2e9112fdbda0602656f94c1ce31fd
-SHA256 (squidGuard-1.2.0.tar.gz) = 6e88025d2906d635d170c53bf6ae7cc13e06839dfa2a6e5d92b5e6bb38e6ec6d
-SIZE (squidGuard-1.2.0.tar.gz) = 1852737
+MD5 (squidGuard-1.3.tar.gz) = d7c2c2e03a2835e4d1c3bef751ace76f
+SHA256 (squidGuard-1.3.tar.gz) = be3342be74dadbf5c27ce0396db675a989c4f919a19e5c8240ce72c6b3c361a4
+SIZE (squidGuard-1.3.tar.gz) = 1905252
diff -ruN squidguard.old/files/patch-Makefile.in squidguard/files/patch-Makefile.in
--- squidguard.old/files/patch-Makefile.in	1970-01-01 01:00:00.000000000 +0100
+++ squidguard/files/patch-Makefile.in	2008-02-25 16:11:39.000000000 +0100
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2008-02-25 16:11:04.000000000 +0100
++++ Makefile.in	2008-02-25 16:11:17.000000000 +0100
+@@ -43,7 +43,7 @@
+ # Dependencies for installing
+ #	
+ 
+-install:	install-build install-conf
++install:	install-build
+ 
+ install-conf:
+ 	@echo Installing configuration file  ;
diff -ruN squidguard.old/files/patch-configure squidguard/files/patch-configure
--- squidguard.old/files/patch-configure	1970-01-01 01:00:00.000000000 +0100
+++ squidguard/files/patch-configure	2008-02-25 15:58:26.000000000 +0100
@@ -0,0 +1,34 @@
+--- configure.orig	2008-02-25 15:56:52.000000000 +0100
++++ configure	2008-02-25 15:58:10.000000000 +0100
+@@ -3793,7 +3793,7 @@
+ echo "$as_me:$LINENO: checking suppress runtime logging " >&5
+ echo $ECHO_N "checking suppress runtime logging... $ECHO_C" >&6
+ 
+-if [ "x$nolog" == x"yes" ]; then
++if [ "x$nolog" = x"yes" ]; then
+   echo $ECHO_N " $ECHO_C" >&6
+ else
+   echo $ECHO_N " no" >&6
+@@ -3802,7 +3802,7 @@
+ echo "$as_me:$LINENO: result: $nolog" >&5
+ echo "${ECHO_T}$nolog" >&6
+ 
+-if [ "x$nolog" == x"yes" ]; then
++if [ "x$nolog" = x"yes" ]; then
+ NOLOG1="/* nolog option set:"
+ NOLOG2="*/"
+ fi
+@@ -3822,11 +3822,11 @@
+ echo "$as_me:$LINENO: result: $with_ldap" >&5
+ echo "${ECHO_T}$with_ldap" >&6
+ 
+-if [ "x$with_ldap" == x"no" ]; then
++if [ "x$with_ldap" = x"no" ]; then
+ ldap_yacc=""
+ fi
+ 
+-if [ "x$with_ldap" == x"yes" ]; then
++if [ "x$with_ldap" = x"yes" ]; then
+ 
+ ldap_yacc="                     | LDAPUSERSEARCH WORD { sgSourceLdapUserSearch(\$2); }"
+ echo "$as_me:$LINENO: checking for ldap_init in -lldap" >&5
diff -ruN squidguard.old/pkg-plist squidguard/pkg-plist
--- squidguard.old/pkg-plist	2008-02-25 15:44:47.000000000 +0100
+++ squidguard/pkg-plist	2008-02-25 16:58:29.000000000 +0100
@@ -1,11 +1,18 @@
 bin/squidGuard
+share/doc/squidGuard/LDAPFlow.txt
 share/doc/squidGuard/README
 share/doc/squidGuard/README.blacklists
 share/doc/squidGuard/configuration.html
 share/doc/squidGuard/configuration.txt
+share/doc/squidGuard/configure.html
+share/doc/squidGuard/configure.txt
+share/doc/squidGuard/extended.html
+share/doc/squidGuard/extended.txt
 share/doc/squidGuard/faq.html
 share/doc/squidGuard/faq.txt
 share/doc/squidGuard/index.html
+share/doc/squidGuard/install.html
+share/doc/squidGuard/install.txt
 share/doc/squidGuard/installation.html
 share/doc/squidGuard/installation.txt
 share/doc/squidGuard/squidGuard.gif
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Mar 14 23:20:07 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121719 
Responsible-Changed-From-To: freebsd-ports-bugs->beech 
Responsible-Changed-By: beech 
Responsible-Changed-When: Sat Mar 15 05:43:10 UTC 2008 
Responsible-Changed-Why:  
I'll take it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121719 

From: Guido Falsi <mad@madpilot.net>
To: bug-followup@FreeBSD.org, mad@madpilot.net
Cc:  
Subject: Re: ports/121719: [update] www/squidguard update to 1.3.0
Date: Wed, 19 Mar 2008 10:57:10 +0100

 --n8g4imXOkfNTN/H1
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 I'm attaching a new patch which includes the project's patch found here:
 
 http://www.squidguard.org/Downloads/Patches/1.3/squidGuard-1.3-patch-20071117.tar.gz
 
 This patch fixes the code generating status bars, which is otherwise
 broken.
 
 I'm not sure what is the policy, since the patch tgz contains the full
 source file to replace in the src directory, and we are already patching
 the file, I simply incorporated the vendor patch in our patch, since it
 looks the simplest way.
 
 I hope this is acceptable policy.
 
 Thank you for your time.
 
 -- 
 Guido Falsi <mad@madpilot.net>
 
 --n8g4imXOkfNTN/H1
 Content-Type: text/x-diff; charset=iso-8859-1
 Content-Disposition: attachment; filename="squidguard.diff"
 Content-Transfer-Encoding: 8bit
 
 diff -ruN squidguard.old/Makefile squidguard/Makefile
 --- squidguard.old/Makefile	2008-02-25 15:44:47.000000000 +0100
 +++ squidguard/Makefile	2008-03-19 09:58:29.000000000 +0100
 @@ -6,12 +6,9 @@
  #
  
  PORTNAME=	squidGuard
 -PORTVERSION=	1.2.0
 -PORTREVISION=	1
 +PORTVERSION=	1.3
  CATEGORIES=	www
 -MASTER_SITES=	http://ftp.teledanmark.no/pub/www/proxy/squidGuard/ \
 -		ftp://ftp.teledanmark.no/pub/www/proxy/squidGuard/ \
 -		http://web01.ux.tyfon.net/ports/distfiles/
 +MASTER_SITES=	http://www.squidguard.org/Downloads/
  
  MAINTAINER=	ports@tyfon.net
  COMMENT=	A fast redirector for squid
 diff -ruN squidguard.old/distinfo squidguard/distinfo
 --- squidguard.old/distinfo	2008-02-25 15:44:47.000000000 +0100
 +++ squidguard/distinfo	2008-03-19 09:58:45.000000000 +0100
 @@ -1,3 +1,3 @@
 -MD5 (squidGuard-1.2.0.tar.gz) = c6e2e9112fdbda0602656f94c1ce31fd
 -SHA256 (squidGuard-1.2.0.tar.gz) = 6e88025d2906d635d170c53bf6ae7cc13e06839dfa2a6e5d92b5e6bb38e6ec6d
 -SIZE (squidGuard-1.2.0.tar.gz) = 1852737
 +MD5 (squidGuard-1.3.tar.gz) = d7c2c2e03a2835e4d1c3bef751ace76f
 +SHA256 (squidGuard-1.3.tar.gz) = be3342be74dadbf5c27ce0396db675a989c4f919a19e5c8240ce72c6b3c361a4
 +SIZE (squidGuard-1.3.tar.gz) = 1905252
 diff -ruN squidguard.old/files/patch-Makefile.in squidguard/files/patch-Makefile.in
 --- squidguard.old/files/patch-Makefile.in	1970-01-01 01:00:00.000000000 +0100
 +++ squidguard/files/patch-Makefile.in	2008-02-25 16:11:39.000000000 +0100
 @@ -0,0 +1,11 @@
 +--- Makefile.in.orig	2008-02-25 16:11:04.000000000 +0100
 ++++ Makefile.in	2008-02-25 16:11:17.000000000 +0100
 +@@ -43,7 +43,7 @@
 + # Dependencies for installing
 + #	
 + 
 +-install:	install-build install-conf
 ++install:	install-build
 + 
 + install-conf:
 + 	@echo Installing configuration file  ;
 diff -ruN squidguard.old/files/patch-configure squidguard/files/patch-configure
 --- squidguard.old/files/patch-configure	1970-01-01 01:00:00.000000000 +0100
 +++ squidguard/files/patch-configure	2008-02-25 15:58:26.000000000 +0100
 @@ -0,0 +1,34 @@
 +--- configure.orig	2008-02-25 15:56:52.000000000 +0100
 ++++ configure	2008-02-25 15:58:10.000000000 +0100
 +@@ -3793,7 +3793,7 @@
 + echo "$as_me:$LINENO: checking suppress runtime logging " >&5
 + echo $ECHO_N "checking suppress runtime logging... $ECHO_C" >&6
 + 
 +-if [ "x$nolog" == x"yes" ]; then
 ++if [ "x$nolog" = x"yes" ]; then
 +   echo $ECHO_N " $ECHO_C" >&6
 + else
 +   echo $ECHO_N " no" >&6
 +@@ -3802,7 +3802,7 @@
 + echo "$as_me:$LINENO: result: $nolog" >&5
 + echo "${ECHO_T}$nolog" >&6
 + 
 +-if [ "x$nolog" == x"yes" ]; then
 ++if [ "x$nolog" = x"yes" ]; then
 + NOLOG1="/* nolog option set:"
 + NOLOG2="*/"
 + fi
 +@@ -3822,11 +3822,11 @@
 + echo "$as_me:$LINENO: result: $with_ldap" >&5
 + echo "${ECHO_T}$with_ldap" >&6
 + 
 +-if [ "x$with_ldap" == x"no" ]; then
 ++if [ "x$with_ldap" = x"no" ]; then
 + ldap_yacc=""
 + fi
 + 
 +-if [ "x$with_ldap" == x"yes" ]; then
 ++if [ "x$with_ldap" = x"yes" ]; then
 + 
 + ldap_yacc="                     | LDAPUSERSEARCH WORD { sgSourceLdapUserSearch(\$2); }"
 + echo "$as_me:$LINENO: checking for ldap_init in -lldap" >&5
 diff -ruN squidguard.old/files/patch-src_sgDB.c squidguard/files/patch-src_sgDB.c
 --- squidguard.old/files/patch-src_sgDB.c	2008-02-25 15:44:47.000000000 +0100
 +++ squidguard/files/patch-src_sgDB.c	2008-03-19 10:46:11.000000000 +0100
 @@ -1,6 +1,23 @@
 ---- src/sgDb.c.orig	Mon May 14 08:40:12 2001
 -+++ src/sgDb.c	Thu Dec 29 23:31:32 2005
 -@@ -97,14 +97,20 @@
 +--- src/sgDb.c.orig	2007-11-03 14:59:49.000000000 +0100
 ++++ src/sgDb.c	2008-03-19 10:35:18.000000000 +0100
 +@@ -1,10 +1,12 @@
 + /*
 +   By accepting this notice, you agree to be bound by the following
 +   agreements:
 +- 
 +-  This software product, squidGuard, is copyrighted (C) 1998-2007
 +-  by Christine Kronberg, Shalla Secure Services. All rights reserved.
 +-
 ++  
 ++  This software product, squidGuard, is copyrighted (C) 1998 by
 ++  ElTele st AS, Oslo, Norway, with all rights reserved.
 ++  With December 27th 2006 all rights moved to Christine Kronberg,
 ++  Shalla Secure Services.
 ++  
 +   This program is free software; you can redistribute it and/or modify it
 +   under the terms of the GNU General Public License (version 2) as
 +   published by the Free Software Foundation.  It is distributed in the
 +@@ -99,14 +101,20 @@
       flag = DB_CREATE;
       if(createdb)
         flag = flag | DB_TRUNCATE;
 @@ -8,9 +25,9 @@
  -	 Db->dbp->open(Db->dbp, dbfile, NULL, DB_BTREE, flag, 0664)) != 0) {
  +    if ((ret = Db->dbp->open(Db->dbp,
  +#if DB_VERSION_MAJOR * 10 + DB_VERSION_MINOR >= 41
 -+	 NULL,
 ++       NULL,
  +#endif
 -+	 dbfile, NULL, DB_BTREE, flag, 0664)) != 0) {
 ++       dbfile, NULL, DB_BTREE, flag, 0664)) != 0) {
         (void) Db->dbp->close(Db->dbp, 0);
         sgLogFatalError("Error db_open: %s", strerror(ret));
       }
 @@ -19,9 +36,124 @@
  -	 Db->dbp->open(Db->dbp, dbfile, NULL, DB_BTREE, DB_CREATE, 0664)) != 0) {
  +    if ((ret = Db->dbp->open(Db->dbp,
  +#if DB_VERSION_MAJOR * 10 + DB_VERSION_MINOR >= 41
 -+	 NULL,
 ++       NULL,
  +#endif
 -+	 dbfile, NULL, DB_BTREE, DB_CREATE, 0664)) != 0) {
 ++       dbfile, NULL, DB_BTREE, DB_CREATE, 0664)) != 0) {
         sgLogFatalError("Error db_open: %s", strerror(ret));
       }
     }
 +@@ -287,29 +295,75 @@
 +   return result;
 + }
 + 
 ++static int stdoutisatty;
 ++
 + #if __STDC__
 +-void drawProgressBar(float prog)
 ++void startProgressBar()
 + #else
 +-void drawProgressBar(prog)
 ++void startProgressBar()
 ++#endif
 ++{
 ++  stdoutisatty = isatty(STDOUT_FILENO);
 ++
 ++  if(1 == stdoutisatty)
 ++  {
 ++    /* do nothing */
 ++  }
 ++  else
 ++  {
 ++    printf("    [");
 ++    fflush(stdout);
 ++  }
 ++  return;
 ++}
 ++
 ++#if __STDC__
 ++void finishProgressBar()
 ++#else
 ++void finishProgressBar()
 ++#endif
 ++{
 ++  if(1 == stdoutisatty)
 ++  {
 ++    printf("\n");
 ++  }
 ++  else
 ++  {
 ++    printf("] 100 %% done\n");
 ++  }
 ++  fflush(stdout);
 ++  return;
 ++}
 ++
 ++#if __STDC__
 ++void updateProgressBar(float prog)
 ++#else
 ++void updateProgressBar(prog)
 + 	float prog;
 + #endif
 + {
 +-  int j,k=0;
 +-  k = (int)(prog * 50.0);
 +-  printf("    [");
 +-  for(j=0; j<50; j++)
 ++  if(1 == stdoutisatty)
 +   {
 +-    if(j <= k)
 ++    int j,k=0;
 ++    k = (int)(prog * 50.0);
 ++    printf("\r");fflush(stdout);
 ++    printf("    [");
 ++    for(j=0; j<50; j++)
 ++    {
 ++      if(j <= k)
 +         printf("=");
 +-    else
 ++      else
 +         printf(" ");
 ++    }
 ++    printf("] %d %% done", (int)(prog*100.0));fflush(stdout);
 +   }
 +-  printf("] %d %% done", (int)(prog*100.0));fflush(stdout);
 +-  for(j=0; j<1000000; j++) {/*slow down to make progress bar more obvious*/}
 +-  printf("\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b");fflush(stdout);
 +-  printf("\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b");fflush(stdout);
 +-  printf("\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b");fflush(stdout);
 +-  printf("\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b");fflush(stdout);
 ++  else
 ++  {
 ++    if(((int)(prog*100.0) % 100) == 0)
 ++      printf(".");fflush(stdout);
 ++  }
 ++
 ++  return;
 + }
 + 
 + #if __STDC__
 +@@ -340,13 +394,14 @@
 + 
 +   fstat(fileno(fp), &fpst);
 +   fpsz = fpst.st_size;
 ++  startProgressBar();
 +   
 +   memset(&Db->key, 0, sizeof(DBT));
 +   memset(&Db->data, 0, sizeof(DBT));
 +   while(fgets(line, sizeof(line), fp) != NULL){
 + 
 +     lnsz += strlen(line);
 +-    drawProgressBar((float)lnsz/(float)fpsz);
 ++    updateProgressBar((float)lnsz/(float)fpsz);
 +     
 +     if(*line == '#')
 +       continue;
 +@@ -418,7 +473,7 @@
 +   if(update){
 +     sgLogError("update: added %d entries, deleted %d entries",entries,deleted);
 +   }
 +-  printf("\n");
 ++  finishProgressBar();
 +   Db->entries = entries;
 +   fclose(fp);
 + }
 diff -ruN squidguard.old/pkg-plist squidguard/pkg-plist
 --- squidguard.old/pkg-plist	2008-02-25 15:44:47.000000000 +0100
 +++ squidguard/pkg-plist	2008-02-25 16:58:29.000000000 +0100
 @@ -1,11 +1,18 @@
  bin/squidGuard
 +share/doc/squidGuard/LDAPFlow.txt
  share/doc/squidGuard/README
  share/doc/squidGuard/README.blacklists
  share/doc/squidGuard/configuration.html
  share/doc/squidGuard/configuration.txt
 +share/doc/squidGuard/configure.html
 +share/doc/squidGuard/configure.txt
 +share/doc/squidGuard/extended.html
 +share/doc/squidGuard/extended.txt
  share/doc/squidGuard/faq.html
  share/doc/squidGuard/faq.txt
  share/doc/squidGuard/index.html
 +share/doc/squidGuard/install.html
 +share/doc/squidGuard/install.txt
  share/doc/squidGuard/installation.html
  share/doc/squidGuard/installation.txt
  share/doc/squidGuard/squidGuard.gif
 
 --n8g4imXOkfNTN/H1--
State-Changed-From-To: feedback->open 
State-Changed-By: beech 
State-Changed-When: Wed Mar 19 10:25:16 UTC 2008 
State-Changed-Why:  
Feedback received. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121719 
State-Changed-From-To: open->feedback 
State-Changed-By: beech 
State-Changed-When: Thu Mar 20 04:02:47 UTC 2008 
State-Changed-Why:  
Feedback not maintainer, awaiting maintainer feedback. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121719 
State-Changed-From-To: feedback->closed 
State-Changed-By: beech 
State-Changed-When: Sat Mar 29 05:32:35 UTC 2008 
State-Changed-Why:  
Committed (maintainer timeout), Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121719 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/121719: commit references a PR
Date: Sat, 29 Mar 2008 05:32:18 +0000 (UTC)

 beech       2008-03-29 05:32:14 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/squidguard       Makefile distinfo pkg-plist 
   Log:
   - Update to 1.3
   
   PR:             ports/121719
   Submitted by:   Guido Falsi <mad@madpilot.net>
   Approved by:    maintainer timeout (two weeks)
   
   Revision  Changes    Path
   1.16      +2 -5      ports/www/squidguard/Makefile
   1.5       +3 -3      ports/www/squidguard/distinfo
   1.3       +7 -1      ports/www/squidguard/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
