pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Mar 12 17:20:43 UTC 2020

Modified Files:
        pkgsrc/textproc/py-sphinxcontrib-applehelp: Makefile
        pkgsrc/textproc/py-sphinxcontrib-devhelp: Makefile
        pkgsrc/textproc/py-sphinxcontrib-htmlhelp: Makefile
        pkgsrc/textproc/py-sphinxcontrib-serializinghtml: Makefile

Log Message:
textprox/py-sphinxcontrib*: Drop EXTRACT_USING=bsdtar

This is no longer necessary as NetBSD uses bsdtar by default.
(As discussed on tech-pkg.)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-sphinxcontrib-applehelp/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-sphinxcontrib-devhelp/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-sphinxcontrib-htmlhelp/Makefile
cvs rdiff -u -r1.5 -r1.6 \
    pkgsrc/textproc/py-sphinxcontrib-serializinghtml/Makefile

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

Modified files:

Index: pkgsrc/textproc/py-sphinxcontrib-applehelp/Makefile
diff -u pkgsrc/textproc/py-sphinxcontrib-applehelp/Makefile:1.3 pkgsrc/textproc/py-sphinxcontrib-applehelp/Makefile:1.4
--- pkgsrc/textproc/py-sphinxcontrib-applehelp/Makefile:1.3     Sat Mar  7 23:30:22 2020
+++ pkgsrc/textproc/py-sphinxcontrib-applehelp/Makefile Thu Mar 12 17:20:43 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/03/07 23:30:22 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2020/03/12 17:20:43 gdt Exp $
 
 DISTNAME=      sphinxcontrib-applehelp-1.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,8 +10,6 @@ HOMEPAGE=     http://sphinx-doc.org/
 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
 

Index: pkgsrc/textproc/py-sphinxcontrib-devhelp/Makefile
diff -u pkgsrc/textproc/py-sphinxcontrib-devhelp/Makefile:1.3 pkgsrc/textproc/py-sphinxcontrib-devhelp/Makefile:1.4
--- pkgsrc/textproc/py-sphinxcontrib-devhelp/Makefile:1.3       Sat Mar  7 23:30:22 2020
+++ pkgsrc/textproc/py-sphinxcontrib-devhelp/Makefile   Thu Mar 12 17:20:43 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/03/07 23:30:22 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2020/03/12 17:20:43 gdt Exp $
 
 DISTNAME=      sphinxcontrib-devhelp-1.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,8 +10,6 @@ HOMEPAGE=     http://sphinx-doc.org/
 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
 

Index: pkgsrc/textproc/py-sphinxcontrib-htmlhelp/Makefile
diff -u pkgsrc/textproc/py-sphinxcontrib-htmlhelp/Makefile:1.3 pkgsrc/textproc/py-sphinxcontrib-htmlhelp/Makefile:1.4
--- pkgsrc/textproc/py-sphinxcontrib-htmlhelp/Makefile:1.3      Sat Mar  7 23:30:22 2020
+++ pkgsrc/textproc/py-sphinxcontrib-htmlhelp/Makefile  Thu Mar 12 17:20:43 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/03/07 23:30:22 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2020/03/12 17:20:43 gdt Exp $
 
 DISTNAME=      sphinxcontrib-htmlhelp-1.0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,8 +10,6 @@ HOMEPAGE=     http://sphinx-doc.org/
 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
 

Index: pkgsrc/textproc/py-sphinxcontrib-serializinghtml/Makefile
diff -u pkgsrc/textproc/py-sphinxcontrib-serializinghtml/Makefile:1.5 pkgsrc/textproc/py-sphinxcontrib-serializinghtml/Makefile:1.6
--- pkgsrc/textproc/py-sphinxcontrib-serializinghtml/Makefile:1.5       Tue Mar 10 23:07:58 2020
+++ pkgsrc/textproc/py-sphinxcontrib-serializinghtml/Makefile   Thu Mar 12 17:20:43 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/03/10 23:07:58 gdt Exp $
+# $NetBSD: Makefile,v 1.6 2020/03/12 17:20:43 gdt Exp $
 
 DISTNAME=      sphinxcontrib-serializinghtml-1.1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,13 +10,6 @@ HOMEPAGE=    http://sphinx-doc.org/
 COMMENT=       Sphinx API for "serialized" HTML files
 LICENSE=       2-clause-bsd
 
-# On NetBSD <= 8, pax-as-tar fails on this distfile.  Use bsdtar
-# (which on 9 and up will use base tar, if it's libarchive tar).
-.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == NetBSD
-EXTRACT_USING= bsdtar
-.endif
-
 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