diff options
author | taca <taca@pkgsrc.org> | 2019-12-15 15:38:57 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2019-12-15 15:38:57 +0000 |
commit | cb37830974baf5450c483ef39e47333dbf1a5f1f (patch) | |
tree | 072cb165f16d0379722b194aaa9bbdf37996fb0d /math | |
parent | b72d181e3c9daf50bc43847b6720c0d93550c2e2 (diff) | |
download | pkgsrc-cb37830974baf5450c483ef39e47333dbf1a5f1f.tar.gz |
Bump PKGREVISION by change of default Ruby version
Bump PKGREVISION by change of default Ruby version from 2.4.x to 2.6.x.
These packages are depends on Ruby in some ways.
Diffstat (limited to 'math')
-rw-r--r-- | math/herisvm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/herisvm/Makefile b/math/herisvm/Makefile index 6c2fb4c21a5..a4687b7e6c5 100644 --- a/math/herisvm/Makefile +++ b/math/herisvm/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2017/02/17 11:12:15 cheusov Exp $ +# $NetBSD: Makefile,v 1.3 2019/12/15 15:38:57 taca Exp $ DISTNAME= herisvm-0.8.0 +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GITHUB:=cheusov/} |