ports/181490: [ports/mail/p5-Mail-Box] Fix implicity dependency on p5-Devel-GlobalDestruction
Norikatsu Shigemura
nork at FreeBSD.org
Fri Aug 23 17:00:00 UTC 2013
>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 at 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:
More information about the freebsd-ports-bugs
mailing list