From owner-svn-ports-all@FreeBSD.ORG Mon Sep 22 12:40:52 2014 Return-Path: Delivered-To: svn-ports-all@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 82336CB5; Mon, 22 Sep 2014 12:40:52 +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 6D66310E; Mon, 22 Sep 2014 12:40:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8MCeqbI067169; Mon, 22 Sep 2014 12:40:52 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8MCeqOs067167; Mon, 22 Sep 2014 12:40:52 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409221240.s8MCeqOs067167@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 22 Sep 2014 12:40:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368898 - head/math/p5-Math-Polygon-Tree 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: Mon, 22 Sep 2014 12:40:52 -0000 Author: amdmi3 Date: Mon Sep 22 12:40:51 2014 New Revision: 368898 URL: http://svnweb.freebsd.org/changeset/ports/368898 QAT: https://qat.redports.org/buildarchive/r368898/ Log: - Cleanup plist - Add NO_ARCH Modified: head/math/p5-Math-Polygon-Tree/Makefile head/math/p5-Math-Polygon-Tree/pkg-plist Modified: head/math/p5-Math-Polygon-Tree/Makefile ============================================================================== --- head/math/p5-Math-Polygon-Tree/Makefile Mon Sep 22 12:39:22 2014 (r368897) +++ head/math/p5-Math-Polygon-Tree/Makefile Mon Sep 22 12:40:51 2014 (r368898) @@ -19,5 +19,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/math/p5-Math-Polygon-Tree/pkg-plist ============================================================================== --- head/math/p5-Math-Polygon-Tree/pkg-plist Mon Sep 22 12:39:22 2014 (r368897) +++ head/math/p5-Math-Polygon-Tree/pkg-plist Mon Sep 22 12:40:51 2014 (r368898) @@ -1,8 +1,3 @@ %%PERL5_MAN3%%/Math::Polygon::Tree.3.gz %%SITE_PERL%%/Math/Polygon/Tree.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Polygon/Tree/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Polygon/Tree -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Polygon -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math -@dirrm %%SITE_PERL%%/Math/Polygon -@dirrmtry %%SITE_PERL%%/Math