pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-rbtree Change GEM_CLEANBUILD not to include...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/759ffff11fa8
branches:  trunk
changeset: 621355:759ffff11fa8
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jul 07 15:25:59 2013 +0000

description:
Change GEM_CLEANBUILD not to include the same Ruby's extension file in
package.

Bump PKGREVISION.

diffstat:

 devel/ruby-rbtree/Makefile |  5 +++--
 devel/ruby-rbtree/PLIST    |  3 +--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r c3b66c248f48 -r 759ffff11fa8 devel/ruby-rbtree/Makefile
--- a/devel/ruby-rbtree/Makefile        Sun Jul 07 15:24:19 2013 +0000
+++ b/devel/ruby-rbtree/Makefile        Sun Jul 07 15:25:59 2013 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2013/06/16 16:21:54 taca Exp $
+# $NetBSD: Makefile,v 1.10 2013/07/07 15:25:59 taca Exp $
 
 DISTNAME=      rbtree-0.4.1
+PKGREVISION=   1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +9,7 @@
 COMMENT=       Sorted associative collection using Red-Black Trees for Ruby
 LICENSE=       mit
 
-GEM_CLEANBUILD=        Makefile *.o mkmf.log
+GEM_CLEANBUILD=        Makefile *.o rbtree.${RUBY_DLEXT} mkmf.log
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r c3b66c248f48 -r 759ffff11fa8 devel/ruby-rbtree/PLIST
--- a/devel/ruby-rbtree/PLIST   Sun Jul 07 15:24:19 2013 +0000
+++ b/devel/ruby-rbtree/PLIST   Sun Jul 07 15:25:59 2013 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2013/03/17 16:06:49 taca Exp $
+@comment $NetBSD: PLIST,v 1.6 2013/07/07 15:25:59 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/MANIFEST
@@ -9,6 +9,5 @@
 ${GEM_LIBDIR}/extconf.rb
 ${GEM_LIBDIR}/lib/rbtree.${RUBY_DLEXT}
 ${GEM_LIBDIR}/rbtree.c
-${GEM_LIBDIR}/rbtree.${RUBY_DLEXT}
 ${GEM_LIBDIR}/test.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec



Home | Main Index | Thread Index | Old Index