From 44a4dcd15b62bba7509a6c7e169464318f44a368 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Tue, 21 May 2002 13:21:37 +0000 Subject: The port installation fails during brand new installs, e.g not upgrades, because of a missing file. This patch addresses this and adds an alternative master site. PR: 36875 Submitted by: Dan Larsson --- www/squidguard/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'www/squidguard') diff --git a/www/squidguard/Makefile b/www/squidguard/Makefile index 23de7057c526..1cbee205d513 100644 --- a/www/squidguard/Makefile +++ b/www/squidguard/Makefile @@ -9,12 +9,11 @@ PORTNAME= squidGuard PORTVERSION= 1.2.0 CATEGORIES= www MASTER_SITES= http://ftp.ost.eltele.no/pub/www/proxy/squidGuard/ \ - ftp://ftp.ost.eltele.no/pub/www/proxy/squidGuard/ + ftp://ftp.ost.eltele.no/pub/www/proxy/squidGuard/ \ + http://web01.ux.tyfon.net/ports/distfiles/ MAINTAINER= ports@tyfon.net -BROKEN= "Does not install cleanly" - BUILD_DEPENDS= ${LOCALBASE}/lib/libdb3.so.2:${PORTSDIR}/databases/db3 RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid24 @@ -97,8 +96,6 @@ pre-install: ${CHOWN} -R ${SQUID_UID}:${SQUID_GID} ${DATADIR} ; \ ${FIND} ${DATADIR} -type f -name *.db -exec ${CHMOD} 660 {} \; ; \ ${ECHO_MSG} " -> Blacklist databases installed in: ${DATADIR}" ; \ - ${ECHO_MSG} " -> Be sure to check \"${LOGDIR}/${PORTNAME}.log\" for any errors" ; \ - ${CHOWN} ${SQUID_UID}:${SQUID_GID} ${LOGDIR}/${PORTNAME}.log ; \ else \ ${ECHO_MSG} "===> Existing configuration file found - blacklist databases not created" ; \ fi -- cgit v1.2.3