Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jan 2014 16:27:09 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339698 - head/devel/p5-Test-Class-Most
Message-ID:  <201401141627.s0EGR9Hx042555@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Jan 14 16:27:08 2014
New Revision: 339698
URL: http://svnweb.freebsd.org/changeset/ports/339698
QAT: https://qat.redports.org/buildarchive/r339698/

Log:
  - Support STAGEDIR
  - Change WWW
  
  PR:		185463
  Submitted by:	nemysis
  Approved by:	maintainer

Modified:
  head/devel/p5-Test-Class-Most/Makefile
  head/devel/p5-Test-Class-Most/pkg-descr

Modified: head/devel/p5-Test-Class-Most/Makefile
==============================================================================
--- head/devel/p5-Test-Class-Most/Makefile	Tue Jan 14 16:20:15 2014	(r339697)
+++ head/devel/p5-Test-Class-Most/Makefile	Tue Jan 14 16:27:08 2014	(r339698)
@@ -21,10 +21,8 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	modbuild
 
-PLIST_FILES=	%%SITE_PERL%%/Test/Class/Most.pm
+PLIST_FILES=	%%SITE_PERL%%/Test/Class/Most.pm \
+		%%PERL5_MAN3%%/Test::Class::Most.3.gz
 PLIST_DIRSTRY=	%%SITE_PERL%%/Test/Class %%SITE_PERL%%/Test
 
-MAN3=		Test::Class::Most.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-Test-Class-Most/pkg-descr
==============================================================================
--- head/devel/p5-Test-Class-Most/pkg-descr	Tue Jan 14 16:20:15 2014	(r339697)
+++ head/devel/p5-Test-Class-Most/pkg-descr	Tue Jan 14 16:27:08 2014	(r339698)
@@ -1,3 +1,3 @@
 Test Perl Classes the easy way
 
-WWW:	https://github.com/Ovid/Test-Class-Most/
+WWW: http://search.cpan.org/~ovid/Test-Class-Most/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401141627.s0EGR9Hx042555>