From owner-freebsd-perl@FreeBSD.ORG Wed Mar 14 19:43:20 2012 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EA761065670 for ; Wed, 14 Mar 2012 19:43:20 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id EC5E18FC1B for ; Wed, 14 Mar 2012 19:43:19 +0000 (UTC) Received: (qmail invoked by alias); 14 Mar 2012 19:43:18 -0000 Received: from p578be941.dip0.t-ipconnect.de (EHLO [192.168.0.100]) [87.139.233.65] by mail.gmx.net (mp004) with SMTP; 14 Mar 2012 20:43:18 +0100 X-Authenticated: #1956535 X-Provags-ID: V01U2FsdGVkX1/cVlUmLWvchkIch7rH66U1E+hd/mTfR52SphqSFX 1PjngtMV6MVbta Message-ID: <4F60F4D4.90601@gmx.de> Date: Wed, 14 Mar 2012 20:43:16 +0100 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: Vick Khera References: <201203141720.q2EHK6KW017597@freefall.freebsd.org> In-Reply-To: X-Enigmail-Version: 1.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: sunpoet@freebsd.org, perl@freebsd.org Subject: Re: ports/166098: update mail/p5-Mail-OpenDKIM to latest X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 14 Mar 2012 19:43:20 -0000 On 2012-03-14 19:45, Vick Khera wrote: > It is pushed out and accepted by CPAN. Just wait for the mirrors to sync. > > Also, any clues on how to force the port to require opendkim 2.5.0? > right now it accepts any opendkim version, but will fail on compile. opendkim lib version was bumped with 2.5.0 from .5 to .6 The following diff should work (not tested) --- Makefile.orig 2012-03-14 20:38:36.000000000 +0100 +++ Makefile 2012-03-14 20:38:44.000000000 +0100 @@ -14,7 +14,7 @@ MAINTAINER= vivek@khera.org COMMENT= Perl interface to OpenDKIM C library -LIB_DEPENDS= opendkim:${PORTSDIR}/mail/opendkim +LIB_DEPENDS= opendkim.6:${PORTSDIR}/mail/opendkim PERL_CONFIGURE= yes