According to Mail-Box's ChangeLog, Mail-Box depended on Devel::GlobalDestruction at 2.108 at 2013-06-25 CEST. Fix: Please apply my patch. Patch attached with submission follows: How-To-Repeat: N/A
Responsible Changed From-To: freebsd-ports-bugs->tobez Over to maintainer (via the GNATS Auto Assign Tool)
Author: az Date: Sun Aug 25 16:13:05 2013 New Revision: 325352 URL: http://svnweb.freebsd.org/changeset/ports/325352 Log: - Add missed dependency on devel/p5-Devel-GlobalDestruction - bump portrevision PR: ports/181490 Submitted by: nork@ Approved by: tobez@ (maintainer) Modified: head/mail/p5-Mail-Box/Makefile Modified: head/mail/p5-Mail-Box/Makefile ============================================================================== --- head/mail/p5-Mail-Box/Makefile Sun Aug 25 16:12:33 2013 (r325351) +++ head/mail/p5-Mail-Box/Makefile Sun Aug 25 16:13:05 2013 (r325352) @@ -3,6 +3,7 @@ PORTNAME= Mail-Box PORTVERSION= 2.109 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MARKOV @@ -15,6 +16,7 @@ COMMON_DEPENDS= \ p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ p5-MIME-Types>=0:${PORTSDIR}/mail/p5-MIME-Types \ p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ + p5-Devel-GlobalDestruction>=0.09:${PORTSDIR}/devel/p5-Devel-GlobalDestruction \ p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ p5-File-Remove>=0.20:${PORTSDIR}/devel/p5-File-Remove \ p5-HTML-Format>=2.01:${PORTSDIR}/textproc/p5-HTML-Format \ _______________________________________________ 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"
State Changed From-To: open->closed Committed. Thanks!