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 |