diff options
author | taca <taca@pkgsrc.org> | 2012-12-17 13:48:10 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-12-17 13:48:10 +0000 |
commit | e18ea47b51680d9bb8397c36d2ebf9d05ddff2c3 (patch) | |
tree | a2ddb4a54dacd50cb8b58795b3847f4af9b1c6e4 /textproc | |
parent | 0d8b43f6af3d90ece5ee6d974f490282931fb6e7 (diff) | |
download | pkgsrc-e18ea47b51680d9bb8397c36d2ebf9d05ddff2c3.tar.gz |
Update ruby-coderay to 1.0.8.
* add :string/:char, remove :regexp/:function color from Terminal encoder [GH
#29, thanks to Kyrylo Silin]
* allow - in line number anchor prefix for HTML encoder [GH #32, thanks to
shurizzle]
* Fix HTML scanner: Don¡Çt crash if HTML in a diff contains a JavaScript tag.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-coderay/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-coderay/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/ruby-coderay/Makefile b/textproc/ruby-coderay/Makefile index 014dbf9c9ee..e88519f95f6 100644 --- a/textproc/ruby-coderay/Makefile +++ b/textproc/ruby-coderay/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2012/09/16 09:26:10 taca Exp $ +# $NetBSD: Makefile,v 1.9 2012/12/17 13:48:10 taca Exp $ -DISTNAME= coderay-1.0.7 +DISTNAME= coderay-1.0.8 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/textproc/ruby-coderay/distinfo b/textproc/ruby-coderay/distinfo index 5f0cdba57ff..d2b02fd9912 100644 --- a/textproc/ruby-coderay/distinfo +++ b/textproc/ruby-coderay/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2012/09/16 09:26:10 taca Exp $ +$NetBSD: distinfo,v 1.9 2012/12/17 13:48:10 taca Exp $ -SHA1 (coderay-1.0.7.gem) = 8a68729b1d7caee358e2402c8f354e9d881705ae -RMD160 (coderay-1.0.7.gem) = 8eaba9d4ebc40cb5246d2c223efa9ddf792a418b -Size (coderay-1.0.7.gem) = 88576 bytes +SHA1 (coderay-1.0.8.gem) = 4bd30a50a6474568c73b43308db74ed09afda45c +RMD160 (coderay-1.0.8.gem) = 39e26a9b569343e2faa1d8cfd3805d57cf48df93 +Size (coderay-1.0.8.gem) = 88576 bytes |