From owner-svn-ports-all@FreeBSD.ORG Thu Sep 6 07:28:22 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ADE53106564A; Thu, 6 Sep 2012 07:28:22 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 98EBE8FC08; Thu, 6 Sep 2012 07:28:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q867SMxO080980; Thu, 6 Sep 2012 07:28:22 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q867SMF3080977; Thu, 6 Sep 2012 07:28:22 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209060728.q867SMF3080977@svn.freebsd.org> From: Steve Wills Date: Thu, 6 Sep 2012 07:28:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303747 - head/devel/p5-Test-Class-Most X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 06 Sep 2012 07:28:22 -0000 Author: swills Date: Thu Sep 6 07:28:21 2012 New Revision: 303747 URL: http://svn.freebsd.org/changeset/ports/303747 Log: - Fix plist - Use CPAN macro for SUBDIR PR: ports/170839 Approved by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) Modified: head/devel/p5-Test-Class-Most/Makefile (contents, props changed) Modified: head/devel/p5-Test-Class-Most/Makefile ============================================================================== --- head/devel/p5-Test-Class-Most/Makefile Thu Sep 6 06:15:28 2012 (r303746) +++ head/devel/p5-Test-Class-Most/Makefile Thu Sep 6 07:28:21 2012 (r303747) @@ -7,9 +7,10 @@ PORTNAME= Test-Class-Most PORTVERSION= 0.06 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../by-authors/id/O/OV/OVID +MASTER_SITE_SUBDIR= CPAN:OVID PKGNAMEPREFIX= p5- MAINTAINER= 5u623l20@gmail.com @@ -21,6 +22,7 @@ BUILD_DEPENDS= p5-Test-Class>0:${PORTSDI PERL_MODBUILD= yes PLIST_FILES= %%SITE_PERL%%/Test/Class/Most.pm +PLIST_DIRSTRY= %%SITE_PERL%%/Test/Class %%SITE_PERL%%/Test MAN3= Test::Class::Most.3