diff options
author | obache <obache> | 2010-06-15 13:35:52 +0000 |
---|---|---|
committer | obache <obache> | 2010-06-15 13:35:52 +0000 |
commit | bae81981a84b1849f2b7bf5b1a624fbfca466e9a (patch) | |
tree | be676923014038170bd0b892fc344807dfdaffe7 /textproc | |
parent | fb68f4f85f86952238f7a9598fec2766da074914 (diff) | |
download | pkgsrc-bae81981a84b1849f2b7bf5b1a624fbfca466e9a.tar.gz |
Fixes GEM_CLEANBUILD patterns, or built C extensions are cleared and
result in same as ruby-json-pure.
Bump PKGREVISION.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-json/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-json/PLIST | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/textproc/ruby-json/Makefile b/textproc/ruby-json/Makefile index 2c5b33a0690..cecd67308e6 100644 --- a/textproc/ruby-json/Makefile +++ b/textproc/ruby-json/Makefile @@ -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 @@ COMMENT= Native extension implementation of JSON for Ruby 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 --git a/textproc/ruby-json/PLIST b/textproc/ruby-json/PLIST index 5a0e8d398f1..3193dec714e 100644 --- a/textproc/ruby-json/PLIST +++ b/textproc/ruby-json/PLIST @@ -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}/data/prototype.js ${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 |