aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2006-09-04 04:40:05 +0800
committerskv <skv@FreeBSD.org>2006-09-04 04:40:05 +0800
commit158981cffaa58fa779e7ce04ccf8dce29e06ef14 (patch)
tree8d3eb1d10114731d6c5984243089e417f622b221 /mail
parentbe36ebf508d8fe218f68399c119df8a2f02df332 (diff)
downloadfreebsd-ports-gnome-158981cffaa58fa779e7ce04ccf8dce29e06ef14.tar.gz
freebsd-ports-gnome-158981cffaa58fa779e7ce04ccf8dce29e06ef14.tar.zst
freebsd-ports-gnome-158981cffaa58fa779e7ce04ccf8dce29e06ef14.zip
Update to 0.84
PR: ports/101987 Submitted by: Gea-Suan Lin <gslin xx gslin.org>
Diffstat (limited to 'mail')
-rw-r--r--mail/p5-Mail-DomainKeys/Makefile15
-rw-r--r--mail/p5-Mail-DomainKeys/distinfo6
2 files changed, 12 insertions, 9 deletions
diff --git a/mail/p5-Mail-DomainKeys/Makefile b/mail/p5-Mail-DomainKeys/Makefile
index f5b872c30ceb..5f9c996c2453 100644
--- a/mail/p5-Mail-DomainKeys/Makefile
+++ b/mail/p5-Mail-DomainKeys/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Mail-DomainKeys
-PORTVERSION= 0.82
+PORTVERSION= 0.84
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Mail
@@ -15,11 +15,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Perl implementation of DomainKeys
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
- ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
- ${SITE_PERL}/Email/Address.pm:${PORTSDIR}/mail/p5-Email-Address \
- ${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/RSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
+ ${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/RSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \
+ ${SITE_PERL}/Email/Address.pm:${PORTSDIR}/mail/p5-Email-Address
+BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
@@ -31,6 +30,10 @@ MAN3= Mail::DomainKeys.3
IGNORE= requires Perl 5.6 or newer. Install lang/perl5.8 and try again
.endif
+.if ${PERL_LEVEL} < 500800
+RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
+.endif
+
post-patch:
@${PERL} -pi -e '$$_="" if $$.>=6 && $$.<=38' ${WRKSRC}/Makefile.PL
diff --git a/mail/p5-Mail-DomainKeys/distinfo b/mail/p5-Mail-DomainKeys/distinfo
index 8fcdaeb2f63b..4a7dfb00ccb4 100644
--- a/mail/p5-Mail-DomainKeys/distinfo
+++ b/mail/p5-Mail-DomainKeys/distinfo
@@ -1,3 +1,3 @@
-MD5 (Mail-DomainKeys-0.82.tar.gz) = 55153dae35c57bc374f6e2cca2131031
-SHA256 (Mail-DomainKeys-0.82.tar.gz) = a18ad65683e6d1d4852295aa5ff71354a4bca8d2dd978170a7f0b14e5664f963
-SIZE (Mail-DomainKeys-0.82.tar.gz) = 9117
+MD5 (Mail-DomainKeys-0.84.tar.gz) = 5943ddb79f9bc177a96231d25c059233
+SHA256 (Mail-DomainKeys-0.84.tar.gz) = aacb8690285f4dc0f676a36508c670ec661be6e3d50822979c8d009e57fca97c
+SIZE (Mail-DomainKeys-0.84.tar.gz) = 9216