Change the ports that relied on squid23 to rely on squid24.
I should have checked this first. :( PR: 31050 Submitted by: des
This commit is contained in:
parent
8e4c2e5e4c
commit
1a33f2c3eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48474
@ -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.
|
||||
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user