diff options
author | tobez <tobez@FreeBSD.org> | 2013-02-11 19:32:08 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2013-02-11 19:32:08 +0800 |
commit | 3cdcb4395984db6eae88a68665ced28f85b208a3 (patch) | |
tree | 3fb595ce884f179e2fb9816446a69fc12f53de29 /mail | |
parent | 0e99222e094dd58c0947cf128444e76b38a18b05 (diff) | |
download | freebsd-ports-gnome-3cdcb4395984db6eae88a68665ced28f85b208a3.tar.gz freebsd-ports-gnome-3cdcb4395984db6eae88a68665ced28f85b208a3.tar.zst freebsd-ports-gnome-3cdcb4395984db6eae88a68665ced28f85b208a3.zip |
Update to 0.40.
Changes: http://search.cpan.org/dist/Mail-DKIM/Changes
Also, bring this port into the perl@ fold.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-DKIM/Makefile | 11 | ||||
-rw-r--r-- | mail/p5-Mail-DKIM/distinfo | 4 |
2 files changed, 6 insertions, 9 deletions
diff --git a/mail/p5-Mail-DKIM/Makefile b/mail/p5-Mail-DKIM/Makefile index 3005024ca281..69854f313815 100644 --- a/mail/p5-Mail-DKIM/Makefile +++ b/mail/p5-Mail-DKIM/Makefile @@ -1,17 +1,13 @@ -# ports collection makefile for: p5-Mail-DKIM -# Date created: 16 July 2006 -# Whom: Yoshisato YANAGISAWA -# +# Created by: Yoshisato YANAGISAWA # $FreeBSD$ -# PORTNAME= Mail-DKIM -PORTVERSION= 0.39 +PORTVERSION= 0.40 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module to process and/or create DKIM email RUN_DEPENDS= p5-Crypt-OpenSSL-RSA>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \ @@ -28,6 +24,7 @@ MAN3= Mail::DKIM.3 \ Mail::DKIM::AuthorDomainPolicy.3 \ Mail::DKIM::Canonicalization::Base.3 \ Mail::DKIM::Canonicalization::DkimCommon.3 \ + Mail::DKIM::DNS.3 \ Mail::DKIM::DkimPolicy.3 \ Mail::DKIM::DkPolicy.3 \ Mail::DKIM::DkSignature.3 \ diff --git a/mail/p5-Mail-DKIM/distinfo b/mail/p5-Mail-DKIM/distinfo index 43bceb989d6f..2477d41fb1f0 100644 --- a/mail/p5-Mail-DKIM/distinfo +++ b/mail/p5-Mail-DKIM/distinfo @@ -1,2 +1,2 @@ -SHA256 (Mail-DKIM-0.39.tar.gz) = b1425a540f514c483e80566fb3decc2c1db4162306f6ae8794cef72a2d73557b -SIZE (Mail-DKIM-0.39.tar.gz) = 87375 +SHA256 (Mail-DKIM-0.40.tar.gz) = 3c5ea0c3a2028a5a2c3b64bbcd6bd9de6a5fa5ee4e16046dd8875c4796aaa6f1 +SIZE (Mail-DKIM-0.40.tar.gz) = 95186 |