From owner-svn-ports-head@freebsd.org Mon Oct 19 14:01:07 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 EB21AA187F8; Mon, 19 Oct 2015 14:01:07 +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 mx1.freebsd.org (Postfix) with ESMTPS id B888D9CD; Mon, 19 Oct 2015 14:01:07 +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 t9JE16CS007164; Mon, 19 Oct 2015 14:01:06 GMT (envelope-from des@FreeBSD.org) Received: (from des@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9JE16dM007163; Mon, 19 Oct 2015 14:01:06 GMT (envelope-from des@FreeBSD.org) Message-Id: <201510191401.t9JE16dM007163@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: Mon, 19 Oct 2015 14:01:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399679 - head/www/p5-Catalyst-Plugin-Server 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: Mon, 19 Oct 2015 14:01:08 -0000 Author: des Date: Mon Oct 19 14:01:06 2015 New Revision: 399679 URL: https://svnweb.freebsd.org/changeset/ports/399679 Log: NO_ARCH Modified: head/www/p5-Catalyst-Plugin-Server/Makefile Modified: head/www/p5-Catalyst-Plugin-Server/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-Server/Makefile Mon Oct 19 13:59:57 2015 (r399678) +++ head/www/p5-Catalyst-Plugin-Server/Makefile Mon Oct 19 14:01:06 2015 (r399679) @@ -22,6 +22,7 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.90 p5-RPC-XML>=0:${PORTSDIR}/net/p5-RPC-XML RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure