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

Collapse All | Expand All

(-)Makefile (-4 / +6 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	squid
4
PORTNAME=	squid
5
PORTVERSION=	3.3.${SQUID_STABLE_VER}
5
PORTVERSION=	3.3.${SQUID_STABLE_VER}
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	www ipv6
7
CATEGORIES=	www ipv6
8
MASTER_SITES=	http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \
8
MASTER_SITES=	http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \
9
		http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \
9
		http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \
Lines 21-27 Link Here
21
		http://www1.jp.squid-cache.org/%SUBDIR%/ \
21
		http://www1.jp.squid-cache.org/%SUBDIR%/ \
22
		http://master.squid-cache.org/~amosjeffries/patches/:nosid
22
		http://master.squid-cache.org/~amosjeffries/patches/:nosid
23
PATCH_SITE_SUBDIR=	Versions/v3/${PORTVERSION:R}/changesets
23
PATCH_SITE_SUBDIR=	Versions/v3/${PORTVERSION:R}/changesets
24
PATCHFILES=	FreeBSD_silence_nosuid_mk1.patch:nosid
24
PATCHFILES=	FreeBSD_silence_nosuid_mk1.patch:nosid \
25
		squid-3.3-12682.patch \
26
		squid-3.3-12683.patch
25
27
26
MAINTAINER=	ports@FreeBSD.org
28
MAINTAINER=	ports@FreeBSD.org
27
COMMENT=	HTTP Caching Proxy
29
COMMENT=	HTTP Caching Proxy
Lines 228-235 Link Here
228
.  if ${OPSYS} == DragonFly
230
.  if ${OPSYS} == DragonFly
229
LIB_DEPENDS+=	libkrb5.so:${PORTSDIR}/security/krb5
231
LIB_DEPENDS+=	libkrb5.so:${PORTSDIR}/security/krb5
230
.  endif
232
.  endif
231
# the kerberos_ldap_group external helper depends on LDAP and SASL:
233
# the kerberos_ldap_group external helper depends on KERB, LDAP and SASL:
232
. if ${PORT_OPTIONS:MAUTH_LDAP} && ${PORT_OPTIONS:MAUTH_SASL}
234
. if ${PORT_OPTIONS:MAUTH_KERB} && ${PORT_OPTIONS:MAUTH_LDAP} && ${PORT_OPTIONS:MAUTH_SASL}
233
external_acl+=	kerberos_ldap_group
235
external_acl+=	kerberos_ldap_group
234
. endif
236
. endif
235
.else
237
.else
(-)distinfo (+4 lines)
Lines 2-4 Link Here
2
SIZE (squid3.3/squid-3.3.13.tar.bz2) = 2991135
2
SIZE (squid3.3/squid-3.3.13.tar.bz2) = 2991135
3
SHA256 (squid3.3/FreeBSD_silence_nosuid_mk1.patch) = 6fd9e55812e18463e92c83d1376e65ca54b2857606f59f4aa1b7d2716af2b72c
3
SHA256 (squid3.3/FreeBSD_silence_nosuid_mk1.patch) = 6fd9e55812e18463e92c83d1376e65ca54b2857606f59f4aa1b7d2716af2b72c
4
SIZE (squid3.3/FreeBSD_silence_nosuid_mk1.patch) = 1295
4
SIZE (squid3.3/FreeBSD_silence_nosuid_mk1.patch) = 1295
5
SHA256 (squid3.3/squid-3.3-12682.patch) = b13866b058fe2545a4b221416d2822bfb1003bb23d66304255b4778dc3bc6520
6
SIZE (squid3.3/squid-3.3-12682.patch) = 1896
7
SHA256 (squid3.3/squid-3.3-12683.patch) = dd4e08cf56def77680489432e269074e0ca6cf4fd21446985e866e4e69894060
8
SIZE (squid3.3/squid-3.3-12683.patch) = 9334

Return to bug 193737