Bug 179475 - [MAINTAINER] Update devel/p5-Log-Dispatchouli
Summary: [MAINTAINER] Update devel/p5-Log-Dispatchouli
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-11 03:20 UTC by geraud
Modified: 2013-06-11 16:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.95 KB, patch)
2013-06-11 03:20 UTC, geraud
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description geraud 2013-06-11 03:20:01 UTC
Update to the latest version

Fix: See attached patch.

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-11 03:20:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2013-06-11 06:17:59 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-06-11 15:51:50 UTC
Author: culot
Date: Tue Jun 11 14:51:37 2013
New Revision: 320585
URL: http://svnweb.freebsd.org/changeset/ports/320585

Log:
  - Update to 2.006 [1]
  - Trim Makefile's header
  
  Changes:	http://search.cpan.org/dist/Log-Dispatchouli/Changes
  PR:		ports/179475 [1]
  Submitted by:	Geraud CONTINSOUZAS <geraud@gcu.info> (maintainer)

Modified:
  head/devel/p5-Log-Dispatchouli/Makefile
  head/devel/p5-Log-Dispatchouli/distinfo

Modified: head/devel/p5-Log-Dispatchouli/Makefile
==============================================================================
--- head/devel/p5-Log-Dispatchouli/Makefile	Tue Jun 11 14:51:23 2013	(r320584)
+++ head/devel/p5-Log-Dispatchouli/Makefile	Tue Jun 11 14:51:37 2013	(r320585)
@@ -1,15 +1,11 @@
-# New ports collection makefile for:	devel/p5-Log-Dispatchouli
-# Date created:				2011-09-19
-# Whom:					Geraud CONTINSOUZAS <geraud@gcu.info>
-#
+# Created by: Geraud CONTINSOUZAS <geraud@gcu.info>
 # $FreeBSD$
-#
 
 PORTNAME=	Log-Dispatchouli
-PORTVERSION=	2.005
-PORTREVISION=	1
+PORTVERSION=	2.006
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:RJBS
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	geraud@gcu.info
@@ -20,10 +16,12 @@ LICENSE_COMB=	dual
 
 RUN_DEPENDS=	p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \
 		p5-Log-Dispatch-Array>=0:${PORTSDIR}/devel/p5-Log-Dispatch-Array \
-		p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
-		p5-Sub-Exporter-GlobExporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter-GlobExporter \
+		p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \
 		p5-String-Flogger>=0:${PORTSDIR}/textproc/p5-String-Flogger \
-		p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny
+		p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
+		p5-Sub-Exporter-GlobExporter>=0.002:${PORTSDIR}/devel/p5-Sub-Exporter-GlobExporter \
+		p5-Sys-Syslog>=0.16:${PORTSDIR}/sysutils/p5-Sys-Syslog \
+		p5-Try-Tiny>0.04:${PORTSDIR}/lang/p5-Try-Tiny
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS=	p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
 		p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
@@ -37,7 +35,7 @@ MAN3=	Log::Dispatchouli.3 \
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+=	p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
+TEST_DEPENDS+=	p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
 .endif
 
 .include <bsd.port.post.mk>

Modified: head/devel/p5-Log-Dispatchouli/distinfo
==============================================================================
--- head/devel/p5-Log-Dispatchouli/distinfo	Tue Jun 11 14:51:23 2013	(r320584)
+++ head/devel/p5-Log-Dispatchouli/distinfo	Tue Jun 11 14:51:37 2013	(r320585)
@@ -1,2 +1,2 @@
-SHA256 (Log-Dispatchouli-2.005.tar.gz) = e3d9e7219bc52d3c7bed241cb2f259eee5b9edde1d60e093d75423167555a519
-SIZE (Log-Dispatchouli-2.005.tar.gz) = 22449
+SHA256 (Log-Dispatchouli-2.006.tar.gz) = bd33b4fcf88ccfb694593ea6d7b330f053e6afee40f27acdf690c24547365354
+SIZE (Log-Dispatchouli-2.006.tar.gz) = 25086
_______________________________________________
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 4 Frederic Culot freebsd_committer freebsd_triage 2013-06-11 15:51:56 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!