diff options
-rw-r--r-- | doc/CHANGES-2010 | 3 | ||||
-rw-r--r-- | www/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2010 b/doc/CHANGES-2010 index 6b3557a28f9..198f70025af 100644 --- a/doc/CHANGES-2010 +++ b/doc/CHANGES-2010 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2010,v 1.377 2010/01/27 10:31:29 sno Exp $ +$NetBSD: CHANGES-2010,v 1.378 2010/01/27 10:44:00 sno Exp $ Changes to the packages collection and infrastructure in 2010: @@ -430,3 +430,4 @@ Changes to the packages collection and infrastructure in 2010: Added www/p5-Catalyst-Authentication-Credential-HTTP-Proxy version 0.06 [sno 2010-01-27] Updated graphics/comix to 4.0.4nb3 [wiz 2010-01-27] Added security/p5-Authen-Htpasswd version 0.16.1 [sno 2010-01-27] + Added www/p5-Catalyst-Authentication-Store-Htpasswd version 1.003 [sno 2010-01-27] diff --git a/www/Makefile b/www/Makefile index 8cdbe2a21fd..eaa628468a4 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.689 2010/01/27 09:40:11 sno Exp $ +# $NetBSD: Makefile,v 1.690 2010/01/27 10:44:39 sno Exp $ # COMMENT= Packages related to the World Wide Web @@ -258,6 +258,7 @@ SUBDIR+= p5-Catalyst-Action-RenderView SUBDIR+= p5-Catalyst-Authentication-Credential-HTTP SUBDIR+= p5-Catalyst-Authentication-Credential-HTTP-Proxy SUBDIR+= p5-Catalyst-Authentication-Store-DBIx-Class +SUBDIR+= p5-Catalyst-Authentication-Store-Htpasswd SUBDIR+= p5-Catalyst-Component-ACCEPT_CONTEXT SUBDIR+= p5-Catalyst-Component-InstancePerContext SUBDIR+= p5-Catalyst-Controller-BindLex |