aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Authen-SASL
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2008-07-01 20:49:52 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2008-07-01 20:49:52 +0000
commit0615cff24986177c958509849ee737e89fcd6f7b (patch)
tree7a16f6f36b4440fadf63eb69bf226d12c411f504 /security/p5-Authen-SASL
parent9675aa365a24416fed7357da4c44c20414b93a4c (diff)
downloadports-0615cff24986177c958509849ee737e89fcd6f7b.tar.gz
ports-0615cff24986177c958509849ee737e89fcd6f7b.zip
- update to 2.12
Notes
Notes: svn path=/head/; revision=216105
Diffstat (limited to 'security/p5-Authen-SASL')
-rw-r--r--security/p5-Authen-SASL/Makefile13
-rw-r--r--security/p5-Authen-SASL/distinfo6
2 files changed, 10 insertions, 9 deletions
diff --git a/security/p5-Authen-SASL/Makefile b/security/p5-Authen-SASL/Makefile
index 667f7da3a9aa..fb7b2019608d 100644
--- a/security/p5-Authen-SASL/Makefile
+++ b/security/p5-Authen-SASL/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Authen-SASL
-PORTVERSION= 2.11
+PORTVERSION= 2.12
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,9 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module for SASL authentication
-BUILD_DEPENDS= \
- p5-Digest-MD5>0:${PORTSDIR}/security/p5-Digest-MD5 \
- p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC
+RUN_DEPENDS= p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC
OPTIONS= KERBEROS "Enable Kerberos support" On
@@ -35,9 +33,12 @@ MAN3+= Authen::SASL::Perl::PLAIN.3
.include <bsd.port.pre.mk>
+.if ${PERL_LEVEL} < 500703
+RUN_DEPENDS+= p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5
+.endif
+
.if !defined(WITHOUT_KERBEROS)
-BUILD_DEPENDS+= p5-GSSAPI>0:${PORTSDIR}/security/p5-GSSAPI
+RUN_DEPENDS+= p5-GSSAPI>0:${PORTSDIR}/security/p5-GSSAPI
.endif
-RUN_DEPENDS= ${BUILD_DEPENDS}
.include <bsd.port.post.mk>
diff --git a/security/p5-Authen-SASL/distinfo b/security/p5-Authen-SASL/distinfo
index 318188c376ab..6f202a12cc2a 100644
--- a/security/p5-Authen-SASL/distinfo
+++ b/security/p5-Authen-SASL/distinfo
@@ -1,3 +1,3 @@
-MD5 (Authen-SASL-2.11.tar.gz) = 1b13b9305d8dfd2017300ac9401a74b3
-SHA256 (Authen-SASL-2.11.tar.gz) = 64014d8a9e3eadde976dbfc21c5ba99ea3b283c483f19a60f4077f55f77cdda5
-SIZE (Authen-SASL-2.11.tar.gz) = 47631
+MD5 (Authen-SASL-2.12.tar.gz) = ddbcb7917bf3659d5cf1ee6b681f06d4
+SHA256 (Authen-SASL-2.12.tar.gz) = c889b3d7778383f0f9b52c6283603e72fdc3a1032a8d86adcfafc8768b22ea40
+SIZE (Authen-SASL-2.12.tar.gz) = 50394