pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Relax patten in GEM_CLEANBUILD.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a61673e822b7
branches:  trunk
changeset: 363137:a61673e822b7
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Jun 02 04:16:35 2017 +0000

description:
Relax patten in GEM_CLEANBUILD.

diffstat:

 devel/ruby-rbtree/Makefile    |  4 ++--
 graphics/ruby-gd/Makefile     |  4 ++--
 graphics/ruby-imlib2/Makefile |  4 ++--
 math/ruby-narray/Makefile     |  4 ++--
 security/ruby-shadow/Makefile |  4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diffs (90 lines):

diff -r e3f0ab8edd32 -r a61673e822b7 devel/ruby-rbtree/Makefile
--- a/devel/ruby-rbtree/Makefile        Thu Jun 01 23:38:29 2017 +0000
+++ b/devel/ruby-rbtree/Makefile        Fri Jun 02 04:16:35 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2015/09/25 08:55:44 taca Exp $
+# $NetBSD: Makefile,v 1.15 2017/06/02 04:16:35 taca Exp $
 
 DISTNAME=      rbtree-0.4.2
 CATEGORIES=    devel
@@ -8,7 +8,7 @@
 COMMENT=       Sorted associative collection using Red-Black Trees for Ruby
 LICENSE=       mit
 
-GEM_CLEANBUILD=        Makefile *.o rbtree.${RUBY_DLEXT} mkmf.log .RUBYARCHDIR.time
+GEM_CLEANBUILD=        Makefile *.o rbtree.${RUBY_DLEXT} mkmf.log .*.time
 
 USE_GCC_RUNTIME=       yes
 
diff -r e3f0ab8edd32 -r a61673e822b7 graphics/ruby-gd/Makefile
--- a/graphics/ruby-gd/Makefile Thu Jun 01 23:38:29 2017 +0000
+++ b/graphics/ruby-gd/Makefile Fri Jun 02 04:16:35 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2017/02/28 15:20:07 ryoon Exp $
+# $NetBSD: Makefile,v 1.49 2017/06/02 04:16:35 taca Exp $
 
 DISTNAME=      ruby-gd-0.8.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
@@ -10,7 +10,7 @@
 COMMENT=       Ruby extension to drive the GD library
 LICENSE=       ruby-license
 
-GEM_CLEANBUILD=        Makefile *.o GD.${RUBY_DLEXT} mkmf.log .RUBYARCHDIR.time
+GEM_CLEANBUILD=        Makefile *.o GD.${RUBY_DLEXT} mkmf.log .*.time
 
 CONFIGURE_ARGS+=       --with-gd-dir=${BUILDLINK_PREFIX.gd:Q}
 CONFIGURE_ARGS+=       --with-jpeg
diff -r e3f0ab8edd32 -r a61673e822b7 graphics/ruby-imlib2/Makefile
--- a/graphics/ruby-imlib2/Makefile     Thu Jun 01 23:38:29 2017 +0000
+++ b/graphics/ruby-imlib2/Makefile     Fri Jun 02 04:16:35 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2013/07/21 02:43:56 taca Exp $
+# $NetBSD: Makefile,v 1.35 2017/06/02 04:16:35 taca Exp $
 
 DISTNAME=      imlib2-ruby-0.5.2
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
@@ -11,7 +11,7 @@
 COMMENT=       Imlib2 bindings for Ruby
 LICENSE=       mit
 
-GEM_CLEANBUILD=        Makefile *.o imlib2.${RUBY_DLEXT} mkmf.log .RUBYARCHDIR.time
+GEM_CLEANBUILD=        Makefile *.o imlib2.${RUBY_DLEXT} mkmf.log .*.time
 OVERRIDE_GEMSPEC=      :name=imlib2-ruby
 BUILDLINK_API_DEPENDS.imlib2+=      imlib2>=1.2.0nb2
 
diff -r e3f0ab8edd32 -r a61673e822b7 math/ruby-narray/Makefile
--- a/math/ruby-narray/Makefile Thu Jun 01 23:38:29 2017 +0000
+++ b/math/ruby-narray/Makefile Fri Jun 02 04:16:35 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2016/03/09 15:07:35 taca Exp $
+# $NetBSD: Makefile,v 1.8 2017/06/02 04:16:35 taca Exp $
 
 DISTNAME=      narray-0.6.1.2
 CATEGORIES=    math
@@ -8,7 +8,7 @@
 COMMENT=       N-dimensional Numerical Array class for Ruby
 LICENSE=       2-clause-bsd OR ruby-license
 
-GEM_CLEANBUILD=        src/Makefile src/*.o src/.RUBY*.time src/*.${RUBY_DLEXT} \
+GEM_CLEANBUILD=        src/Makefile src/*.o src/.*.time src/*.${RUBY_DLEXT} \
                src/mkmf.log
 GEM_CLEANBUILD_EXTENSIONS= narray.h narray_config.h narray_ext.rb nmatrix.rb
 
diff -r e3f0ab8edd32 -r a61673e822b7 security/ruby-shadow/Makefile
--- a/security/ruby-shadow/Makefile     Thu Jun 01 23:38:29 2017 +0000
+++ b/security/ruby-shadow/Makefile     Fri Jun 02 04:16:35 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2015/11/23 07:26:14 taca Exp $
+# $NetBSD: Makefile,v 1.8 2017/06/02 04:16:35 taca Exp $
 
 SHADOW_VER=    2.5.0
 DISTNAME=      ruby-shadow-${SHADOW_VER}
@@ -11,7 +11,7 @@
 
 USE_TOOLS+=            gmake
 
-GEM_CLEANBUILD=        Makefile *.o mkmf.log shadow.${RUBY_DLEXT} .RUBYARCHDIR.time
+GEM_CLEANBUILD=        Makefile *.o mkmf.log shadow.${RUBY_DLEXT} .*.time
 
 .include "../../lang/ruby/gem.mk"
 .include "../../devel/libuuid/buildlink3.mk"



Home | Main Index | Thread Index | Old Index