diff options
author | sno <sno@pkgsrc.org> | 2009-09-19 22:28:52 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-09-19 22:28:52 +0000 |
commit | f6b88f3c001ffb7c43d5f9bf5229e3945a39ff78 (patch) | |
tree | 453a74b1146dbc1dc7a02084e14446e3aa1bf52f /security | |
parent | 0ca12b266e857d2c3f3de851753967f57c053ce9 (diff) | |
download | pkgsrc-f6b88f3c001ffb7c43d5f9bf5229e3945a39ff78.tar.gz |
Updating security/p5-Authen-CAS-Client from 0.04 to 0.05
pkgsrc changes:
- Add commented license type
- Add Perl module type
Upstream changes:
changes from 0.04 to 0.05
-------------------------
* added doc() accessor to response types
* added better error handling with better error messages
* updated perldocs with new functionality and consistency fixes
* changed user-agent string to reflect module name
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Authen-CAS-Client/Makefile | 6 | ||||
-rw-r--r-- | security/p5-Authen-CAS-Client/distinfo | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/security/p5-Authen-CAS-Client/Makefile b/security/p5-Authen-CAS-Client/Makefile index 70003e9fcda..3106101b89c 100644 --- a/security/p5-Authen-CAS-Client/Makefile +++ b/security/p5-Authen-CAS-Client/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2009/05/10 20:01:09 seb Exp $ +# $NetBSD: Makefile,v 1.4 2009/09/19 22:28:52 sno Exp $ # -DISTNAME= Authen-CAS-Client-0.04 +DISTNAME= Authen-CAS-Client-0.05 PKGNAME= p5-${DISTNAME} CATEGORIES= security MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/} @@ -9,11 +9,13 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Authen-CAS-Client/ COMMENT= Perl 5 module providing an interface for JA-SIG's CAS +# LICENSE= 2-clause-bsd / isc PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Authen/CAS/Client/.packlist +PERL5_MODULE_TYPE= Module::Install BUILD_DEPENDS+= p5-Test-MockObject-[0-9]*:../../devel/p5-Test-MockObject DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI diff --git a/security/p5-Authen-CAS-Client/distinfo b/security/p5-Authen-CAS-Client/distinfo index b9dbfcdcd8a..963b3a89dec 100644 --- a/security/p5-Authen-CAS-Client/distinfo +++ b/security/p5-Authen-CAS-Client/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/05/10 20:01:09 seb Exp $ +$NetBSD: distinfo,v 1.3 2009/09/19 22:28:52 sno Exp $ -SHA1 (Authen-CAS-Client-0.04.tar.gz) = 907a567456128d5fd67c973083ce08646365cacf -RMD160 (Authen-CAS-Client-0.04.tar.gz) = 74ce2406dc38d9a8ea871935d3c714aac540cc0b -Size (Authen-CAS-Client-0.04.tar.gz) = 28459 bytes +SHA1 (Authen-CAS-Client-0.05.tar.gz) = fb13f4789a49df20769a27474b2e9174237b4d15 +RMD160 (Authen-CAS-Client-0.05.tar.gz) = b98e336290d0da914a1ac902346120d754571cda +Size (Authen-CAS-Client-0.05.tar.gz) = 30718 bytes |