From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 23 17:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AD4E51FF for ; Fri, 23 Aug 2013 17:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8BF62242C for ; Fri, 23 Aug 2013 17:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7NH00Ko002634 for ; Fri, 23 Aug 2013 17:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7NH00QU002633; Fri, 23 Aug 2013 17:00:00 GMT (envelope-from gnats) Resent-Date: Fri, 23 Aug 2013 17:00:00 GMT Resent-Message-Id: <201308231700.r7NH00QU002633@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Norikatsu Shigemura Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 849C9106 for ; Fri, 23 Aug 2013 16:54:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 71E5123F6 for ; Fri, 23 Aug 2013 16:54:51 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r7NGspnx032914 for ; Fri, 23 Aug 2013 16:54:51 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r7NGsp7O032911; Fri, 23 Aug 2013 16:54:51 GMT (envelope-from nobody) Message-Id: <201308231654.r7NGsp7O032911@oldred.freebsd.org> Date: Fri, 23 Aug 2013 16:54:51 GMT From: Norikatsu Shigemura To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181490: [ports/mail/p5-Mail-Box] Fix implicity dependency on p5-Devel-GlobalDestruction X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Aug 2013 17:00:00 -0000 >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: