Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Nov 2009 21:47:13 GMT
From:      Christopher Key <cjk32@cam.ac.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/140846: DBIx-Class-0.08114 depends on Data-Dumper-Concise
Message-ID:  <200911242147.nAOLlDTA051063@chacal.wzl33>
Resent-Message-ID: <200911242150.nAOLo2CI050052@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         140846
>Category:       ports
>Synopsis:       DBIx-Class-0.08114 depends on Data-Dumper-Concise
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 24 21:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Christopher Key
>Release:        FreeBSD 7.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD chacal.wzl33 7.2-RELEASE FreeBSD 7.2-RELEASE #7: Thu May 7 20:03:07 BST 2009 root@chacal.wzl33:/usr/obj/usr/src/sys/CHACAL amd64


	
>Description:
DBIx-Class depends on Data-Dumper-Concise, apparently after the update to 0.08114.  The attached patch updates the Makefile to reflect this.  Depends upon ports/140844, which adds the p5-Data-Dumper-Concise port.

	
>How-To-Repeat:
	
>Fix:

	

--- p5-DBIx-Class-depend-Data-Dumper-Concise.patch begins here ---
--- Makefile.orig	2009-11-24 21:34:47.000000000 +0000
+++ Makefile	2009-11-24 21:36:11.000000000 +0000
@@ -19,6 +19,7 @@
 		p5-Class-C3-Componentised>=1.0005:${PORTSDIR}/devel/p5-Class-C3-Componentised \
 		p5-Class-Inspector>=1.24:${PORTSDIR}/devel/p5-Class-Inspector \
 		p5-Data-Page>=2.00:${PORTSDIR}/databases/p5-Data-Page \
+		p5-Data-Dumper-Concise>=1.002:${PORTSDIR}/devel/p5-Data-Dumper-Concise \
 		p5-DBI>=1.60.5:${PORTSDIR}/databases/p5-DBI \
 		p5-JSON-Any>=1.18:${PORTSDIR}/converters/p5-JSON-Any \
 		p5-MRO-Compat>=0.09:${PORTSDIR}/devel/p5-MRO-Compat \
--- p5-DBIx-Class-depend-Data-Dumper-Concise.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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