pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Proc-Background Updating package for p5 modul...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99804af9ae44
branches:  trunk
changeset: 396299:99804af9ae44
user:      sno <sno%pkgsrc.org@localhost>
date:      Tue Jul 21 22:49:22 2009 +0000

description:
Updating package for p5 module Proc::Background from 1.08 to 1.10 and
setting license to ${PERL5_LICENSE} according to module POD

Upstream changes:
Sun Jul  5 15:40:32 PDT 2009

        * Release version 1.10.

Sun Jul  5 15:15:12 PDT 2009

        * Makefile.PL: Resolve
          https://rt.cpan.org/Ticket/Display.html?id=47100 by passing
          PREREQ_PM to WriteMakefile().
          Patch by: Tomas Doran <bobtfish%bobtfish.net@localhost>

Wed Jul  1 22:58:13 PDT 2009

        * README: Correct the URL to the Subversion repository for
          this project.

Wed Jul  1 22:46:11 PDT 2009

        * Release version 1.09.

Wed Jul  1 22:36:06 PDT 2009

        * Makefile.PL: Switch from die() to warn() if Win32::Process
          isn't installed into a warning. When running under CPAN.pm,
          the die causes the install to fail before processing
          dependencies.  Reducing this to a warning means that CPAN
          will cleanly install Proc::Background and Win32::Process
          with no user intervention needed in strawberry perl or even
          ActiveState if you have a working make.
          Patch by: Tomas Doran <bobtfish%bobtfish.net@localhost>

diffstat:

 devel/p5-Proc-Background/Makefile |  5 +++--
 devel/p5-Proc-Background/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r 82838b8ee99c -r 99804af9ae44 devel/p5-Proc-Background/Makefile
--- a/devel/p5-Proc-Background/Makefile Tue Jul 21 22:43:27 2009 +0000
+++ b/devel/p5-Proc-Background/Makefile Tue Jul 21 22:49:22 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/02/15 20:57:01 seb Exp $
+# $NetBSD: Makefile,v 1.2 2009/07/21 22:49:22 sno Exp $
 #
 
-DISTNAME=      Proc-Background-1.08
+DISTNAME=      Proc-Background-1.10
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Proc/}
@@ -9,6 +9,7 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/Proc-Background/
 COMMENT=       Perl 5 module prodiving an interface to background process management
+LICENSE=       ${PERL5_LICENSE}
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 USE_LANGUAGES=         # empty
diff -r 82838b8ee99c -r 99804af9ae44 devel/p5-Proc-Background/distinfo
--- a/devel/p5-Proc-Background/distinfo Tue Jul 21 22:43:27 2009 +0000
+++ b/devel/p5-Proc-Background/distinfo Tue Jul 21 22:49:22 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/02/15 20:57:01 seb Exp $
+$NetBSD: distinfo,v 1.2 2009/07/21 22:49:22 sno Exp $
 
-SHA1 (Proc-Background-1.08.tar.gz) = 44da27bbf556a4d1b6c1251f6c83c7cc04dda650
-RMD160 (Proc-Background-1.08.tar.gz) = 91ce8c2508846d302084a08cef93631b969ca573
-Size (Proc-Background-1.08.tar.gz) = 14687 bytes
+SHA1 (Proc-Background-1.10.tar.gz) = 3e530b18adf4cf0904495af0bb431b5add3888d9
+RMD160 (Proc-Background-1.10.tar.gz) = c0623ee1b051a2d7a8bc261084e8dfe6ad6ada81
+Size (Proc-Background-1.10.tar.gz) = 15113 bytes



Home | Main Index | Thread Index | Old Index