Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Mar 2008 10:59:43 +0100 (CET)
From:      Guido Falsi <mad@madpilot.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/121719: [update] www/squidguard update to 1.3.0
Message-ID:  <20080314095943.81839130C7D@megatron.madpilot.net>
Resent-Message-ID: <200803142320.m2ENK09j065298@freefall.freebsd.org>

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

>Number:         121719
>Category:       ports
>Synopsis:       [update] www/squidguard update to 1.3.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 14 23:20:00 UTC 2008
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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