From owner-svn-ports-all@FreeBSD.ORG Tue Feb 4 18:23:08 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 39185D8; Tue, 4 Feb 2014 18:23:08 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2467E1A22; Tue, 4 Feb 2014 18:23:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s14IN8e0092917; Tue, 4 Feb 2014 18:23:08 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s14IN7sr092915; Tue, 4 Feb 2014 18:23:07 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402041823.s14IN7sr092915@svn.freebsd.org> From: Antoine Brodin Date: Tue, 4 Feb 2014 18:23:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342583 - head/math/p5-Parse-Range 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.17 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, 04 Feb 2014 18:23:08 -0000 Author: antoine Date: Tue Feb 4 18:23:07 2014 New Revision: 342583 URL: http://svnweb.freebsd.org/changeset/ports/342583 QAT: https://qat.redports.org/buildarchive/r342583/ Log: Stage support and fix plist Modified: head/math/p5-Parse-Range/Makefile head/math/p5-Parse-Range/pkg-plist Modified: head/math/p5-Parse-Range/Makefile ============================================================================== --- head/math/p5-Parse-Range/Makefile Tue Feb 4 18:17:14 2014 (r342582) +++ head/math/p5-Parse-Range/Makefile Tue Feb 4 18:23:07 2014 (r342583) @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= pauls@utdallas.edu COMMENT= Parses range definitions and returns an array -LICENSE= ART10 BSD +LICENSE= ART10 BSD3CLAUSE LICENSE_COMB= dual BUILD_DEPENDS= p5-List-MoreUtils>=0.22:${PORTSDIR}/lang/p5-List-MoreUtils @@ -20,7 +20,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= modbuild -MAN3= Parse::Range.3 - -NO_STAGE= yes .include Modified: head/math/p5-Parse-Range/pkg-plist ============================================================================== --- head/math/p5-Parse-Range/pkg-plist Tue Feb 4 18:17:14 2014 (r342582) +++ head/math/p5-Parse-Range/pkg-plist Tue Feb 4 18:23:07 2014 (r342583) @@ -1,5 +1,3 @@ %%SITE_PERL%%/Parse/Range.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/Range/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/Range -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse -@dirrm %%SITE_PERL%%/Parse +%%PERL5_MAN3%%/Parse::Range.3.gz +@dirrmtry %%SITE_PERL%%/Parse