Update devel/ruby-polyglot pacakge to 0.3.2.
== 0.3.2 2011-07-27 * 1 minor fix: * Load file without extension if found exactly as required
This commit is contained in:
parent
05a11dd44a
commit
6e0ed9b0b3
3 changed files with 14 additions and 12 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.3 2011/06/08 14:06:06 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2011/08/12 16:33:05 taca Exp $
|
||||
|
||||
DISTNAME= polyglot-0.3.1
|
||||
PKGREVISION= 1
|
||||
DISTNAME= polyglot-0.3.2
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= filip@joyent.com
|
||||
|
|
|
@ -1,12 +1,15 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2009/11/23 14:26:09 fhajny Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2011/08/12 16:33:05 taca Exp $
|
||||
${GEM_HOME}/cache/polyglot-${PKGVERSION}.gem
|
||||
${GEM_LIBDIR}/History.txt
|
||||
${GEM_LIBDIR}/License.txt
|
||||
${GEM_LIBDIR}/Manifest.txt
|
||||
${GEM_LIBDIR}/README.txt
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/lib/polyglot.rb
|
||||
${GEM_LIBDIR}/lib/polyglot/version.rb
|
||||
${GEM_LIBDIR}/test/test_helper.rb
|
||||
${GEM_LIBDIR}/test/test_polyglot.rb
|
||||
${GEM_HOME}/specifications/polyglot-${PKGVERSION}.gemspec
|
||||
${GEM_LIBDIR}/script/txt2html
|
||||
${GEM_LIBDIR}/website/index.html
|
||||
${GEM_LIBDIR}/website/index.txt
|
||||
${GEM_LIBDIR}/website/javascripts/rounded_corners_lite.inc.js
|
||||
${GEM_LIBDIR}/website/stylesheets/screen.css
|
||||
${GEM_LIBDIR}/website/template.rhtml
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2010/09/10 06:12:17 taca Exp $
|
||||
$NetBSD: distinfo,v 1.3 2011/08/12 16:33:05 taca Exp $
|
||||
|
||||
SHA1 (polyglot-0.3.1.gem) = 28c2d98d4151d25ee400e0fcc13c79ac456142b1
|
||||
RMD160 (polyglot-0.3.1.gem) = 1a868f1750314e60547e4f2fa23dde4335d21ede
|
||||
Size (polyglot-0.3.1.gem) = 6656 bytes
|
||||
SHA1 (polyglot-0.3.2.gem) = 6526d326a248252f9856238cfd5d9be4fca41756
|
||||
RMD160 (polyglot-0.3.2.gem) = 7b7aeee43761438fc712dc7d54334ab08043a97a
|
||||
Size (polyglot-0.3.2.gem) = 15872 bytes
|
||||
|
|
Loading…
Reference in a new issue