mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- update to 2.12
This commit is contained in:
parent
9675aa365a
commit
0615cff249
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216105
@ -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 !defined(WITHOUT_KERBEROS)
|
||||
BUILD_DEPENDS+= p5-GSSAPI>0:${PORTSDIR}/security/p5-GSSAPI
|
||||
.if ${PERL_LEVEL} < 500703
|
||||
RUN_DEPENDS+= p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_KERBEROS)
|
||||
RUN_DEPENDS+= p5-GSSAPI>0:${PORTSDIR}/security/p5-GSSAPI
|
||||
.endif
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user