From owner-svn-ports-head@FreeBSD.ORG Mon Nov 3 09:53:54 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 38AE943F; Mon, 3 Nov 2014 09:53:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 24CE87A8; Mon, 3 Nov 2014 09:53:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA39rsSs098877; Mon, 3 Nov 2014 09:53:54 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA39rsad098876; Mon, 3 Nov 2014 09:53:54 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201411030953.sA39rsad098876@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 3 Nov 2014 09:53:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372103 - head/www/squid 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.18-1 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: Mon, 03 Nov 2014 09:53:54 -0000 Author: marino Date: Mon Nov 3 09:53:53 2014 New Revision: 372103 URL: https://svnweb.freebsd.org/changeset/ports/372103 QAT: https://qat.redports.org/buildarchive/r372103/ Log: www/squid: Remove one file from SHEBANG_FILES ksh was removed from dependencies list in version 3.4.9, so cert_tool doesn't have to be fixed anymore. PR: 194777 Submitted by: timp87 (gmail) Modified: head/www/squid/Makefile Modified: head/www/squid/Makefile ============================================================================== --- head/www/squid/Makefile Mon Nov 3 09:43:25 2014 (r372102) +++ head/www/squid/Makefile Mon Nov 3 09:53:53 2014 (r372103) @@ -31,7 +31,6 @@ CONFLICTS_INSTALL= squid33-* USES= cpe perl5 tar:xz shebangfix CPE_VENDOR= squid-cache SHEBANG_FILES= scripts/*.pl contrib/*.pl src/*.pl tools/*.pl \ - helpers/external_acl/kerberos_ldap_group/cert_tool \ helpers/ssl/cert_valid.pl GNU_CONFIGURE= yes USE_RC_SUBR= squid