pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2017Q1] pkgsrc/sysutils/py-google-compute-engine
Module Name: pkgsrc
Committed By: bsiegert
Date: Sun Apr 16 15:30:57 UTC 2017
Modified Files:
pkgsrc/sysutils/py-google-compute-engine [pkgsrc-2017Q1]: Makefile
Log Message:
Pullup ticket #5282 - requested by sevan
sysutils/py-google-compute-engine: build fix
Revisions pulled up:
- sysutils/py-google-compute-engine/Makefile 1.2
---
Module Name: pkgsrc
Committed By: joerg
Date: Thu Apr 13 18:43:34 UTC 2017
Modified Files:
pkgsrc/sysutils/py-google-compute-engine: Makefile
Log Message:
Fix bash use.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.2.1 \
pkgsrc/sysutils/py-google-compute-engine/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/py-google-compute-engine/Makefile
diff -u pkgsrc/sysutils/py-google-compute-engine/Makefile:1.1 pkgsrc/sysutils/py-google-compute-engine/Makefile:1.1.2.1
--- pkgsrc/sysutils/py-google-compute-engine/Makefile:1.1 Sat Mar 4 19:10:32 2017
+++ pkgsrc/sysutils/py-google-compute-engine/Makefile Sun Apr 16 15:30:57 2017
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2017/03/04 19:10:32 bsiegert Exp $
+# $NetBSD: Makefile,v 1.1.2.1 2017/04/16 15:30:57 bsiegert 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 @@ HOMEPAGE= https://cloud.google.com/compu
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