pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: pgoyette
Date: Mon Nov 4 15:38:36 UTC 2024
Modified Files:
pkgsrc/devel/p5-Class-Data-Inheritable: Makefile
pkgsrc/devel/p5-Module-Pluggable: Makefile
Log Message:
Use gtar to avoid extended attributes in dist file
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/p5-Class-Data-Inheritable/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/p5-Module-Pluggable/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-Class-Data-Inheritable/Makefile
diff -u pkgsrc/devel/p5-Class-Data-Inheritable/Makefile:1.31 pkgsrc/devel/p5-Class-Data-Inheritable/Makefile:1.32
--- pkgsrc/devel/p5-Class-Data-Inheritable/Makefile:1.31 Sun Oct 27 09:30:13 2024
+++ pkgsrc/devel/p5-Class-Data-Inheritable/Makefile Mon Nov 4 15:38:35 2024
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2024/10/27 09:30:13 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2024/11/04 15:38:35 pgoyette Exp $
+
+EXTRACT_USING= gtar # avoid extended attributes in distfile
DISTNAME= Class-Data-Inheritable-0.10
PKGNAME= p5-${DISTNAME}
Index: pkgsrc/devel/p5-Module-Pluggable/Makefile
diff -u pkgsrc/devel/p5-Module-Pluggable/Makefile:1.35 pkgsrc/devel/p5-Module-Pluggable/Makefile:1.36
--- pkgsrc/devel/p5-Module-Pluggable/Makefile:1.35 Sun Oct 27 09:37:46 2024
+++ pkgsrc/devel/p5-Module-Pluggable/Makefile Mon Nov 4 15:38:35 2024
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2024/10/27 09:37:46 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2024/11/04 15:38:35 pgoyette Exp $
#
+EXTRACT_USING= gtar # avoid extended attributes in distfile
+
DISTNAME= Module-Pluggable-6.2
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
Home |
Main Index |
Thread Index |
Old Index