diff options
author | taca <taca@pkgsrc.org> | 2011-08-17 13:38:30 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-08-17 13:38:30 +0000 |
commit | 1ae2704f29b4596e217b07b70a11e906ea640361 (patch) | |
tree | c3cda7294df9891e121ad44f0afa72f39ae4d6fd /textproc/ruby-libxml | |
parent | db245045ea171048af8c8f8d2ead142a83ec77cc (diff) | |
download | pkgsrc-1ae2704f29b4596e217b07b70a11e906ea640361.tar.gz |
Update ruby-libxml package to 2.2.1.
= Release History
== 2.2.1 / 2011-08-13 Charlie Savage
* Packaging fix - include the custom .def file in the gem.
Diffstat (limited to 'textproc/ruby-libxml')
-rw-r--r-- | textproc/ruby-libxml/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-libxml/PLIST | 3 | ||||
-rw-r--r-- | textproc/ruby-libxml/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/textproc/ruby-libxml/Makefile b/textproc/ruby-libxml/Makefile index 8b88b3365c0..cfb05c2a094 100644 --- a/textproc/ruby-libxml/Makefile +++ b/textproc/ruby-libxml/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2011/08/12 17:21:33 taca Exp $ +# $NetBSD: Makefile,v 1.9 2011/08/17 13:38:30 taca Exp $ -DISTNAME= libxml-ruby-2.2.0 +DISTNAME= libxml-ruby-2.2.1 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/ruby-//} CATEGORIES= textproc diff --git a/textproc/ruby-libxml/PLIST b/textproc/ruby-libxml/PLIST index 2c8aa949585..641ab2610f3 100644 --- a/textproc/ruby-libxml/PLIST +++ b/textproc/ruby-libxml/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2011/08/12 17:21:33 taca Exp $ +@comment $NetBSD: PLIST,v 1.8 2011/08/17 13:38:30 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/HISTORY ${GEM_LIBDIR}/LICENSE @@ -8,6 +8,7 @@ ${GEM_LIBDIR}/Rakefile ${GEM_LIBDIR}/ext/libxml/extconf.h ${GEM_LIBDIR}/ext/libxml/extconf.rb ${GEM_LIBDIR}/ext/libxml/libxml.c +${GEM_LIBDIR}/ext/libxml/libxml_ruby.def ${GEM_LIBDIR}/ext/libxml/ruby_libxml.h ${GEM_LIBDIR}/ext/libxml/ruby_xml.c ${GEM_LIBDIR}/ext/libxml/ruby_xml.h diff --git a/textproc/ruby-libxml/distinfo b/textproc/ruby-libxml/distinfo index 83428a2eb70..b9e26328696 100644 --- a/textproc/ruby-libxml/distinfo +++ b/textproc/ruby-libxml/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2011/08/12 17:21:33 taca Exp $ +$NetBSD: distinfo,v 1.6 2011/08/17 13:38:30 taca Exp $ -SHA1 (libxml-ruby-2.2.0.gem) = 82bbe311878adce98e9649ffbfc624e459c03b95 -RMD160 (libxml-ruby-2.2.0.gem) = 3d7e7b3bc295ce861266edf840aad93f2004df9a -Size (libxml-ruby-2.2.0.gem) = 243712 bytes +SHA1 (libxml-ruby-2.2.1.gem) = a8f9c27b0dc2ff38a84700ffd2e8b608a98ae9b8 +RMD160 (libxml-ruby-2.2.1.gem) = 82a548f9949ff51ecdd7811b871c8beeaeef0c7a +Size (libxml-ruby-2.2.1.gem) = 244224 bytes |