svn commit: r303747 - head/devel/p5-Test-Class-Most

Steve Wills swills at FreeBSD.org
Thu Sep 6 07:28:22 UTC 2012


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 at 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 at 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
 



More information about the svn-ports-head mailing list