svn commit: r329901 - head/devel/p5-Log-Dispatch-DBI

Frederic Culot culot at FreeBSD.org
Wed Oct 9 14:15:00 UTC 2013


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 at 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


More information about the svn-ports-all mailing list