Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Mar 2012 20:43:16 +0100
From:      olli hauer <ohauer@gmx.de>
To:        Vick Khera <vivek@khera.org>
Cc:        sunpoet@freebsd.org, perl@freebsd.org
Subject:   Re: ports/166098: update mail/p5-Mail-OpenDKIM to latest
Message-ID:  <4F60F4D4.90601@gmx.de>
In-Reply-To: <CALd%2Bdcd1w70kzJeZhCuTr2VC384KGgJMDnr9NEn%2BDuLQfCJuwg@mail.gmail.com>
References:  <201203141720.q2EHK6KW017597@freefall.freebsd.org> <CALd%2Bdcd1w70kzJeZhCuTr2VC384KGgJMDnr9NEn%2BDuLQfCJuwg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




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