pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-bleach Deal with gratuitous use of "/bin/bash" ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b0fcf2fe679
branches:  trunk
changeset: 314526:1b0fcf2fe679
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Tue Oct 30 09:48:29 2018 +0000

description:
Deal with gratuitous use of "/bin/bash" (in a one-line script, no
less).

diffstat:

 www/py-bleach/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 892068ec237e -r 1b0fcf2fe679 www/py-bleach/Makefile
--- a/www/py-bleach/Makefile    Tue Oct 30 09:34:45 2018 +0000
+++ b/www/py-bleach/Makefile    Tue Oct 30 09:48:29 2018 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2018/10/26 09:11:54 adam Exp $
+# $NetBSD: Makefile,v 1.12 2018/10/30 09:48:29 hauke Exp $
 
 DISTNAME=      bleach-3.0.2
+PKGREVISION=   1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/bleach/}
@@ -17,5 +18,7 @@
 
 USE_LANGUAGES= # none
 
+REPLACE_SH+=   bleach/_vendor/pip_install_vendor.sh
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index