Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2013 14:20:02 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333759 - head/devel/p5-Test-Exception-LessClever
Message-ID:  <201311141420.rAEEK2BU050641@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Nov 14 14:20:01 2013
New Revision: 333759
URL: http://svnweb.freebsd.org/changeset/ports/333759

Log:
  - Add LICENSE
  - Support STAGEDIR

Modified:
  head/devel/p5-Test-Exception-LessClever/Makefile
  head/devel/p5-Test-Exception-LessClever/pkg-descr   (contents, props changed)
  head/devel/p5-Test-Exception-LessClever/pkg-plist   (contents, props changed)

Modified: head/devel/p5-Test-Exception-LessClever/Makefile
==============================================================================
--- head/devel/p5-Test-Exception-LessClever/Makefile	Thu Nov 14 14:18:27 2013	(r333758)
+++ head/devel/p5-Test-Exception-LessClever/Makefile	Thu Nov 14 14:20:01 2013	(r333759)
@@ -10,13 +10,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Test::Exception simplified
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Mock-Quick>=1.100:${PORTSDIR}/devel/p5-Mock-Quick
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_PERL5=	modbuild
 USES=		perl5
 
-MAN3=		Test::Exception::LessClever.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-Test-Exception-LessClever/pkg-descr
==============================================================================
--- head/devel/p5-Test-Exception-LessClever/pkg-descr	Thu Nov 14 14:18:27 2013	(r333758)
+++ head/devel/p5-Test-Exception-LessClever/pkg-descr	Thu Nov 14 14:20:01 2013	(r333759)
@@ -1,6 +1,6 @@
 Test::Exception::LessClever is an alternative to Test::Exception that is much
 simpler. This alternative does not use fancy stack tricks to hide itself. The
-idea here is to keep it simple.  This also solves the Test::Exception bug where
+idea here is to keep it simple. This also solves the Test::Exception bug where
 some dies will be hidden when a DESTROY method calls eval. If a DESTROY method
 masks $@ a warning will be generated as well.
 

Modified: head/devel/p5-Test-Exception-LessClever/pkg-plist
==============================================================================
--- head/devel/p5-Test-Exception-LessClever/pkg-plist	Thu Nov 14 14:18:27 2013	(r333758)
+++ head/devel/p5-Test-Exception-LessClever/pkg-plist	Thu Nov 14 14:20:01 2013	(r333759)
@@ -1,3 +1,4 @@
 %%SITE_PERL%%/Test/Exception/LessClever.pm
+%%PERL5_MAN3%%/Test::Exception::LessClever.3.gz
 @dirrmtry %%SITE_PERL%%/Test/Exception
 @dirrmtry %%SITE_PERL%%/Test



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