Skip to content

Commit

Permalink
Update to 0.5.1
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
wen committed Jan 9, 2016
1 parent 3c9246b commit ca8cdf2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions textproc/R-highr/Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# $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/}

MAINTAINER= [email protected]
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"
10 changes: 5 additions & 5 deletions textproc/R-highr/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ca8cdf2

Please sign in to comment.