pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint pkgtools/pkglint: ignore hidden files...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3cd12eef6a79
branches: trunk
changeset: 334389:3cd12eef6a79
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun May 26 13:52:14 2019 +0000
description:
pkgtools/pkglint: ignore hidden files during extraction
Fixes pkg/54204.
diffstat:
pkgtools/pkglint/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r fc0122ace7b3 -r 3cd12eef6a79 pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Sun May 26 11:47:57 2019 +0000
+++ b/pkgtools/pkglint/Makefile Sun May 26 13:52:14 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.581 2019/05/22 16:07:16 rillig Exp $
+# $NetBSD: Makefile,v 1.582 2019/05/26 13:52:14 rillig Exp $
PKGNAME= pkglint-5.7.11
CATEGORIES= pkgtools
@@ -27,7 +27,7 @@
SUBST_SED.pkglint+= -e s\|@VERSION@\|${PKGVERSION}\|g
SUBST_SED.pkglint+= -e s\|@BMAKE@\|${MAKE:T:Q}\|g
-EXTRACT_PAX_ARGS= -s ',.*/CVS$$,,' -s ',.*/CVS/.*,,'
+EXTRACT_PAX_ARGS= -s ',.*/CVS$$,,' -s ',.*/CVS/.*,,' -s ',.*/\..*,,'
WRKSRC.tools= ${WRKSRC}/golang.org/x/tools
WRKSRC.pkglint= ${WRKSRC}/netbsd.org/pkglint
Home |
Main Index |
Thread Index |
Old Index