pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-NoWarnings Updating devel/p5-Test-NoWarn...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f4da409a049
branches:  trunk
changeset: 569707:7f4da409a049
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun Jan 17 01:06:52 2010 +0000

description:
Updating devel/p5-Test-NoWarnings from 0.084nb1 to 1.01

pkgsrc changes:
  - Adding license definition

Upstream changes:
1.01 15 Jan 2010 - Adam Kennedy
        - My release automation accidentally decided that Test::NoWarnings
          was a Perl licensed distribution. Added in the appropriate changes
          to make sure it is correctly built with the LGPL license.

1.00 11 Jan 2010 - Adam Kennedy
        - Cleaned and updated the packaging of the module, the dependencies
          and the Makefile.PL contents, but otherwise remains unchanged (ADAMK)
        - Now makes explicit the Perl 5.006 dependency that was previously
          an undocumented implicit dependency (ADAMK)

diffstat:

 devel/p5-Test-NoWarnings/Makefile |  21 +++++++++++----------
 devel/p5-Test-NoWarnings/distinfo |   8 ++++----
 2 files changed, 15 insertions(+), 14 deletions(-)

diffs (44 lines):

diff -r 18ae3e21bd1f -r 7f4da409a049 devel/p5-Test-NoWarnings/Makefile
--- a/devel/p5-Test-NoWarnings/Makefile Sun Jan 17 01:03:20 2010 +0000
+++ b/devel/p5-Test-NoWarnings/Makefile Sun Jan 17 01:06:52 2010 +0000
@@ -1,16 +1,17 @@
-# $NetBSD: Makefile,v 1.4 2008/10/19 19:18:01 he Exp $
+# $NetBSD: Makefile,v 1.5 2010/01/17 01:06:52 sno Exp $
 
-DISTNAME=              Test-NoWarnings-0.084
-PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
-CATEGORIES=            devel perl5
-MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Test/}
+DISTNAME=      Test-NoWarnings-1.01
+PKGNAME=       p5-${DISTNAME}
+#PKGREVISION=  1
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
 
-MAINTAINER=            rhaen%NetBSD.org@localhost
-HOMEPAGE=              http://search.cpan.org/dist/Test-NoWarnings/
-COMMENT=               Perl5 module to make sure you didn't emit any warnings while testing
+MAINTAINER=    rhaen%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Test-NoWarnings/
+COMMENT=       Perl5 module to make sure you didn't emit any warnings while testing
+LICENSE=       gnu-lgpl-v2.1
 
-DEPENDS+=              p5-Test-Tester>=0.103:../../devel/p5-Test-Tester
+DEPENDS+=      p5-Test-Tester>=0.103:../../devel/p5-Test-Tester
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 PERL5_PACKLIST=                auto/Test/NoWarnings/.packlist
diff -r 18ae3e21bd1f -r 7f4da409a049 devel/p5-Test-NoWarnings/distinfo
--- a/devel/p5-Test-NoWarnings/distinfo Sun Jan 17 01:03:20 2010 +0000
+++ b/devel/p5-Test-NoWarnings/distinfo Sun Jan 17 01:06:52 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2007/12/11 11:58:04 rhaen Exp $
+$NetBSD: distinfo,v 1.3 2010/01/17 01:06:52 sno Exp $
 
-SHA1 (Test-NoWarnings-0.084.tar.gz) = 6c11e3c8d7e724e70ba2e4cc180844a87f5ed5e3
-RMD160 (Test-NoWarnings-0.084.tar.gz) = a659ab279e0398d70098630979a850b721ac6993
-Size (Test-NoWarnings-0.084.tar.gz) = 15335 bytes
+SHA1 (Test-NoWarnings-1.01.tar.gz) = 9f13caef00364436563d8387dd679466496b82dd
+RMD160 (Test-NoWarnings-1.01.tar.gz) = 513ec005d249cbf4ecece4debcd9fc8737904ed3
+Size (Test-NoWarnings-1.01.tar.gz) = 17618 bytes



Home | Main Index | Thread Index | Old Index