diff options
author | wen <wen@pkgsrc.org> | 2016-01-09 14:06:59 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-01-09 14:06:59 +0000 |
commit | dc4252550ce928ae9cfedc8f08bb217933268d17 (patch) | |
tree | b1ef9de8c6455d65f02835d5371c1d082cf9a8b9 /textproc/R-highr | |
parent | 6334c580cf5bd91e167f63d8c1bd692e9fbc7f9a (diff) | |
download | pkgsrc-dc4252550ce928ae9cfedc8f08bb217933268d17.tar.gz |
Update to 0.5.1
Update LICENSE
Upstream changes:
CHANGES IN highr VERSION 0.5
MAJOR CHANGES
o the minimal required R version is 3.0.2 now
CHANGES IN highr VERSION 0.4
BUG FIXES
o hi_andre() may fail to find highlight under OS X (thanks, Christopher
Gandrud, #2)
MINOR CHANGES
o :: and ::: are recognized as operators, and they will be syntax highlighted
in the same way as other operators like +, -, *, and /, etc (thanks, Qiang Li)
Diffstat (limited to 'textproc/R-highr')
-rw-r--r-- | textproc/R-highr/Makefile | 6 | ||||
-rw-r--r-- | textproc/R-highr/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/textproc/R-highr/Makefile b/textproc/R-highr/Makefile index b0a8e9a6f0e..3ce30e30873 100644 --- a/textproc/R-highr/Makefile +++ b/textproc/R-highr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/09/19 22:31:53 brook Exp $ +# $NetBSD: Makefile,v 1.2 2016/01/09 14:06:59 wen Exp $ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -6,10 +6,10 @@ MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= ${R_HOMEPAGE_BASE}/highr/ COMMENT= Syntax highlighting for R -# TODO: LICENSE= GPL +LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 R_PKGNAME= highr -R_PKGVER= 0.3 +R_PKGVER= 0.5.1 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/R-highr/distinfo b/textproc/R-highr/distinfo index 17e6c51babe..ca0d5d13545 100644 --- a/textproc/R-highr/distinfo +++ b/textproc/R-highr/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 01:59:18 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/01/09 14:06:59 wen Exp $ -SHA1 (R/highr_0.3.tar.gz) = 6e853ba30d3a2a29decd11b178b682c54841669a -RMD160 (R/highr_0.3.tar.gz) = fefe2ef73790979ff3b069a42861c6dbed29ea96 -SHA512 (R/highr_0.3.tar.gz) = 380b6c9fb710eab71818b14d002ef46daa560d7128d201e6c2e967b20f8e00dd9142f3ac37b2980c3feb0254263428a5907d61878536b609224309e2e8d0d514 -Size (R/highr_0.3.tar.gz) = 16400 bytes +SHA1 (R/highr_0.5.1.tar.gz) = 32397e84f6189868c4059d0ebc4b01ae17eeaa10 +RMD160 (R/highr_0.5.1.tar.gz) = 395ae5051be8a4c1778362a32d16ce6f733d9faa +SHA512 (R/highr_0.5.1.tar.gz) = 9e089bba53e6af71da4e5350ff819c83a2416e76a91e6ba9ddf0443cde00f4bc9bb7130dba911b38bafb3d5063cdbf92accf44dfdc900655f8923607e47197f2 +Size (R/highr_0.5.1.tar.gz) = 16744 bytes |