- ruby-clearsilver switch to use vendor_dir with Ruby 1.8.7.
Bump PKGREVISION.
This commit is contained in:
parent
70a8c384fa
commit
469710a1ea
4 changed files with 24 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.10 2006/07/28 12:26:18 rillig Exp $
|
||||
$NetBSD: distinfo,v 1.11 2008/06/19 15:19:25 taca Exp $
|
||||
|
||||
SHA1 (clearsilver-0.10.1.tar.gz) = d18d2b65b8a8f0e7077feb8b6c358519c4113e97
|
||||
RMD160 (clearsilver-0.10.1.tar.gz) = de13a6a58d80b896fe245b5d2d0a0f391390dfd3
|
||||
|
@ -6,3 +6,4 @@ Size (clearsilver-0.10.1.tar.gz) = 563655 bytes
|
|||
SHA1 (patch-aa) = a336841bb190e179842b88694791303bcde211de
|
||||
SHA1 (patch-ab) = ee7c06f394551237ae542f8ae284c248cd1cc67f
|
||||
SHA1 (patch-ac) = fde24cd5f749180da01217d793e7f7feec86df35
|
||||
SHA1 (patch-ad) = 59ae45b8f42d5ffd15f18e071d600ed59837b49a
|
||||
|
|
17
www/clearsilver/patches/patch-ad
Normal file
17
www/clearsilver/patches/patch-ad
Normal file
|
@ -0,0 +1,17 @@
|
|||
$NetBSD: patch-ad,v 1.1 2008/06/19 15:19:25 taca Exp $
|
||||
|
||||
--- ruby/install.rb.orig 2005-06-30 18:51:57.000000000 +0000
|
||||
+++ ruby/install.rb
|
||||
@@ -68,9 +68,9 @@ class ConfigTable
|
||||
if c['rubylibdir'] then
|
||||
# 1.6.3 < V
|
||||
stdruby = subprefix.call(c['rubylibdir'])
|
||||
- siteruby = subprefix.call(c['sitedir'])
|
||||
- versite = subprefix.call(c['sitelibdir'])
|
||||
- sodir = subprefix.call(c['sitearchdir'])
|
||||
+ siteruby = subprefix.call(c['vendordir'])
|
||||
+ versite = subprefix.call(c['vendorlibdir'])
|
||||
+ sodir = subprefix.call(c['vendorarchdir'])
|
||||
elsif newpath_p then
|
||||
# 1.4.4 <= V <= 1.6.3
|
||||
stdruby = "$prefix/lib/ruby/#{version}"
|
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.11 2006/02/05 23:11:28 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2008/06/19 15:19:25 taca Exp $
|
||||
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
||||
PKGREVISION= 3
|
||||
PKGREVISION= 4
|
||||
|
||||
.include "../../www/clearsilver/Makefile.common"
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2004/12/04 17:20:47 taca Exp $
|
||||
${RUBY_SITEARCHLIBDIR}/hdf.${RUBY_DLEXT}
|
||||
${RUBY_SITELIBDIR}/neo.rb
|
||||
@comment $NetBSD: PLIST,v 1.3 2008/06/19 15:19:25 taca Exp $
|
||||
${RUBY_VENDORARCHLIB}/hdf.${RUBY_DLEXT}
|
||||
${RUBY_VENDORLIB}/neo.rb
|
||||
|
|
Loading…
Reference in a new issue