diff options
author | Florian Smeets <flo@FreeBSD.org> | 2015-12-07 02:45:57 +0800 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2015-12-07 02:45:57 +0800 |
commit | d27395484ab8067a446eba62794a0e917d515ee5 (patch) | |
tree | 114e4376f1d52cdba9fd84f0ef5f7e33c91486fb /www | |
parent | 3637bd7a43261512e653edc39962c9aaefa5d6fe (diff) | |
download | freebsd-ports-gnome-d27395484ab8067a446eba62794a0e917d515ee5.tar.gz freebsd-ports-gnome-d27395484ab8067a446eba62794a0e917d515ee5.tar.zst freebsd-ports-gnome-d27395484ab8067a446eba62794a0e917d515ee5.zip |
Update to 3.5.12
PR: 204913
Submitted by: <timp87@gmail.com> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/squid/Makefile | 2 | ||||
-rw-r--r-- | www/squid/distinfo | 4 | ||||
-rw-r--r-- | www/squid/files/patch-configure | 11 |
3 files changed, 3 insertions, 14 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 5b66802a73df..136b56210bae 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= squid -PORTVERSION= 3.5.11 +PORTVERSION= 3.5.12 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/distinfo b/www/squid/distinfo index d135555ec67e..3f212c4b184f 100644 --- a/www/squid/distinfo +++ b/www/squid/distinfo @@ -1,2 +1,2 @@ -SHA256 (squid3.5/squid-3.5.11.tar.xz) = c26211b8e349fd9a5fd357da33074ff6523c111024dd3a5a1f77153538aa40cf -SIZE (squid3.5/squid-3.5.11.tar.xz) = 2298436 +SHA256 (squid3.5/squid-3.5.12.tar.xz) = 8bc83f3869f7404aefb10883109e28443255cf6dde50a13904c7954619707a42 +SIZE (squid3.5/squid-3.5.12.tar.xz) = 2299644 diff --git a/www/squid/files/patch-configure b/www/squid/files/patch-configure index 1b594b31d536..c296c659950a 100644 --- a/www/squid/files/patch-configure +++ b/www/squid/files/patch-configure @@ -1,16 +1,5 @@ --- configure.orig 2015-11-01 10:46:19 UTC +++ configure -@@ -23624,7 +23624,9 @@ fi - - if test $ac_with_krb5_count -gt 1 ; then - as_fn_error $? "Please choose only one Kerberos library." "$LINENO" 5 --elif test $ac_with_krb5_count -eq 0 ; then -+# XXX: On FreeBSD we don't need to involve krb5-config. -+# This change makes GSSAPI_NONE work properly. -+elif test $ac_with_krb5_count -eq 100 ; then - # find installed libs via pkg-config or krb5-config - if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gssapi-krb5 krb5\""; } >&5 @@ -32038,7 +32040,7 @@ done ## |