Fri Sep 10 08:35:57 2010 UTC ()
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]


(taca)
diff -r1.12 -r1.13 pkgsrc/textproc/ruby-redcloth/Makefile
diff -r1.8 -r1.9 pkgsrc/textproc/ruby-redcloth/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/textproc/ruby-redcloth/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/ruby-redcloth/Makefile 2009/06/14 18:39:59 1.12
+++ pkgsrc/textproc/ruby-redcloth/Makefile 2010/09/10 08:35:57 1.13
@@ -1,16 +1,13 @@ @@ -1,16 +1,13 @@
1# $NetBSD: Makefile,v 1.12 2009/06/14 18:39:59 minskim Exp $ 1# $NetBSD: Makefile,v 1.13 2010/09/10 08:35:57 taca Exp $
2 2
3DISTNAME= RedCloth-4.2.0 3DISTNAME= RedCloth-4.2.3
4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:tl} 4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:tl}
5CATEGORIES= textproc 5CATEGORIES= textproc
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://redcloth.org/ 8HOMEPAGE= http://redcloth.org/
9COMMENT= Textile library for Ruby 9COMMENT= Textile library for Ruby
 10LICENSE= mit
10 11
11GEM_BUILD= gemspec 12.include "../../lang/ruby/gem.mk"
12 
13RUBY_HAS_ARCHLIB= YES 
14 
15.include "../../misc/rubygems/rubygem.mk" 
16.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"

cvs diff -r1.8 -r1.9 pkgsrc/textproc/ruby-redcloth/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/ruby-redcloth/distinfo 2009/06/14 18:39:59 1.8
+++ pkgsrc/textproc/ruby-redcloth/distinfo 2010/09/10 08:35:57 1.9
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.8 2009/06/14 18:39:59 minskim Exp $ 1$NetBSD: distinfo,v 1.9 2010/09/10 08:35:57 taca Exp $
2 2
3SHA1 (RedCloth-4.2.0.gem) = bbda7150e6ecb385964b6cb129ba11c694dc4ea2 3SHA1 (RedCloth-4.2.3.gem) = 2099da243df2ae751ad5a9d5072ba5bcc0580c26
4RMD160 (RedCloth-4.2.0.gem) = 83b099ec843ead17ed09a861b00eda9a3f8d2f76 4RMD160 (RedCloth-4.2.3.gem) = 5fc8c5df73f78cdd5c5f13002da54fab8e440ba1
5Size (RedCloth-4.2.0.gem) = 223232 bytes 5Size (RedCloth-4.2.3.gem) = 237056 bytes