Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 2009 12:48:45 GMT
From:      Kenneth Vestergaard Schmidt <kvs@pil.dk>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/140660: [patch] mail/p5-Email-Simple update makes p5-Email-Reply depend on wrong package
Message-ID:  <200911181248.nAICmjwN051570@www.freebsd.org>
Resent-Message-ID: <200911181250.nAICo1eg060828@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         140660
>Category:       ports
>Synopsis:       [patch] mail/p5-Email-Simple update makes p5-Email-Reply depend on wrong package
>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:   Wed Nov 18 12:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Kenneth Vestergaard Schmidt
>Release:        8.0-RC2
>Organization:
pil.dk
>Environment:
FreeBSD mckusick.pil.dk 8.0-RC2 FreeBSD 8.0-RC2 #0: Fri Oct 30 17:04:18 CET 2009     root@mckusick.pil.dk:/usr/obj/dana/src/freebsd8/src/sys/MCKUSICK  amd64
>Description:
mail/p5-Email-Simple includes Email::Simple::Creator in the latest version, so the dependency in
mail/p5-Email-Reply is no longer correct.

This would probably mean that mail/p5-Email-Simple-Creator should be deleted, too.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

$PIL$

Fix dependency, since Email::Simple now includes Email::Simply::Creator.

--- Makefile.orig	2009-11-18 13:40:56.301265357 +0100
+++ Makefile	2009-11-18 13:41:54.924672452 +0100
@@ -20,7 +20,7 @@
 		p5-Email-Address>=1.80:${PORTSDIR}/mail/p5-Email-Address \
 		p5-Email-MIME>=1.82:${PORTSDIR}/mail/p5-Email-MIME \
 		p5-Email-MIME-Creator>=1.41:${PORTSDIR}/mail/p5-Email-MIME-Creator \
-		p5-Email-Simple-Creator>=1.4:${PORTSDIR}/mail/p5-Email-Simple-Creator
+		p5-Email-Simple>=2.100:${PORTSDIR}/mail/p5-Email-Simple
 
 PERL_CONFIGURE=	5.8.1+
 


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911181248.nAICmjwN051570>