diff options
author | marino <marino@FreeBSD.org> | 2014-09-18 14:58:47 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-09-18 14:58:47 +0800 |
commit | 60e3ac2f5a595fe58b85348cc7ac2b391dbc5260 (patch) | |
tree | b905621543883df02ed37ba2a50ffdbfc32b2c19 /www/squid | |
parent | c1dd5d0636784f488f02b6de2dc47160464f2639 (diff) | |
download | freebsd-ports-gnome-60e3ac2f5a595fe58b85348cc7ac2b391dbc5260.tar.gz freebsd-ports-gnome-60e3ac2f5a595fe58b85348cc7ac2b391dbc5260.tar.zst freebsd-ports-gnome-60e3ac2f5a595fe58b85348cc7ac2b391dbc5260.zip |
www/squid and www/squid33: Fix plist error depending on selected options
PR: 193717
Reported by: kib@
Fixed by: timp87 (gmail)
Diffstat (limited to 'www/squid')
-rw-r--r-- | www/squid/Makefile | 1 | ||||
-rw-r--r-- | www/squid/pkg-plist | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 272e85996347..5d72e75f7b60 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -2,6 +2,7 @@ PORTNAME= squid PORTVERSION= 3.4.7 +PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ diff --git a/www/squid/pkg-plist b/www/squid/pkg-plist index 882618f50833..92c4113a7fc5 100644 --- a/www/squid/pkg-plist +++ b/www/squid/pkg-plist @@ -2067,13 +2067,13 @@ libexec/squid/basic_radius_auth %%AUTH_SMB%%libexec/squid/basic_smb_auth %%AUTH_SMB%%libexec/squid/basic_smb_auth.sh libexec/squid/cachemgr.cgi -%%AUTH_LDAP%%%%AUTH_SASL%%libexec/squid/cert_tool +%%AUTH_KERB%%%%AUTH_LDAP%%%%AUTH_SASL%%libexec/squid/cert_tool %%SSL%%libexec/squid/cert_valid.pl libexec/squid/digest_file_auth libexec/squid/diskd %%DNS_HELPER%%libexec/squid/dnsserver libexec/squid/ext_file_userip_acl -%%AUTH_LDAP%%%%AUTH_SASL%%libexec/squid/ext_kerberos_ldap_group_acl +%%AUTH_KERB%%%%AUTH_LDAP%%%%AUTH_SASL%%libexec/squid/ext_kerberos_ldap_group_acl %%AUTH_LDAP%%libexec/squid/ext_ldap_group_acl %%AUTH_SQL%%libexec/squid/ext_sql_session_acl libexec/squid/ext_time_quota_acl |