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

Mathieu Arnold mat at FreeBSD.org
Tue Jan 14 16:27:09 UTC 2014


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/


More information about the svn-ports-all mailing list