summaryrefslogtreecommitdiff
path: root/security/p5-Authen-SASL
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-02-22 15:56:28 +0000
committersno <sno@pkgsrc.org>2010-02-22 15:56:28 +0000
commit18f3021f2af39f2f13986b3843cc4dd194f48203 (patch)
tree4b3ac6e51af9424e2b60b7e9f32ae431e3eae987 /security/p5-Authen-SASL
parent5b3cfd74973e7ed03633caa40f5c08d4808e5932 (diff)
downloadpkgsrc-18f3021f2af39f2f13986b3843cc4dd194f48203.tar.gz
Updating security/p5-Authen-SASL from 2.12nb1 to 2.13
pkgsrc changes: - Add license definition - Adjust dependencies - Add module type Upstream changes: Authen-SASL 2.13 -- Thu Sep 24 17:27:47 CDT 2009 * RT#42191 Only use pass for GSSAPI credentials if it is an object of type GSSAPI::Cred * RT#675 Authorization with Authen::SASL::Perl::External * Call client_new and server_new inside eval so further plugins can be tried before failing * Prefer to use Authen::SASL::XS over Authen::SASL::Cyrus
Diffstat (limited to 'security/p5-Authen-SASL')
-rw-r--r--security/p5-Authen-SASL/Makefile14
-rw-r--r--security/p5-Authen-SASL/distinfo8
2 files changed, 13 insertions, 9 deletions
diff --git a/security/p5-Authen-SASL/Makefile b/security/p5-Authen-SASL/Makefile
index 61d1d70703e..b1157c6ab31 100644
--- a/security/p5-Authen-SASL/Makefile
+++ b/security/p5-Authen-SASL/Makefile
@@ -1,22 +1,26 @@
-# $NetBSD: Makefile,v 1.14 2009/01/20 06:24:03 seb Exp $
+# $NetBSD: Makefile,v 1.15 2010/02/22 15:56:28 sno Exp $
#
-DISTNAME= Authen-SASL-2.12
+DISTNAME= Authen-SASL-2.13
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+#PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Authen-SASL/
COMMENT= Perl module to handle SASL authentication
+LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
-PERL5_PACKLIST= auto/Authen/SASL/.packlist
-MAKE_PARAMS+= < /dev/null
+PERL5_PACKLIST= auto/Authen/SASL/.packlist
+PERL5_MODULE_TYPE= Module::Install::Bundled
+#MAKE_PARAMS+= < /dev/null
DEPENDS+= p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC
+# recommended
+DEPENDS+= p5-GSSAPI-[0-9]*:../../security/p5-GSSAPI
.include "../../lang/perl5/module.mk"
diff --git a/security/p5-Authen-SASL/distinfo b/security/p5-Authen-SASL/distinfo
index 2c6d3f0c1a0..4fe7261fd05 100644
--- a/security/p5-Authen-SASL/distinfo
+++ b/security/p5-Authen-SASL/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2009/01/11 14:30:08 he Exp $
+$NetBSD: distinfo,v 1.6 2010/02/22 15:56:28 sno Exp $
-SHA1 (Authen-SASL-2.12.tar.gz) = 861e025083e8c4bea4d0a6533cbc618d65614838
-RMD160 (Authen-SASL-2.12.tar.gz) = 2401202e15effd8c3f9e8b2bdb8f05226c95f2b8
-Size (Authen-SASL-2.12.tar.gz) = 50394 bytes
+SHA1 (Authen-SASL-2.13.tar.gz) = 474858839f2d3fa2a0f2fedeb4b0fb78d180fc74
+RMD160 (Authen-SASL-2.13.tar.gz) = 690aeb885bfd00baa947bf7d95616c261a43258e
+Size (Authen-SASL-2.13.tar.gz) = 36196 bytes