pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: taca
Date: Fri Jun 2 04:16:35 UTC 2017
Modified Files:
pkgsrc/devel/ruby-rbtree: Makefile
pkgsrc/graphics/ruby-gd: Makefile
pkgsrc/graphics/ruby-imlib2: Makefile
pkgsrc/math/ruby-narray: Makefile
pkgsrc/security/ruby-shadow: Makefile
Log Message:
Relax patten in GEM_CLEANBUILD.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ruby-rbtree/Makefile
cvs rdiff -u -r1.48 -r1.49 pkgsrc/graphics/ruby-gd/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/graphics/ruby-imlib2/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/ruby-narray/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/ruby-shadow/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ruby-rbtree/Makefile
diff -u pkgsrc/devel/ruby-rbtree/Makefile:1.14 pkgsrc/devel/ruby-rbtree/Makefile:1.15
--- pkgsrc/devel/ruby-rbtree/Makefile:1.14 Fri Sep 25 08:55:44 2015
+++ pkgsrc/devel/ruby-rbtree/Makefile Fri Jun 2 04:16:35 2017
@@ -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 @@ HOMEPAGE= # http://rubyforge.org/project
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
Index: pkgsrc/graphics/ruby-gd/Makefile
diff -u pkgsrc/graphics/ruby-gd/Makefile:1.48 pkgsrc/graphics/ruby-gd/Makefile:1.49
--- pkgsrc/graphics/ruby-gd/Makefile:1.48 Tue Feb 28 15:20:07 2017
+++ pkgsrc/graphics/ruby-gd/Makefile Fri Jun 2 04:16:35 2017
@@ -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 @@ HOMEPAGE= # http://rubyforge.org/project
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
Index: pkgsrc/graphics/ruby-imlib2/Makefile
diff -u pkgsrc/graphics/ruby-imlib2/Makefile:1.34 pkgsrc/graphics/ruby-imlib2/Makefile:1.35
--- pkgsrc/graphics/ruby-imlib2/Makefile:1.34 Sun Jul 21 02:43:56 2013
+++ pkgsrc/graphics/ruby-imlib2/Makefile Fri Jun 2 04:16:35 2017
@@ -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 @@ HOMEPAGE= http://pablotron.org/software/
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
Index: pkgsrc/math/ruby-narray/Makefile
diff -u pkgsrc/math/ruby-narray/Makefile:1.7 pkgsrc/math/ruby-narray/Makefile:1.8
--- pkgsrc/math/ruby-narray/Makefile:1.7 Wed Mar 9 15:07:35 2016
+++ pkgsrc/math/ruby-narray/Makefile Fri Jun 2 04:16:35 2017
@@ -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 @@ HOMEPAGE= http://masa16.github.io/narray
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
Index: pkgsrc/security/ruby-shadow/Makefile
diff -u pkgsrc/security/ruby-shadow/Makefile:1.7 pkgsrc/security/ruby-shadow/Makefile:1.8
--- pkgsrc/security/ruby-shadow/Makefile:1.7 Mon Nov 23 07:26:14 2015
+++ pkgsrc/security/ruby-shadow/Makefile Fri Jun 2 04:16:35 2017
@@ -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 @@ COMMENT= Access to shadow passwords on L
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