pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/grafana
Module Name: pkgsrc
Committed By: wiz
Date: Sun Dec 3 11:06:24 UTC 2017
Modified Files:
pkgsrc/www/grafana: Makefile
Log Message:
grafana: fix SITES.*, using variables doesn't seem to work
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/grafana/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/grafana/Makefile
diff -u pkgsrc/www/grafana/Makefile:1.5 pkgsrc/www/grafana/Makefile:1.6
--- pkgsrc/www/grafana/Makefile:1.5 Mon Nov 27 16:04:54 2017
+++ pkgsrc/www/grafana/Makefile Sun Dec 3 11:06:24 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/11/27 16:04:54 tnn Exp $
+# $NetBSD: Makefile,v 1.6 2017/12/03 11:06:24 wiz Exp $
GITHUB_PROJECT= grafana
DISTNAME= grafana-4.6.2
@@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/src/github.com/graf
# We don't have suitable infrastructure in pkgsrc for generating frontend
# assets, so we'll extract prebuilt frontend assets.
FE_DISTNAME= ${DISTNAME}.linux-x64${EXTRACT_SUFX}
-SITES.${FE_DISTNAME}= https://s3-us-west-2.amazonaws.com/grafana-releases/release/
+SITES.grafana-4.6.2.linux-x64.tar.gz= https://s3-us-west-2.amazonaws.com/grafana-releases/release/
DISTFILES+= ${FE_DISTNAME}
EXTRACT_ONLY+= ${FE_DISTNAME}
EXTRACT_DIR.${FE_DISTNAME}= ${WRKDIR}/frontend_assets
Home |
Main Index |
Thread Index |
Old Index