pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkglint



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 26 13:52:14 UTC 2019

Modified Files:
        pkgsrc/pkgtools/pkglint: Makefile

Log Message:
pkgtools/pkglint: ignore hidden files during extraction

Fixes pkg/54204.


To generate a diff of this commit:
cvs rdiff -u -r1.581 -r1.582 pkgsrc/pkgtools/pkglint/Makefile

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

Modified files:

Index: pkgsrc/pkgtools/pkglint/Makefile
diff -u pkgsrc/pkgtools/pkglint/Makefile:1.581 pkgsrc/pkgtools/pkglint/Makefile:1.582
--- pkgsrc/pkgtools/pkglint/Makefile:1.581      Wed May 22 16:07:16 2019
+++ pkgsrc/pkgtools/pkglint/Makefile    Sun May 26 13:52:14 2019
@@ -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_FILES.pkglint+= ${WRKSRC.pkglint}/
 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