pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/p5-Crypt-X509
Module Name: pkgsrc
Committed By: gutteridge
Date: Sat Dec 21 22:15:52 UTC 2024
Modified Files:
pkgsrc/security/p5-Crypt-X509: Makefile
Log Message:
p5-Crypt-X509: fix extractions on OSes without default bsdtar
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/p5-Crypt-X509/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/p5-Crypt-X509/Makefile
diff -u pkgsrc/security/p5-Crypt-X509/Makefile:1.18 pkgsrc/security/p5-Crypt-X509/Makefile:1.19
--- pkgsrc/security/p5-Crypt-X509/Makefile:1.18 Sat Nov 16 12:06:31 2024
+++ pkgsrc/security/p5-Crypt-X509/Makefile Sat Dec 21 22:15:52 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2024/11/16 12:06:31 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2024/12/21 22:15:52 gutteridge Exp $
DISTNAME= Crypt-X509-0.55
PKGNAME= p5-${DISTNAME}
@@ -16,7 +16,7 @@ DEPENDS+= p5-Convert-ASN1-[0-9]*:../../t
PERL5_PACKLIST= auto/Crypt/X509/.packlist
# Cannot restore extended attributes: com.apple.*
-USE_TOOLS+= bsdtar
+EXTRACT_USING= bsdtar
EXTRACT_OPTS_TAR.Crypt-X509-0.55.tar.gz= --no-xattr
.include "../../lang/perl5/module.mk"
Home |
Main Index |
Thread Index |
Old Index