ports/166098: update mail/p5-Mail-OpenDKIM to latest

olli hauer ohauer at gmx.de
Wed Mar 14 19:43:20 UTC 2012


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 at 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



More information about the freebsd-perl mailing list