View | Details | Raw Unified | Return to bug 143452 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 61-66 Link Here
61
61
62
PORTNAME=	squid
62
PORTNAME=	squid
63
PORTVERSION=	3.0.${SQUID_STABLE_VER}
63
PORTVERSION=	3.0.${SQUID_STABLE_VER}
64
PORTREVISION=	1
64
CATEGORIES=	www
65
CATEGORIES=	www
65
MASTER_SITES=	ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
66
MASTER_SITES=	ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
66
		ftp://mirrors.24-7-solutions.net/pub/squid/%SUBDIR%/ \
67
		ftp://mirrors.24-7-solutions.net/pub/squid/%SUBDIR%/ \
Lines 92-98 Link Here
92
		http://www1.jp.squid-cache.org/%SUBDIR%/ \
93
		http://www1.jp.squid-cache.org/%SUBDIR%/ \
93
		http://www1.tw.squid-cache.org/%SUBDIR%/
94
		http://www1.tw.squid-cache.org/%SUBDIR%/
94
PATCH_SITE_SUBDIR=	Versions/v3/3.0/changesets
95
PATCH_SITE_SUBDIR=	Versions/v3/3.0/changesets
95
PATCHFILES=
96
PATCHFILES=	squid-3.0-9151.patch
96
97
97
MAINTAINER=	tmseck@web.de
98
MAINTAINER=	tmseck@web.de
98
COMMENT=	HTTP Caching Proxy
99
COMMENT=	HTTP Caching Proxy
Lines 236-243 Link Here
236
			--enable-ntlm-auth-helpers="SMB"
237
			--enable-ntlm-auth-helpers="SMB"
237
# POLA: allow the old global make.conf(5) (pre src.conf(5)) defines, too:
238
# POLA: allow the old global make.conf(5) (pre src.conf(5)) defines, too:
238
.if defined(WITH_SQUID_KERB_AUTH) && !defined(NO_KERBEROS) && !defined(WITHOUT_KERBEROS)
239
.if defined(WITH_SQUID_KERB_AUTH) && !defined(NO_KERBEROS) && !defined(WITHOUT_KERBEROS)
239
# XXX This currently only works with heimdal from the base system,
240
# XXX This currently only works with heimdal from the base system.
240
#     see files/patch-squid_kerb_auth:
241
CONFIGURE_ARGS+=	--enable-negotiate-auth-helpers="squid_kerb_auth"
241
CONFIGURE_ARGS+=	--enable-negotiate-auth-helpers="squid_kerb_auth"
242
libexec+=	squid_kerb_auth
242
libexec+=	squid_kerb_auth
243
.endif
243
.endif
(-)distinfo (+3 lines)
Lines 1-3 Link Here
1
MD5 (squid3.0/squid-3.0.STABLE21.tar.bz2) = 279168fe1fe5b38bbf6eee12babbc4ad
1
MD5 (squid3.0/squid-3.0.STABLE21.tar.bz2) = 279168fe1fe5b38bbf6eee12babbc4ad
2
SHA256 (squid3.0/squid-3.0.STABLE21.tar.bz2) = 07114935b7aed9df42524e84f6a634849d4bcafd513bf118881aa5cc58911f7b
2
SHA256 (squid3.0/squid-3.0.STABLE21.tar.bz2) = 07114935b7aed9df42524e84f6a634849d4bcafd513bf118881aa5cc58911f7b
3
SIZE (squid3.0/squid-3.0.STABLE21.tar.bz2) = 1802875
3
SIZE (squid3.0/squid-3.0.STABLE21.tar.bz2) = 1802875
4
MD5 (squid3.0/squid-3.0-9151.patch) = 1ba452e3f8d730848f77e3138a7ec805
5
SHA256 (squid3.0/squid-3.0-9151.patch) = d402e853381d661be3b21260205f579d88373881a861ec6bd7944477632d1c5b
6
SIZE (squid3.0/squid-3.0-9151.patch) = 1281

Return to bug 143452