Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Aug 2013 16:54:51 GMT
From:      Norikatsu Shigemura <nork@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/181490: [ports/mail/p5-Mail-Box] Fix implicity dependency on p5-Devel-GlobalDestruction
Message-ID:  <201308231654.r7NGsp7O032911@oldred.freebsd.org>
Resent-Message-ID: <201308231700.r7NH00QU002633@freefall.freebsd.org>

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

>Number:         181490
>Category:       ports
>Synopsis:       [ports/mail/p5-Mail-Box] Fix implicity dependency on p5-Devel-GlobalDestruction
>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:   Fri Aug 23 17:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Norikatsu Shigemura
>Release:        FreeBSD/amd64 on 10-current
>Organization:
Personal
>Environment:
FreeBSD pelsia.ninth-nine.com 10.0-CURRENT FreeBSD 10.0-CURRENT #5 r254598M: Thu Aug 22 05:18:15 JST 2013     nork@pelsia.ninth-nine.com:/usr/obj/usr/src/sys/PELSIA  amd64
>Description:
According to Mail-Box's ChangeLog, Mail-Box depended on Devel::GlobalDestruction
at 2.108 at 2013-06-25 CEST.

>How-To-Repeat:
N/A
>Fix:
Please apply my patch.

Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 325271)
+++ Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Mail-Box
 PORTVERSION=	2.109
+PORTREVISION=	1
 CATEGORIES=	mail perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:MARKOV
@@ -23,6 +24,7 @@
 	p5-Mail-IMAPClient>=2.2.8:${PORTSDIR}/mail/p5-Mail-IMAPClient \
 	p5-Mail-Transport-Dbx>=0.04:${PORTSDIR}/mail/p5-Mail-Transport-Dbx \
 	p5-Object-Realize-Later>=0.14:${PORTSDIR}/devel/p5-Object-Realize-Later \
+	p5-Devel-GlobalDestruction>=0.09:${PORTSDIR}/devel/p5-Devel-GlobalDestruction \
 	p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
 	p5-URI>=1.23:${PORTSDIR}/net/p5-URI \
 	p5-User-Identity>=0.90:${PORTSDIR}/devel/p5-User-Identity


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



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