Bug 181490 - [ports/mail/p5-Mail-Box] Fix implicity dependency on p5-Devel-GlobalDestruction
Summary: [ports/mail/p5-Mail-Box] Fix implicity dependency on p5-Devel-GlobalDestruction
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Anton Berezin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-23 18:00 UTC by Norikatsu Shigemura
Modified: 2013-08-25 17:51 UTC (History)
0 users

See Also:


Attachments
file.diff (756 bytes, patch)
2013-08-23 18:00 UTC, Norikatsu Shigemura
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!