From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 3 05:30:01 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99F1D16A417 for ; Wed, 3 Oct 2007 05:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7EB7013C447 for ; Wed, 3 Oct 2007 05:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l935U1U7027855 for ; Wed, 3 Oct 2007 05:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l935U1pp027854; Wed, 3 Oct 2007 05:30:01 GMT (envelope-from gnats) Resent-Date: Wed, 3 Oct 2007 05:30:01 GMT Resent-Message-Id: <200710030530.l935U1pp027854@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Cory R. King" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33FE116A46D for ; Wed, 3 Oct 2007 05:24:06 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 297D913C4BB for ; Wed, 3 Oct 2007 05:24:06 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l935O5QK058777 for ; Wed, 3 Oct 2007 05:24:05 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.1/8.14.1/Submit) id l935O549058776; Wed, 3 Oct 2007 05:24:05 GMT (envelope-from nobody) Message-Id: <200710030524.l935O549058776@www.freebsd.org> Date: Wed, 3 Oct 2007 05:24:05 GMT From: "Cory R. King" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/116854: [update] mail/p5-Mail-Tools broken distfile, patch for v1.77 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 05:30:01 -0000 >Number: 116854 >Category: ports >Synopsis: [update] mail/p5-Mail-Tools broken distfile, patch for v1.77 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Oct 03 05:30:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Cory R. King >Release: you dont want to know on this box.... >Organization: Mozi Media Group, LLC. >Environment: i'm ashamed to admit this patch was on a 5.0 box :-(.... it is gonna get upgraded soon. It works on all my 6.2 boxes though >Description: I marked this as serious because the port cannot download the old 1.74 distfile from CPAN anymore and thus breaks p5-Mail-SpamAssasin. Looking at the last time it was updated, it seems like CPAN pulled the distfile too... Sorry for the ghetto nature of the diff file. It is a pretty straight forward update but let me know if my patch gives you crap. If you ditch mine, just make sure you are aware of the new dependency MailTools now requires. Here is the new distinfo: MD5 (MailTools-1.77.tar.gz) = c1bcd6627cb9bab271b77a8323d62c48 SIZE (MailTools-1.77.tar.gz) = 48574 >How-To-Repeat: >Fix: --- Makefile.bak Tue Oct 2 22:00:31 2007 +++ Makefile Tue Oct 2 22:15:55 2007 @@ -6,7 +6,7 @@ # PORTNAME= Mail-Tools -PORTVERSION= 1.74 +PORTVERSION= 1.77 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail @@ -15,7 +15,7 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl5 modules for dealing with Internet e-mail messages - +USE_PERL5= 5.6.0+ PERL_CONFIGURE= yes MAN3= Mail::Address.3 \ @@ -29,11 +29,13 @@ Mail::Send.3 \ Mail::Util.3 +RUN_DEPENDS+= p5-TimeDate>=1.16:${PORTSDIR}/devel/p5-TimeDate + .include .if ${PERL_LEVEL} < 500800 BUILD_DEPENDS= ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS+= ${BUILD_DEPENDS} .endif .include >Release-Note: >Audit-Trail: >Unformatted: