From owner-svn-ports-head@freebsd.org Sun Dec 6 18:45:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A116B9A053A; Sun, 6 Dec 2015 18:45:59 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4EE79119D; Sun, 6 Dec 2015 18:45:59 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB6IjwIo014219; Sun, 6 Dec 2015 18:45:58 GMT (envelope-from flo@FreeBSD.org) Received: (from flo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB6IjwUD014216; Sun, 6 Dec 2015 18:45:58 GMT (envelope-from flo@FreeBSD.org) Message-Id: <201512061845.tB6IjwUD014216@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: flo set sender to flo@FreeBSD.org using -f From: Florian Smeets Date: Sun, 6 Dec 2015 18:45:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403151 - in head/www/squid: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Dec 2015 18:45:59 -0000 Author: flo Date: Sun Dec 6 18:45:57 2015 New Revision: 403151 URL: https://svnweb.freebsd.org/changeset/ports/403151 Log: Update to 3.5.12 PR: 204913 Submitted by: (maintainer) Modified: head/www/squid/Makefile head/www/squid/distinfo head/www/squid/files/patch-configure Modified: head/www/squid/Makefile ============================================================================== --- head/www/squid/Makefile Sun Dec 6 18:37:17 2015 (r403150) +++ head/www/squid/Makefile Sun Dec 6 18:45:57 2015 (r403151) @@ -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}/ \ Modified: head/www/squid/distinfo ============================================================================== --- head/www/squid/distinfo Sun Dec 6 18:37:17 2015 (r403150) +++ head/www/squid/distinfo Sun Dec 6 18:45:57 2015 (r403151) @@ -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 Modified: head/www/squid/files/patch-configure ============================================================================== --- head/www/squid/files/patch-configure Sun Dec 6 18:37:17 2015 (r403150) +++ head/www/squid/files/patch-configure Sun Dec 6 18:45:57 2015 (r403151) @@ -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 ##