pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/py-google-compute-engine Fix bash use.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f24ebe77cef
branches:  trunk
changeset: 361028:3f24ebe77cef
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Apr 13 18:43:34 2017 +0000

description:
Fix bash use.

diffstat:

 sysutils/py-google-compute-engine/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 37aefc934e31 -r 3f24ebe77cef sysutils/py-google-compute-engine/Makefile
--- a/sysutils/py-google-compute-engine/Makefile        Thu Apr 13 18:43:04 2017 +0000
+++ b/sysutils/py-google-compute-engine/Makefile        Thu Apr 13 18:43:34 2017 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2017/03/04 19:10:32 bsiegert Exp $
+# $NetBSD: Makefile,v 1.2 2017/04/13 18:43:34 joerg Exp $
 
 GITHUB_PROJECT=        compute-image-packages
 GITHUB_TAG=    20170302
 DISTNAME=      google-compute-engine-${GITHUB_TAG}
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=GoogleCloudPlatform/}
 DIST_SUBDIR=   ${GITHUB_PROJECT}
@@ -13,6 +14,10 @@
 COMMENT=       Packages for Google Compute Engine images
 LICENSE=       apache-2.0
 
+# Uses [[ =~ ]]
+USE_TOOLS+=    bash:run
+REPLACE_BASH+= scripts/optimize_local_ssd scripts/set_multiqueue
+
 WRKSRC=                ${WRKDIR}/compute-image-packages-${GITHUB_TAG}
 
 SUBST_CLASSES+=                paths



Home | Main Index | Thread Index | Old Index