From owner-freebsd-perl@FreeBSD.ORG Tue Jul 23 08:01:28 2013 Return-Path: Delivered-To: freebsd-perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id F3F7FEFC for ; Tue, 23 Jul 2013 08:01:27 +0000 (UTC) (envelope-from matthew@freebsd.org) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9192A2E26 for ; Tue, 23 Jul 2013 08:01:27 +0000 (UTC) Received: from rufus.webfusion.com (mail.heartinternet.co.uk [79.170.40.31]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.7/8.14.7) with ESMTP id r6N818DM051474 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Tue, 23 Jul 2013 09:01:17 +0100 (BST) (envelope-from matthew@freebsd.org) DKIM-Filter: OpenDKIM Filter v2.8.3 smtp.infracaninophile.co.uk r6N818DM051474 Authentication-Results: smtp.infracaninophile.co.uk/r6N818DM051474; dkim=none reason="no signature"; dkim-adsp=none (unprotected policy) X-Authentication-Warning: lucid-nonsense.infracaninophile.co.uk: Host mail.heartinternet.co.uk [79.170.40.31] claimed to be rufus.webfusion.com Message-ID: <51EE3844.9030201@freebsd.org> Date: Tue, 23 Jul 2013 09:01:08 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130715 Thunderbird/17.0.7 MIME-Version: 1.0 To: freebsd-perl@freebsd.org Subject: Re: p5-Email-Address woes References: <1374527699.28446.9223372036855832473.0B9F69C7@webmail.messagingengine.com> <20130723063323.GB4911@hal.rescomp.berkeley.edu> In-Reply-To: <20130723063323.GB4911@hal.rescomp.berkeley.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.97.8 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00, RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jul 2013 08:01:28 -0000 On 23/07/2013 07:33, milki wrote: > On 16:14 Mon 22 Jul , Mark Felder wrote: >> Is it possible a test-case could be made and used before committing >> updates to this port in the future? Or should we just yell loudly at >> upstream? > > Both are in order. As the maintainer is the general perl@, it would be > a little harder to make sure the maintainers and committers would all be > wary of the test-case though. > > The a solution could be to submit a regression test upstream and > patch the port for the current version if a patch is known. If no patch > is known, then it would be best to mark it broken for users who want > unicode support (conditional BROKEN if a PORT_OPTIONS:MUTF8 maybe?).kk I'll update the www/rt40 port to require p5-Email-Address>=1.895 this evening. Or rather >=1.89.8 given that's the current version in ports. Cheers, Matthew