pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ruby-json Fixes GEM_CLEANBUILD patterns, or b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f2d7de45082d
branches:  trunk
changeset: 576618:f2d7de45082d
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue Jun 15 13:35:52 2010 +0000

description:
Fixes GEM_CLEANBUILD patterns, or built C extensions are cleared and
result in same as ruby-json-pure.

Bump PKGREVISION.

diffstat:

 textproc/ruby-json/Makefile |  4 +++-
 textproc/ruby-json/PLIST    |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (38 lines):

diff -r c00836492f61 -r f2d7de45082d textproc/ruby-json/Makefile
--- a/textproc/ruby-json/Makefile       Tue Jun 15 13:23:09 2010 +0000
+++ b/textproc/ruby-json/Makefile       Tue Jun 15 13:35:52 2010 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2010/05/16 09:12:30 obache Exp $
+# $NetBSD: Makefile,v 1.6 2010/06/15 13:35:52 obache Exp $
 
 DISTNAME=      json-1.4.3
+PKGREVISION=   1
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc
 
@@ -10,6 +11,7 @@
 LICENSE=       ruby-license
 
 GEM_BUILD=     gemspec
+GEM_CLEANBUILD=        ext/json/ext/generator/* ext/json/ext/parser/*
 
 post-extract:
        cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w
diff -r c00836492f61 -r f2d7de45082d textproc/ruby-json/PLIST
--- a/textproc/ruby-json/PLIST  Tue Jun 15 13:23:09 2010 +0000
+++ b/textproc/ruby-json/PLIST  Tue Jun 15 13:35:52 2010 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2010/05/04 02:46:50 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2010/06/15 13:35:52 obache Exp $
 ${GEM_HOME}/cache/json-${PKGVERSION}.gem
 ${GEM_LIBDIR}/.require_paths
 ${GEM_LIBDIR}/CHANGES
@@ -53,6 +53,8 @@
 ${GEM_LIBDIR}/ext/json/ext/generator/extconf.rb
 ${GEM_LIBDIR}/ext/json/ext/generator/generator.c
 ${GEM_LIBDIR}/ext/json/ext/generator/generator.h
+${GEM_LIBDIR}/ext/json/ext/json/ext/generator.${RUBY_DLEXT}
+${GEM_LIBDIR}/ext/json/ext/json/ext/parser.${RUBY_DLEXT}
 ${GEM_LIBDIR}/ext/json/ext/parser/extconf.rb
 ${GEM_LIBDIR}/ext/json/ext/parser/parser.c
 ${GEM_LIBDIR}/ext/json/ext/parser/parser.h



Home | Main Index | Thread Index | Old Index