Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2013 14:14:59 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329901 - head/devel/p5-Log-Dispatch-DBI
Message-ID:  <201310091414.r99EExUi011604@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Wed Oct  9 14:14:59 2013
New Revision: 329901
URL: http://svnweb.freebsd.org/changeset/ports/329901

Log:
  - Add staging support
  - Pet portlint(1) by moving TEST_DEPENDS earlier
  
  PR:		ports/182854
  Submitted by:	Oliver Fromme <oliver.fromme@secnetix.de>

Modified:
  head/devel/p5-Log-Dispatch-DBI/Makefile
  head/devel/p5-Log-Dispatch-DBI/pkg-plist

Modified: head/devel/p5-Log-Dispatch-DBI/Makefile
==============================================================================
--- head/devel/p5-Log-Dispatch-DBI/Makefile	Wed Oct  9 13:56:49 2013	(r329900)
+++ head/devel/p5-Log-Dispatch-DBI/Makefile	Wed Oct  9 14:14:59 2013	(r329901)
@@ -13,13 +13,9 @@ COMMENT=	A Log::Dispatch output class fo
 BUILD_DEPENDS=	p5-Log-Dispatch>=2.0:${PORTSDIR}/devel/p5-Log-Dispatch \
 		p5-DBI>0:${PORTSDIR}/databases/p5-DBI
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-
 TEST_DEPENDS=	p5-DBD-CSV>0:${PORTSDIR}/databases/p5-DBD-CSV
 
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Log::Dispatch::DBI.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-Log-Dispatch-DBI/pkg-plist
==============================================================================
--- head/devel/p5-Log-Dispatch-DBI/pkg-plist	Wed Oct  9 13:56:49 2013	(r329900)
+++ head/devel/p5-Log-Dispatch-DBI/pkg-plist	Wed Oct  9 14:14:59 2013	(r329901)
@@ -1,3 +1,4 @@
+%%PERL5_MAN3%%/Log::Dispatch::DBI.3.gz
 %%SITE_PERL%%/Log/Dispatch/DBI.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/DBI/.packlist
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/DBI



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