summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2001-10-05 14:40:23 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2001-10-05 14:40:23 +0000
commit1a33f2c3ebb88d2e229aa59ce7232fd7530d83ec (patch)
treef7f50e5b637aaa9fbb868bfb491301d847082a4f
parentFix a typo in BIN_DIRECTORY that prevented exim-monitor from finding (diff)
Change the ports that relied on squid23 to rely on squid24.
I should have checked this first. :( PR: 31050 Submitted by: des
Notes
Notes: svn path=/head/; revision=48474
Diffstat (limited to '')
-rw-r--r--misc/instant-server/Makefile2
-rw-r--r--www/squidguard/Makefile2
-rw-r--r--www/squirm/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/misc/instant-server/Makefile b/misc/instant-server/Makefile
index dc0196b0c1f8..55438b85ba9c 100644
--- a/misc/instant-server/Makefile
+++ b/misc/instant-server/Makefile
@@ -20,7 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/postfix:${PORTSDIR}/mail/postfix \
${LOCALBASE}/sbin/traceroute:${PORTSDIR}/net/traceroute \
cnewsdo:${PORTSDIR}/news/cnews \
${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache13 \
- ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid23
+ ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid24
# Don't let stupid programs ask for configuration.
diff --git a/www/squidguard/Makefile b/www/squidguard/Makefile
index a8dbbef9c949..c798b458012b 100644
--- a/www/squidguard/Makefile
+++ b/www/squidguard/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= http://ftp.ost.eltele.no/pub/www/proxy/squidGuard/ \
MAINTAINER= ports@tyfon.net
BUILD_DEPENDS= ${LOCALBASE}/lib/libdb2.a:${PORTSDIR}/databases/db
-RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid23
+RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid24
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --with-db-inc=${PREFIX}/include/db2 \
diff --git a/www/squirm/Makefile b/www/squirm/Makefile
index d018729b661b..565bcc6970b2 100644
--- a/www/squirm/Makefile
+++ b/www/squirm/Makefile
@@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= sobomax@FreeBSD.org
-RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid23
+RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid24
NO_PACKAGE= must set SQUID_UID and SQUID_GID before building