diff options
author | taca <taca@pkgsrc.org> | 2010-09-10 08:35:57 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-10 08:35:57 +0000 |
commit | 51ea94c624039f63bc68b145dd92224d20272b37 (patch) | |
tree | 41f17a2e6550cecce7abc8ed2e431c8a6c935bb5 /textproc | |
parent | 5b40fef9e6ee1a2e56a1ffc745341118dcce85f8 (diff) | |
download | pkgsrc-51ea94c624039f63bc68b145dd92224d20272b37.tar.gz |
Update textproc/ruby-redcloth to 4.2.3.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Remove RUBY_HAS_ARCHLIB.
=== 4.2.3 / March 1, 2010
* Allow quotes in styles so you can do things like listing font-families. [Jason Garber]
* Fix uninitialized constant Gem::Specification::PLATFORM_CROSS_TARGETS in Rails [Jason Garber]
* Allow uppercase letters in class and ID attributes even though it's invalid [Jason Garber]
* Fix compatibility with newer Echoe, by using full-name for Platform [Flameeyes]
* Fixes for PPC/PPC64 [Flameeyes]
* Added a modified copy of 'Textile Reference' to a doc folder [codesponge]
* Add footnote return links [Jonathan Rudenberg]
* Add bug report link to the README
=== 4.2.2 / June 30, 2009
* Fix regression where percent wasn't accepted in style attribute. [Jason Garber]
=== 4.2.1 / June 16, 2009
* Fix regression where period wasn't accepted in style attribute. [Jason Garber]
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-redcloth/Makefile | 11 | ||||
-rw-r--r-- | textproc/ruby-redcloth/distinfo | 8 |
2 files changed, 8 insertions, 11 deletions
diff --git a/textproc/ruby-redcloth/Makefile b/textproc/ruby-redcloth/Makefile index 599ecadeeca..c891abe8ab9 100644 --- a/textproc/ruby-redcloth/Makefile +++ b/textproc/ruby-redcloth/Makefile @@ -1,16 +1,13 @@ -# $NetBSD: Makefile,v 1.12 2009/06/14 18:39:59 minskim Exp $ +# $NetBSD: Makefile,v 1.13 2010/09/10 08:35:57 taca Exp $ -DISTNAME= RedCloth-4.2.0 +DISTNAME= RedCloth-4.2.3 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:tl} CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://redcloth.org/ COMMENT= Textile library for Ruby +LICENSE= mit -GEM_BUILD= gemspec - -RUBY_HAS_ARCHLIB= YES - -.include "../../misc/rubygems/rubygem.mk" +.include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-redcloth/distinfo b/textproc/ruby-redcloth/distinfo index 4a5e5cc6208..9346990b0fe 100644 --- a/textproc/ruby-redcloth/distinfo +++ b/textproc/ruby-redcloth/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2009/06/14 18:39:59 minskim Exp $ +$NetBSD: distinfo,v 1.9 2010/09/10 08:35:57 taca Exp $ -SHA1 (RedCloth-4.2.0.gem) = bbda7150e6ecb385964b6cb129ba11c694dc4ea2 -RMD160 (RedCloth-4.2.0.gem) = 83b099ec843ead17ed09a861b00eda9a3f8d2f76 -Size (RedCloth-4.2.0.gem) = 223232 bytes +SHA1 (RedCloth-4.2.3.gem) = 2099da243df2ae751ad5a9d5072ba5bcc0580c26 +RMD160 (RedCloth-4.2.3.gem) = 5fc8c5df73f78cdd5c5f13002da54fab8e440ba1 +Size (RedCloth-4.2.3.gem) = 237056 bytes |