diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-03-15 17:44:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-03-15 17:44:59 +0800 |
commit | c6d3eea700ff862984cd5dcbc4293675f7d2c87f (patch) | |
tree | 7ceef4adcc7168d1ff97fd39ef464d73f926ff2d /mail/p5-Mail-OpenDKIM | |
parent | e6cbfb24428dc35f37b1749c9d6ef9992f3366db (diff) | |
download | freebsd-ports-gnome-c6d3eea700ff862984cd5dcbc4293675f7d2c87f.tar.gz freebsd-ports-gnome-c6d3eea700ff862984cd5dcbc4293675f7d2c87f.tar.zst freebsd-ports-gnome-c6d3eea700ff862984cd5dcbc4293675f7d2c87f.zip |
- Update to 3680
- Add redundant BUILD/RUN_DEPENDS to limit opendkim version (2.5.0+)
- While I'm here:
- Add TEST_DEPENDS
- Add missing trailing slash in WWW
Changes: http://search.cpan.org/dist/Mail-OpenDKIM/ChangeLog
PR: ports/166098
Submitted by: Vick Khera <vivek@khera.org> (maintainer)
Feature safe: yes
Diffstat (limited to 'mail/p5-Mail-OpenDKIM')
-rw-r--r-- | mail/p5-Mail-OpenDKIM/Makefile | 7 | ||||
-rw-r--r-- | mail/p5-Mail-OpenDKIM/distinfo | 4 | ||||
-rw-r--r-- | mail/p5-Mail-OpenDKIM/pkg-descr | 2 |
3 files changed, 9 insertions, 4 deletions
diff --git a/mail/p5-Mail-OpenDKIM/Makefile b/mail/p5-Mail-OpenDKIM/Makefile index 6add55520332..78bacbfd534c 100644 --- a/mail/p5-Mail-OpenDKIM/Makefile +++ b/mail/p5-Mail-OpenDKIM/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Mail-OpenDKIM -PORTVERSION= 3253 +PORTVERSION= 3680 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= vivek@khera.org COMMENT= Perl interface to OpenDKIM C library +BUILD_DEPENDS= opendkim>=2.5.0:${PORTSDIR}/mail/opendkim LIB_DEPENDS= opendkim:${PORTSDIR}/mail/opendkim +RUN_DEPENDS= opendkim>=2.5.0:${PORTSDIR}/mail/opendkim + +TEST_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error \ + p5-Test-Kwalitee>=0:${PORTSDIR}/devel/p5-Test-Kwalitee PERL_CONFIGURE= yes diff --git a/mail/p5-Mail-OpenDKIM/distinfo b/mail/p5-Mail-OpenDKIM/distinfo index 09d0067069ba..6001b9d94a3b 100644 --- a/mail/p5-Mail-OpenDKIM/distinfo +++ b/mail/p5-Mail-OpenDKIM/distinfo @@ -1,2 +1,2 @@ -SHA256 (Mail-OpenDKIM-3253.tar.gz) = d562f4c05762005c28a237ca661e14db23b52b2a0f98c53ec178afdc5e895f7a -SIZE (Mail-OpenDKIM-3253.tar.gz) = 31327 +SHA256 (Mail-OpenDKIM-3680.tar.gz) = 0ae9f530d200fb671e865553541e2c2c1d598d3ef30786803c16a9d75e510734 +SIZE (Mail-OpenDKIM-3680.tar.gz) = 32049 diff --git a/mail/p5-Mail-OpenDKIM/pkg-descr b/mail/p5-Mail-OpenDKIM/pkg-descr index 25fa1de264e4..e363f914984a 100644 --- a/mail/p5-Mail-OpenDKIM/pkg-descr +++ b/mail/p5-Mail-OpenDKIM/pkg-descr @@ -2,4 +2,4 @@ Mail::OpenDKIM is a perl interface to the OpenDKIM C library. It also implements a drop-in replacement for the Mail::DKIM::Signer object which is up to four times faster than the pure perl Mail::DKIM implementation. -WWW: http://search.cpan.org/dist/Mail-OpenDKIM +WWW: http://search.cpan.org/dist/Mail-OpenDKIM/ |