pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-Catalyst-Devel pkgsrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/537d06154e55
branches:  trunk
changeset: 394829:537d06154e55
user:      sno <sno%pkgsrc.org@localhost>
date:      Mon Jun 15 22:25:51 2009 +0000

description:
pkgsrc changes:
  - Updating package of p5 module Catalyst::Devel from 1.17 to 1.18
  - Adjusting dependencies according to META.yaml

Upstream changes:
1.18    2009-06-10 17:43:12
        - The forking restarter was not waiting for the child to exit,
          which could lead to a race condition. If the old child did
          not exit before the new child tried to bind to its socket,
          it would find the old child blocking the port it wanted.
        - More fixes for the Win32 restarter. It was effectively
          ignoring all command-line options except those related to
          the restarter itself.

diffstat:

 www/p5-Catalyst-Devel/Makefile |  8 +++-----
 www/p5-Catalyst-Devel/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 9 deletions(-)

diffs (43 lines):

diff -r 4c526d299d6f -r 537d06154e55 www/p5-Catalyst-Devel/Makefile
--- a/www/p5-Catalyst-Devel/Makefile    Mon Jun 15 22:18:13 2009 +0000
+++ b/www/p5-Catalyst-Devel/Makefile    Mon Jun 15 22:25:51 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2009/06/11 10:42:44 sno Exp $
+# $NetBSD: Makefile,v 1.8 2009/06/15 22:25:51 sno Exp $
 
-DISTNAME=      Catalyst-Devel-1.17
+DISTNAME=      Catalyst-Devel-1.18
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Catalyst/}
@@ -11,16 +11,14 @@
 LICENSE=       ${PERL5_LICENSE}
 
 DEPENDS+=      p5-Catalyst-Action-RenderView>=0.04:../../www/p5-Catalyst-Action-RenderView
-DEPENDS+=      p5-Catalyst-Manual>=5.70:../../www/p5-Catalyst-Manual
 DEPENDS+=      p5-Catalyst-Plugin-ConfigLoader-[0-9]*:../../www/p5-Catalyst-Plugin-ConfigLoader
-#DEPENDS+=     p5-Catalyst-Plugin-StackTrace-[0-9]*:../../www/p5-Catalyst-Plugin-StackTrace
 DEPENDS+=      p5-Catalyst-Plugin-Static-Simple>=0.16:../../www/p5-Catalyst-Plugin-Static-Simple
 DEPENDS+=      p5-Catalyst-Runtime>=5.80000:../../www/p5-Catalyst-Runtime
 DEPENDS+=      p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
 DEPENDS+=      p5-Config-General>=2.42:../../devel/p5-Config-General
 DEPENDS+=      p5-File-ChangeNotify>=0.03:../../devel/p5-File-ChangeNotify
 DEPENDS+=      p5-File-Copy-Recursive>=0:../../sysutils/p5-File-Copy-Recursive
-DEPENDS+=      p5-Module-Install>=0.64:../../devel/p5-Module-Install
+DEPENDS+=      p5-Module-Install>=0.91:../../devel/p5-Module-Install
 DEPENDS+=      p5-Path-Class>=0.09:../../devel/p5-Path-Class
 DEPENDS+=       p5-Template-Toolkit>=2.14:../../www/p5-Template-Toolkit
 DEPENDS+=      p5-parent-[0-9]*:../../devel/p5-parent
diff -r 4c526d299d6f -r 537d06154e55 www/p5-Catalyst-Devel/distinfo
--- a/www/p5-Catalyst-Devel/distinfo    Mon Jun 15 22:18:13 2009 +0000
+++ b/www/p5-Catalyst-Devel/distinfo    Mon Jun 15 22:25:51 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2009/06/11 10:42:44 sno Exp $
+$NetBSD: distinfo,v 1.6 2009/06/15 22:25:51 sno Exp $
 
-SHA1 (Catalyst-Devel-1.17.tar.gz) = 7533b45fba54610ceb49717fdffa6e89518b24d2
-RMD160 (Catalyst-Devel-1.17.tar.gz) = d79955b33f8fb165bd964fa94cf66df3c6715cee
-Size (Catalyst-Devel-1.17.tar.gz) = 82624 bytes
+SHA1 (Catalyst-Devel-1.18.tar.gz) = 0764a77803faee06fd1b0fcc433b66130b018911
+RMD160 (Catalyst-Devel-1.18.tar.gz) = cb0ca9adc3bd29428e2fed0b687f0a7c2e66e172
+Size (Catalyst-Devel-1.18.tar.gz) = 82974 bytes



Home | Main Index | Thread Index | Old Index