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 - updated package to 0.084



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d809f78d34cc
branches:  trunk
changeset: 536341:d809f78d34cc
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Tue Dec 11 11:58:04 2007 +0000

description:
- updated package to 0.084
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
0.084

Perl 5.005 throws a warning when accessing $Carp::VERSION and was
causing a test to fail.

0.083

Finally got rid of INSTALLDIRS => 'perl' from Makefile.PL. It should
never have been there but removing it could cause hassle because of
Perl's weird ordering of include directories. Basically if an older
version exists in the 'perl' installdir it could be picked up instead
of the newer version.

diffstat:

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

diffs (38 lines):

diff -r 04ff6127f211 -r d809f78d34cc devel/p5-Test-NoWarnings/Makefile
--- a/devel/p5-Test-NoWarnings/Makefile Tue Dec 11 11:56:54 2007 +0000
+++ b/devel/p5-Test-NoWarnings/Makefile Tue Dec 11 11:58:04 2007 +0000
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.2 2006/03/04 21:29:25 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2007/12/11 11:58:04 rhaen Exp $
 
-DISTNAME=              Test-NoWarnings-0.082
+DISTNAME=              Test-NoWarnings-0.084
 PKGNAME=               p5-${DISTNAME}
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Test/}
 
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+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
 
 DEPENDS+=              p5-Test-Tester>=0.103:../../devel/p5-Test-Tester
 
-USE_LANGUAGES=         # empty
+PKG_DESTDIR_SUPPORT=   user-destdir
 PERL5_PACKLIST=                auto/Test/NoWarnings/.packlist
 
 .include "../../lang/perl5/module.mk"
diff -r 04ff6127f211 -r d809f78d34cc devel/p5-Test-NoWarnings/distinfo
--- a/devel/p5-Test-NoWarnings/distinfo Tue Dec 11 11:56:54 2007 +0000
+++ b/devel/p5-Test-NoWarnings/distinfo Tue Dec 11 11:58:04 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/11/23 22:00:02 wiz Exp $
+$NetBSD: distinfo,v 1.2 2007/12/11 11:58:04 rhaen Exp $
 
-SHA1 (Test-NoWarnings-0.082.tar.gz) = 41571c0e1c2e86a2eb63a6f9cfb769e6ff4630d2
-RMD160 (Test-NoWarnings-0.082.tar.gz) = 0cd18b19c8a415613648fb15202ebc73c672a785
-Size (Test-NoWarnings-0.082.tar.gz) = 15036 bytes
+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



Home | Main Index | Thread Index | Old Index