pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Clone



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar 19 09:04:51 UTC 2026

Modified Files:
        pkgsrc/devel/p5-Clone: Makefile

Log Message:
p5-Clone: extract using gtar since it has EAs


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/p5-Clone/Makefile

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

Modified files:

Index: pkgsrc/devel/p5-Clone/Makefile
diff -u pkgsrc/devel/p5-Clone/Makefile:1.46 pkgsrc/devel/p5-Clone/Makefile:1.47
--- pkgsrc/devel/p5-Clone/Makefile:1.46 Sun Mar 15 06:29:34 2026
+++ pkgsrc/devel/p5-Clone/Makefile      Thu Mar 19 09:04:51 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2026/03/15 06:29:34 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2026/03/19 09:04:51 wiz Exp $
 
 DISTNAME=      Clone-0.48
 PKGNAME=       p5-${DISTNAME}
@@ -14,5 +14,8 @@ TEST_DEPENDS+=        p5-B-COW-[0-9]*:../../dev
 
 PERL5_PACKLIST=                auto/Clone/.packlist
 
+# 0.48 distfile has extended attributes; needs fixing upstream
+EXTRACT_USING= gtar
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index