Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Feb 2014 14:40:52 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342148 - in head: devel/p5-Test-NoWarnings graphics/p5-Graphics-GnuplotIF
Message-ID:  <201402011440.s11EeqRX009183@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sat Feb  1 14:40:51 2014
New Revision: 342148
URL: http://svnweb.freebsd.org/changeset/ports/342148
QAT: https://qat.redports.org/buildarchive/r342148/

Log:
  - Stage support

Modified:
  head/devel/p5-Test-NoWarnings/Makefile
  head/devel/p5-Test-NoWarnings/pkg-plist
  head/graphics/p5-Graphics-GnuplotIF/Makefile
  head/graphics/p5-Graphics-GnuplotIF/pkg-plist

Modified: head/devel/p5-Test-NoWarnings/Makefile
==============================================================================
--- head/devel/p5-Test-NoWarnings/Makefile	Sat Feb  1 14:37:47 2014	(r342147)
+++ head/devel/p5-Test-NoWarnings/Makefile	Sat Feb  1 14:40:51 2014	(r342148)
@@ -16,12 +16,9 @@ TEST_DEPENDS=	p5-Test-Tester>=0.10.7:${P
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Test::NoWarnings.3
-
 OPTIONS_DEFINE=	DEVEL_STACKTRACE
 DEVEL_STACKTRACE_DESC=	Stack trace support
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDEVEL_STACKTRACE}

Modified: head/devel/p5-Test-NoWarnings/pkg-plist
==============================================================================
--- head/devel/p5-Test-NoWarnings/pkg-plist	Sat Feb  1 14:37:47 2014	(r342147)
+++ head/devel/p5-Test-NoWarnings/pkg-plist	Sat Feb  1 14:40:51 2014	(r342148)
@@ -1,6 +1,7 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/NoWarnings/.packlist
 %%SITE_PERL%%/Test/NoWarnings.pm
 %%SITE_PERL%%/Test/NoWarnings/Warning.pm
+%%PERL5_MAN3%%/Test::NoWarnings.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/NoWarnings
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
 @dirrm %%SITE_PERL%%/Test/NoWarnings

Modified: head/graphics/p5-Graphics-GnuplotIF/Makefile
==============================================================================
--- head/graphics/p5-Graphics-GnuplotIF/Makefile	Sat Feb  1 14:37:47 2014	(r342147)
+++ head/graphics/p5-Graphics-GnuplotIF/Makefile	Sat Feb  1 14:40:51 2014	(r342148)
@@ -13,7 +13,4 @@ COMMENT=	A dynamic Perl interface to gnu
 USES=		perl5
 USE_PERL5=	modbuild
 
-MAN3=		Graphics::GnuplotIF.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/graphics/p5-Graphics-GnuplotIF/pkg-plist
==============================================================================
--- head/graphics/p5-Graphics-GnuplotIF/pkg-plist	Sat Feb  1 14:37:47 2014	(r342147)
+++ head/graphics/p5-Graphics-GnuplotIF/pkg-plist	Sat Feb  1 14:40:51 2014	(r342148)
@@ -1,2 +1,3 @@
 %%SITE_PERL%%/Graphics/GnuplotIF.pm
+%%PERL5_MAN3%%/Graphics::GnuplotIF.3.gz
 @dirrmtry %%SITE_PERL%%/Graphics



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