Bug 182854

Summary: [patch] devel/p5-Log-Dispatch-DBI: add staging support
Product: Ports & Packages Reporter: Oliver Fromme <oliver.fromme>
Component: Individual Port(s)Assignee: Frederic Culot <culot>
Status: Closed FIXED    
Severity: Affects Only Me CC: olli
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Oliver Fromme 2013-10-09 14:20:00 UTC
This patch adds staging support to devel/p5-Log-Dispatch-DBI,
according to:  http://docs.freebsd.org/cgi/mid.cgi?20131003084905.GC99713

Tested:  portlint, make check-orphans, make package as non-root.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-09 14:20:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-09 14:20:15 UTC
Maintainer of devel/p5-Log-Dispatch-DBI,

Please note that PR ports/182854 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182854

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-09 14:20:16 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2013-10-09 14:25:48 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-10-09 15:15:06 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 Frederic Culot freebsd_committer freebsd_triage 2013-10-09 15:15:12 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!