diff options
author | obache <obache> | 2012-07-13 13:15:40 +0000 |
---|---|---|
committer | obache <obache> | 2012-07-13 13:15:40 +0000 |
commit | 8fa429634dbd5ef5d3d43e1b53021fe3878f9572 (patch) | |
tree | 1ec66dfcdb25a53c9c9da67c730e163cccd279ad /devel | |
parent | 54cffaf831ea9ec04ca8dbe168329ca30436f2f4 (diff) | |
download | pkgsrc-8fa429634dbd5ef5d3d43e1b53021fe3878f9572.tar.gz |
Update ruby-ole to 1.2.11.4.
== 1.2.11.4 / 2012-07-03
- Embed PropertySet meta data GUIDs and field lists, to avoid hitting the
filesystem and remove dependency on YAML.
- Update Rakefile to avoid warnings about both deprecated tasks and space
before parentheses.
- Remove Dirent#children=.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-ole/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-ole/PLIST | 3 | ||||
-rw-r--r-- | devel/ruby-ole/distinfo | 8 |
3 files changed, 7 insertions, 8 deletions
diff --git a/devel/ruby-ole/Makefile b/devel/ruby-ole/Makefile index 9ac70d8cada..3fcd0d0be9d 100644 --- a/devel/ruby-ole/Makefile +++ b/devel/ruby-ole/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2012/02/26 11:54:59 obache Exp $ +# $NetBSD: Makefile,v 1.4 2012/07/13 13:15:40 obache Exp $ # -DISTNAME= ruby-ole-1.2.11.3 +DISTNAME= ruby-ole-1.2.11.4 PKGNAME= ${DISTNAME:S/ruby-/${RUBY_PKGPREFIX}-/} CATEGORIES= devel diff --git a/devel/ruby-ole/PLIST b/devel/ruby-ole/PLIST index 00c80a164e5..470416b91ad 100644 --- a/devel/ruby-ole/PLIST +++ b/devel/ruby-ole/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2011/04/13 13:04:30 obache Exp $ +@comment $NetBSD: PLIST,v 1.2 2012/07/13 13:15:40 obache Exp $ bin/oletool${RUBY_VER} ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/COPYING @@ -6,7 +6,6 @@ ${GEM_LIBDIR}/ChangeLog ${GEM_LIBDIR}/README ${GEM_LIBDIR}/Rakefile ${GEM_LIBDIR}/bin/oletool -${GEM_LIBDIR}/data/propids.yaml ${GEM_LIBDIR}/lib/ole/base.rb ${GEM_LIBDIR}/lib/ole/file_system.rb ${GEM_LIBDIR}/lib/ole/ranges_io.rb diff --git a/devel/ruby-ole/distinfo b/devel/ruby-ole/distinfo index 707da9f6fa6..cbd410284ed 100644 --- a/devel/ruby-ole/distinfo +++ b/devel/ruby-ole/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2012/02/26 11:54:59 obache Exp $ +$NetBSD: distinfo,v 1.4 2012/07/13 13:15:40 obache Exp $ -SHA1 (ruby-ole-1.2.11.3.gem) = 350e428a94b3eccbadf0c933f2358efe3d487baf -RMD160 (ruby-ole-1.2.11.3.gem) = aaa7bf8141d18a84ed298d733a62a5713a0ff9b6 -Size (ruby-ole-1.2.11.3.gem) = 56832 bytes +SHA1 (ruby-ole-1.2.11.4.gem) = ad9228cc30c68f9557dc1dc0bac4437981b15ab0 +RMD160 (ruby-ole-1.2.11.4.gem) = 6c23cdafe8d069609310478b100220613ebb3095 +Size (ruby-ole-1.2.11.4.gem) = 56320 bytes |