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 26 08:09:32 UTC 2026

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

Log Message:
p5-Clone: new tarball still has extended attribute problem

despite it being mentioned as fixed in the release notes...


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 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.48 pkgsrc/devel/p5-Clone/Makefile:1.49
--- pkgsrc/devel/p5-Clone/Makefile:1.48 Wed Mar 25 22:45:37 2026
+++ pkgsrc/devel/p5-Clone/Makefile      Thu Mar 26 08:09:32 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2026/03/25 22:45:37 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2026/03/26 08:09:32 wiz Exp $
 
 DISTNAME=      Clone-0.49
 PKGNAME=       p5-${DISTNAME}
@@ -14,5 +14,9 @@ TEST_DEPENDS+=        p5-B-COW-[0-9]*:../../dev
 
 PERL5_PACKLIST=                auto/Clone/.packlist
 
+# 0.49 distfile has extended attributes
+# https://github.com/garu/Clone/issues/91
+EXTRACT_USING= gtar
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index