From owner-svn-ports-head@FreeBSD.ORG Thu Aug 14 12:46:03 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 185E0E5; Thu, 14 Aug 2014 12:46:03 +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 05015218F; Thu, 14 Aug 2014 12:46:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7ECk2X5076731; Thu, 14 Aug 2014 12:46:02 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7ECk2q8076730; Thu, 14 Aug 2014 12:46:02 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201408141246.s7ECk2q8076730@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Thu, 14 Aug 2014 12:46:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364845 - head/www/p5-Dancer-Plugin-REST 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: Thu, 14 Aug 2014 12:46:03 -0000 Author: zi Date: Thu Aug 14 12:46:02 2014 New Revision: 364845 URL: http://svnweb.freebsd.org/changeset/ports/364845 QAT: https://qat.redports.org/buildarchive/r364845/ Log: - Remove redundant run/build from USES_PERL5 Modified: head/www/p5-Dancer-Plugin-REST/Makefile Modified: head/www/p5-Dancer-Plugin-REST/Makefile ============================================================================== --- head/www/p5-Dancer-Plugin-REST/Makefile Thu Aug 14 12:22:00 2014 (r364844) +++ head/www/p5-Dancer-Plugin-REST/Makefile Thu Aug 14 12:46:02 2014 (r364845) @@ -15,6 +15,6 @@ RUN_DEPENDS= p5-Dancer>0:${PORTSDIR}/www BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 -USE_PERL5= modbuild run build +USE_PERL5= modbuild .include