From owner-svn-ports-all@FreeBSD.ORG Tue Nov 18 14:03:58 2014 Return-Path: Delivered-To: svn-ports-all@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 3D8BF4D1; Tue, 18 Nov 2014 14:03:58 +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 2AFDEA28; Tue, 18 Nov 2014 14:03:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAIE3wCA065760; Tue, 18 Nov 2014 14:03:58 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAIE3wWB065759; Tue, 18 Nov 2014 14:03:58 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201411181403.sAIE3wWB065759@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 18 Nov 2014 14:03:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372721 - head/www/privoxy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2014 14:03:58 -0000 Author: pi Date: Tue Nov 18 14:03:57 2014 New Revision: 372721 URL: https://svnweb.freebsd.org/changeset/ports/372721 QAT: https://qat.redports.org/buildarchive/r372721/ Log: www/privoxy: fix shebangfiles Approved by: Fabian Keil (maintainer) Modified: head/www/privoxy/Makefile Modified: head/www/privoxy/Makefile ============================================================================== --- head/www/privoxy/Makefile Tue Nov 18 14:00:18 2014 (r372720) +++ head/www/privoxy/Makefile Tue Nov 18 14:03:57 2014 (r372721) @@ -3,7 +3,7 @@ PORTNAME= privoxy PORTVERSION= 3.0.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www ipv6 MASTER_SITES= SF/ijbswa/Sources/${PORTVERSION}%20%28stable%29 DISTNAME= privoxy-${PORTVERSION}-stable-src @@ -15,8 +15,9 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/deve WRKSRC= ${WRKDIR}/privoxy-${PORTVERSION}-stable -USES= gmake +USES= gmake shebangfix USE_AUTOTOOLS= autoconf +SHEBANG_FILES= tools/privoxy-log-parser.pl tools/privoxy-regression-test.pl tools/uagen.pl USE_RC_SUBR= privoxy SUB_FILES= pkg-message