pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-URI-FromHash This Perl module is in fact using ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dcda5578e313
branches:  trunk
changeset: 399331:dcda5578e313
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Thu Sep 17 19:03:51 2009 +0000

description:
This Perl module is in fact using Module::Build. Setting the correct
PERL5_MODULE_TYPE makes this package install successfully with
USE_DESTDIR=yes. This fixes installation on NetBSD 3.1 and should also
fix the problem reported in Hasso Tepper's bulk build for DragonFly from
2009-09-11.

Set correct MAINTAINER (I did not create/import this package).

diffstat:

 www/p5-URI-FromHash/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 68210962141c -r dcda5578e313 www/p5-URI-FromHash/Makefile
--- a/www/p5-URI-FromHash/Makefile      Thu Sep 17 19:01:49 2009 +0000
+++ b/www/p5-URI-FromHash/Makefile      Thu Sep 17 19:03:51 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/08/27 10:36:42 abs Exp $
+# $NetBSD: Makefile,v 1.2 2009/09/17 19:03:51 heinz Exp $
 #
 
 DISTNAME=      URI-FromHash-0.03
@@ -6,7 +6,7 @@
 CATEGORIES=    www net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=URI/}
 
-MAINTAINER=    heinz%NetBSD.org@localhost
+MAINTAINER=    abs%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/URI/
 COMMENT=       Build a URI from a set of named parameters
 
@@ -17,6 +17,7 @@
 DEPENDS+=      p5-Params-Validate>0:../../devel/p5-Params-Validate
 
 USE_LANGUAGES=         # empty
+PERL5_MODULE_TYPE=     Module::Build
 PERL5_PACKLIST=                auto/URI/FromHash/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index