diff options
Diffstat (limited to 'www/grafana2/Makefile')
-rw-r--r-- | www/grafana2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/grafana2/Makefile b/www/grafana2/Makefile index 56b9499..4ff7990 100644 --- a/www/grafana2/Makefile +++ b/www/grafana2/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= grafana2 -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.2.8f9eeb CATEGORIES= www MASTER_SITES= GITHUB:github DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:github @@ -20,8 +20,8 @@ USE_RC_SUBR= grafana2 USE_GITHUB= yes GH_ACCOUNT= grafana GH_PROJECT= grafana -# b51a8f11d5 was master at 2015-05-02 -GH_COMMIT= b51a8f11d5 +# b51a8f11d5 was master at 2015-05-31 +GH_COMMIT= 8f9eeb5ebd GH_TAGNAME= ${GH_COMMIT} SUB_FILES= grafana2 @@ -63,7 +63,7 @@ do-build: npm --cache ${WRKDIR}/npm-cache install && \ npm --cache ${WRKDIR}/npm-cache install grunt-cli && \ ${ECHO_MSG} "Running grunt" && \ - node_modules/.bin/grunt + node_modules/.bin/grunt release #do-install: |