diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-06-11 22:34:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-06-11 22:34:26 +0800 |
commit | f8f607eaaa22c0d1aba25e26eba403664652c00e (patch) | |
tree | f20114dffcccd3a952b8ab5d5b6f6cb45a00ea6f /security/p5-Authen-NTLM | |
parent | 915fca24c311d4b841ef234891d351a466548e43 (diff) | |
download | freebsd-ports-graphics-f8f607eaaa22c0d1aba25e26eba403664652c00e.tar.gz freebsd-ports-graphics-f8f607eaaa22c0d1aba25e26eba403664652c00e.tar.zst freebsd-ports-graphics-f8f607eaaa22c0d1aba25e26eba403664652c00e.zip |
- Update to 1.08
- While I'm here, update WWW
Changes: http://search.cpan.org/dist/NTLM/Changes
PR: ports/157358
Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
Approved by: maintainer (timeout, 15 days)
Diffstat (limited to 'security/p5-Authen-NTLM')
-rw-r--r-- | security/p5-Authen-NTLM/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Authen-NTLM/distinfo | 5 | ||||
-rw-r--r-- | security/p5-Authen-NTLM/pkg-descr | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/security/p5-Authen-NTLM/Makefile b/security/p5-Authen-NTLM/Makefile index f329ee4617a..99665727c5b 100644 --- a/security/p5-Authen-NTLM/Makefile +++ b/security/p5-Authen-NTLM/Makefile @@ -6,7 +6,7 @@ # $FreeBSD$ PORTNAME= NTLM -PORTVERSION= 1.05 +PORTVERSION= 1.08 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Authen @@ -19,6 +19,6 @@ RUN_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC PERL_CONFIGURE= yes -MAN3= Authen::NTLM.3 +MAN3= Authen::NTLM.3 .include <bsd.port.mk> diff --git a/security/p5-Authen-NTLM/distinfo b/security/p5-Authen-NTLM/distinfo index f6e53f606a1..16e17616876 100644 --- a/security/p5-Authen-NTLM/distinfo +++ b/security/p5-Authen-NTLM/distinfo @@ -1,3 +1,2 @@ -MD5 (NTLM-1.05.tar.gz) = 5d148e88d96785d996bdd8e1517b9d8c -SHA256 (NTLM-1.05.tar.gz) = e40da75fc9fdd8b96b3b7439b42823bbb5bc087f26f07b241fa608f6f7872fdf -SIZE (NTLM-1.05.tar.gz) = 11069 +SHA256 (NTLM-1.08.tar.gz) = 7fcee3014ad7b11b5df22589545dd58d3a8a14a259a9bbb8f2836bde12605de9 +SIZE (NTLM-1.08.tar.gz) = 24201 diff --git a/security/p5-Authen-NTLM/pkg-descr b/security/p5-Authen-NTLM/pkg-descr index 28efa031253..0791848ef7c 100644 --- a/security/p5-Authen-NTLM/pkg-descr +++ b/security/p5-Authen-NTLM/pkg-descr @@ -8,4 +8,4 @@ authenticate HTTP packets to MS Web Proxy or MS Web Server. Currently, it is the authentication scheme Internet Explorer chooses to authenticate itself to proxies/web servers that supports NTLM. -WWW: http://search.cpan.org/dist/Authen-NTLM/ +WWW: http://search.cpan.org/dist/NTLM/ |