From owner-svn-ports-head@freebsd.org Tue Sep 11 19:18:54 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FA98109A986; Tue, 11 Sep 2018 19:18:54 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 43D64861B0; Tue, 11 Sep 2018 19:18:54 +0000 (UTC) (envelope-from des@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3EBA31BFE1; Tue, 11 Sep 2018 19:18:54 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8BJIs1f017428; Tue, 11 Sep 2018 19:18:54 GMT (envelope-from des@FreeBSD.org) Received: (from des@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8BJIsB4017427; Tue, 11 Sep 2018 19:18:54 GMT (envelope-from des@FreeBSD.org) Message-Id: <201809111918.w8BJIsB4017427@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: des set sender to des@FreeBSD.org using -f From: =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= Date: Tue, 11 Sep 2018 19:18:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479566 - head/www/p5-Scrappy X-SVN-Group: ports-head X-SVN-Commit-Author: des X-SVN-Commit-Paths: head/www/p5-Scrappy X-SVN-Commit-Revision: 479566 X-SVN-Commit-Repository: ports 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.27 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: Tue, 11 Sep 2018 19:18:54 -0000 Author: des Date: Tue Sep 11 19:18:53 2018 New Revision: 479566 URL: https://svnweb.freebsd.org/changeset/ports/479566 Log: There is no need to delete these files; they will not be included in the package anyway. Modified: head/www/p5-Scrappy/Makefile Modified: head/www/p5-Scrappy/Makefile ============================================================================== --- head/www/p5-Scrappy/Makefile Tue Sep 11 19:09:25 2018 (r479565) +++ head/www/p5-Scrappy/Makefile Tue Sep 11 19:18:53 2018 (r479566) @@ -36,22 +36,4 @@ PORTSCOUT= skipv:0.921111901 USES= perl5 USE_PERL5= configure -post-patch: - ${RM} ${WRKSRC}/perltidy.pl - ${RM} ${WRKSRC}/lib/Scrappy.pm.bak - ${RM} ${WRKSRC}/lib/Scrappy/Action.pm.bak - ${RM} ${WRKSRC}/lib/Scrappy/Logger.pm.bak - ${RM} ${WRKSRC}/lib/Scrappy/Scraper.pm.bak - ${RM} ${WRKSRC}/lib/Scrappy/Queue.pm.bak - ${RM} ${WRKSRC}/lib/Scrappy/Session.pm.bak - ${RM} ${WRKSRC}/lib/Scrappy/Project.pm.bak - ${RM} ${WRKSRC}/lib/Scrappy/Plugin.pm.bak - ${RM} ${WRKSRC}/lib/Scrappy/Action/Help.pm.bak - ${RM} ${WRKSRC}/lib/Scrappy/Action/Generate.pm.bak - ${RM} ${WRKSRC}/lib/Scrappy/Plugin/RandomProxy.pm.bak - ${RM} ${WRKSRC}/lib/Scrappy/Project/Document.pm.bak - ${RM} ${WRKSRC}/lib/Scrappy/Scraper/Control.pm.bak - ${RM} ${WRKSRC}/lib/Scrappy/Scraper/Parser.pm.bak - ${RM} ${WRKSRC}/lib/Scrappy/Scraper/UserAgent.pm.bak - .include