pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/p5-DateTime-Format-Pg



Module Name:    pkgsrc
Committed By:   wen
Date:           Wed Aug 24 00:23:31 UTC 2016

Modified Files:
        pkgsrc/time/p5-DateTime-Format-Pg: Makefile

Log Message:
Fix build by set PERL5_MODULE_TYPE to Module::Build::Tiny

Reported by:    joerg@


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/time/p5-DateTime-Format-Pg/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/p5-DateTime-Format-Pg/Makefile
diff -u pkgsrc/time/p5-DateTime-Format-Pg/Makefile:1.19 pkgsrc/time/p5-DateTime-Format-Pg/Makefile:1.20
--- pkgsrc/time/p5-DateTime-Format-Pg/Makefile:1.19     Tue Jul 26 00:25:32 2016
+++ pkgsrc/time/p5-DateTime-Format-Pg/Makefile  Wed Aug 24 00:23:31 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2016/07/26 00:25:32 wen Exp $
+# $NetBSD: Makefile,v 1.20 2016/08/24 00:23:31 wen Exp $
 
 DISTNAME=      DateTime-Format-Pg-0.16012
 PKGNAME=       p5-${DISTNAME}
@@ -16,7 +16,7 @@ DEPENDS+=     p5-DateTime-TimeZone>=0.05:../
 
 PERL5_PACKLIST=                auto/DateTime/Format/Pg/.packlist
 
-PERL5_MODULE_TYPE=     Module::Build
+PERL5_MODULE_TYPE=     Module::Build::Tiny
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index