pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-Catalyst-Plugin-Session-Store-File - cleaned up...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8008cffe853d
branches:  trunk
changeset: 544974:8008cffe853d
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Wed Jul 23 19:49:38 2008 +0000

description:
- cleaned up the dependencies of the Makefile. Part of the solution for
  PR pkg/39194
- bumped revision for package

diffstat:

 www/p5-Catalyst-Plugin-Session-Store-File/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (29 lines):

diff -r 0c67312caf27 -r 8008cffe853d www/p5-Catalyst-Plugin-Session-Store-File/Makefile
--- a/www/p5-Catalyst-Plugin-Session-Store-File/Makefile        Wed Jul 23 19:45:23 2008 +0000
+++ b/www/p5-Catalyst-Plugin-Session-Store-File/Makefile        Wed Jul 23 19:49:38 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2008/07/21 18:00:28 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2008/07/23 19:49:38 rhaen Exp $
 
 DISTNAME=      Catalyst-Plugin-Session-Store-File-0.13
 PKGNAME=       p5-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Catalyst/}
 
@@ -9,12 +10,11 @@
 HOMEPAGE=      http://search.cpan.org/perldoc?Catalyst::Plugin::Session::Store::File
 COMMENT=       File storage backend for session data
 
-DEPENDS+=      p5-Class-Data-Inheritable>=0:../../devel/p5-Class-Data-Inheritable
-DEPENDS+=      p5-Catalyst-Runtime>=0:../../www/p5-Catalyst-Runtime
-DEPENDS+=       p5-Cache-Cache>=1.02:../../devel/p5-Cache-Cache
+DEPENDS+=      p5-Class-Data-Inheritable>=0.04:../../devel/p5-Class-Data-Inheritable
+DEPENDS+=      p5-Catalyst-Runtime>=5.7000:../../www/p5-Catalyst-Runtime
+DEPENDS+=      p5-Cache-Cache>=1.02:../../devel/p5-Cache-Cache
 DEPENDS+=      p5-Catalyst-Plugin-Session>=0:../../www/p5-Catalyst-Plugin-Session
 
-USE_LANGUAGES= # empty
 PERL5_PACKLIST= auto/Catalyst/Plugin/Session/Store/File/.packlist
 
 PKG_DESTDIR_SUPPORT=   user-destdir



Home | Main Index | Thread Index | Old Index