diff options
author | taca <taca@pkgsrc.org> | 2015-06-04 13:57:38 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-06-04 13:57:38 +0000 |
commit | 93d1277c5ceb84fb295d60953eae27b089bbf358 (patch) | |
tree | a6ef117022aae90c1062dd3de9222cfd34d8bfef /converters | |
parent | 0bfef0b6787ae1174fcbfcb4323adc3da201cc55 (diff) | |
download | pkgsrc-93d1277c5ceb84fb295d60953eae27b089bbf358.tar.gz |
Update ruby-unf_ext to 0.0.7.1.
## 0.0.7.1 (2015-04-18)
- Windows fat binary gems no longer require libstd++ to
run, which are statically linked.
- Add a fat binary gem for x64-mingw32 (64bit Windows).
- Windows fat binary gems now include binaries for Ruby up to 2.2.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/ruby-unf_ext/Makefile | 5 | ||||
-rw-r--r-- | converters/ruby-unf_ext/PLIST | 4 | ||||
-rw-r--r-- | converters/ruby-unf_ext/distinfo | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/converters/ruby-unf_ext/Makefile b/converters/ruby-unf_ext/Makefile index 1556a3b6047..f8758a6c829 100644 --- a/converters/ruby-unf_ext/Makefile +++ b/converters/ruby-unf_ext/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2013/07/07 15:18:11 taca Exp $ +# $NetBSD: Makefile,v 1.5 2015/06/04 13:57:38 taca Exp $ -DISTNAME= unf_ext-0.0.6 -PKGREVISION= 1 +DISTNAME= unf_ext-0.0.7.1 CATEGORIES= converters MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/converters/ruby-unf_ext/PLIST b/converters/ruby-unf_ext/PLIST index 1b279a30a9f..a483d82564b 100644 --- a/converters/ruby-unf_ext/PLIST +++ b/converters/ruby-unf_ext/PLIST @@ -1,9 +1,11 @@ -@comment $NetBSD: PLIST,v 1.5 2015/03/08 15:17:18 taca Exp $ +@comment $NetBSD: PLIST,v 1.6 2015/06/04 13:57:38 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_EXTSDIR}/gem.build_complete ${GEM_EXTSDIR}/unf_ext.${RUBY_DLEXT} ${GEM_LIBDIR}/.document ${GEM_LIBDIR}/.gitignore +${GEM_LIBDIR}/.travis.yml +${GEM_LIBDIR}/CHANGELOG.md ${GEM_LIBDIR}/Gemfile ${GEM_LIBDIR}/LICENSE.txt ${GEM_LIBDIR}/README.md diff --git a/converters/ruby-unf_ext/distinfo b/converters/ruby-unf_ext/distinfo index b8c982d1853..e108214ec65 100644 --- a/converters/ruby-unf_ext/distinfo +++ b/converters/ruby-unf_ext/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2013/03/10 13:09:33 taca Exp $ +$NetBSD: distinfo,v 1.4 2015/06/04 13:57:38 taca Exp $ -SHA1 (unf_ext-0.0.6.gem) = e348afd55aea2aac0c9706e1b59e83b4f7c491e9 -RMD160 (unf_ext-0.0.6.gem) = 99efe8286b050e97bdc3d0041d162f19e3ced681 -Size (unf_ext-0.0.6.gem) = 395264 bytes +SHA1 (unf_ext-0.0.7.1.gem) = eb80c869cc9d89dfab06bef1439949aeb49986a9 +RMD160 (unf_ext-0.0.7.1.gem) = 75d62adeb709dff0f89943f2581db2efdeb5deb8 +Size (unf_ext-0.0.7.1.gem) = 392192 bytes |