- update to 1.05
PR: 127762 Submitted by: leeym Approved by: maintainer
This commit is contained in:
parent
d0ed07cd81
commit
1be9f6bd12
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221085
2 changed files with 14 additions and 8 deletions
|
@ -6,19 +6,25 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= NTLM
|
||||
PORTVERSION= 1.03
|
||||
PORTVERSION= 1.05
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Authen
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= james@divide.org
|
||||
COMMENT= Perl extension to authenticate against an NTLM server
|
||||
COMMENT= An NTLM authentication module
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Authen::NTLM.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500703
|
||||
RUN_DEPENDS+= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (NTLM-1.03.tar.gz) = 5e851a4a2590069cb76f92f6db370493
|
||||
SHA256 (NTLM-1.03.tar.gz) = aef30926b23d52415037d3da055198e160ce33058703142fe61963dd9a68d4d4
|
||||
SIZE (NTLM-1.03.tar.gz) = 18206
|
||||
MD5 (NTLM-1.05.tar.gz) = 5d148e88d96785d996bdd8e1517b9d8c
|
||||
SHA256 (NTLM-1.05.tar.gz) = e40da75fc9fdd8b96b3b7439b42823bbb5bc087f26f07b241fa608f6f7872fdf
|
||||
SIZE (NTLM-1.05.tar.gz) = 11069
|
||||
|
|
Loading…
Reference in a new issue