Bug 181490

Summary: [ports/mail/p5-Mail-Box] Fix implicity dependency on p5-Devel-GlobalDestruction
Product: Ports & Packages Reporter: Norikatsu Shigemura <nork>
Component: Individual Port(s)Assignee: Anton Berezin <tobez>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Norikatsu Shigemura freebsd_committer freebsd_triage 2013-08-23 18:00:00 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-23 18:00:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tobez

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-08-25 17:13:12 UTC
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"
Comment 3 Andrej Zverev freebsd_committer freebsd_triage 2013-08-25 17:51:45 UTC
State Changed
From-To: open->closed

Committed. Thanks!