pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc py-sphinxcontrib-*: Extract tarball using bsdtar



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb24f573542b
branches:  trunk
changeset: 412479:cb24f573542b
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Mar 07 23:30:22 2020 +0000

description:
py-sphinxcontrib-*: Extract tarball using bsdtar

On NetBSD 8, some NLS files are not extracted properly and
it causes PLIST divergence.
>From Oshima-san. Thank you.

diffstat:

 textproc/py-sphinxcontrib-applehelp/Makefile       |  4 +++-
 textproc/py-sphinxcontrib-devhelp/Makefile         |  4 +++-
 textproc/py-sphinxcontrib-htmlhelp/Makefile        |  4 +++-
 textproc/py-sphinxcontrib-serializinghtml/Makefile |  4 +++-
 4 files changed, 12 insertions(+), 4 deletions(-)

diffs (72 lines):

diff -r 775a69bc9fda -r cb24f573542b textproc/py-sphinxcontrib-applehelp/Makefile
--- a/textproc/py-sphinxcontrib-applehelp/Makefile      Sat Mar 07 23:23:18 2020 +0000
+++ b/textproc/py-sphinxcontrib-applehelp/Makefile      Sat Mar 07 23:30:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/02/29 15:25:46 adam Exp $
+# $NetBSD: Makefile,v 1.3 2020/03/07 23:30:22 ryoon Exp $
 
 DISTNAME=      sphinxcontrib-applehelp-1.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@
 COMMENT=       Sphinx API for Apple help books
 LICENSE=       2-clause-bsd
 
+EXTRACT_USING= bsdtar
+
 TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx>=2.0.0:../../textproc/py-sphinx
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
diff -r 775a69bc9fda -r cb24f573542b textproc/py-sphinxcontrib-devhelp/Makefile
--- a/textproc/py-sphinxcontrib-devhelp/Makefile        Sat Mar 07 23:23:18 2020 +0000
+++ b/textproc/py-sphinxcontrib-devhelp/Makefile        Sat Mar 07 23:30:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/02/29 15:27:13 adam Exp $
+# $NetBSD: Makefile,v 1.3 2020/03/07 23:30:22 ryoon Exp $
 
 DISTNAME=      sphinxcontrib-devhelp-1.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@
 COMMENT=       Sphinx API for Devhelp document
 LICENSE=       2-clause-bsd
 
+EXTRACT_USING= bsdtar
+
 TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx>=2.0.0:../../textproc/py-sphinx
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
diff -r 775a69bc9fda -r cb24f573542b textproc/py-sphinxcontrib-htmlhelp/Makefile
--- a/textproc/py-sphinxcontrib-htmlhelp/Makefile       Sat Mar 07 23:23:18 2020 +0000
+++ b/textproc/py-sphinxcontrib-htmlhelp/Makefile       Sat Mar 07 23:30:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/02/29 15:29:51 adam Exp $
+# $NetBSD: Makefile,v 1.3 2020/03/07 23:30:22 ryoon Exp $
 
 DISTNAME=      sphinxcontrib-htmlhelp-1.0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@
 COMMENT=       Sphinx API for HTML help
 LICENSE=       2-clause-bsd
 
+EXTRACT_USING= bsdtar
+
 TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx>=2.0.0:../../textproc/py-sphinx
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
diff -r 775a69bc9fda -r cb24f573542b textproc/py-sphinxcontrib-serializinghtml/Makefile
--- a/textproc/py-sphinxcontrib-serializinghtml/Makefile        Sat Mar 07 23:23:18 2020 +0000
+++ b/textproc/py-sphinxcontrib-serializinghtml/Makefile        Sat Mar 07 23:30:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/02/29 15:31:40 adam Exp $
+# $NetBSD: Makefile,v 1.3 2020/03/07 23:30:23 ryoon Exp $
 
 DISTNAME=      sphinxcontrib-serializinghtml-1.1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@
 COMMENT=       Sphinx API for "serialized" HTML files
 LICENSE=       2-clause-bsd
 
+EXTRACT_USING= bsdtar
+
 TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx>=2.0.0:../../textproc/py-sphinx
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 



Home | Main Index | Thread Index | Old Index