pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/ruby-unf_ext No need to specify GEM_CLEANBU...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04744f77d7f9
branches:  trunk
changeset: 621347:04744f77d7f9
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jul 07 15:18:11 2013 +0000

description:
No need to specify GEM_CLEANBUILD and fix PLIST.

Bump PKGREVISION.

diffstat:

 converters/ruby-unf_ext/Makefile |  4 ++--
 converters/ruby-unf_ext/PLIST    |  5 +----
 2 files changed, 3 insertions(+), 6 deletions(-)

diffs (47 lines):

diff -r 5421338b8f1c -r 04744f77d7f9 converters/ruby-unf_ext/Makefile
--- a/converters/ruby-unf_ext/Makefile  Sun Jul 07 15:16:38 2013 +0000
+++ b/converters/ruby-unf_ext/Makefile  Sun Jul 07 15:18:11 2013 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2013/03/10 13:09:33 taca Exp $
+# $NetBSD: Makefile,v 1.4 2013/07/07 15:18:11 taca Exp $
 
 DISTNAME=      unf_ext-0.0.6
+PKGREVISION=   1
 CATEGORIES=    converters
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -9,7 +10,6 @@
 LICENSE=       mit
 
 USE_LANGUAGES= c c++
-GEM_CLEANBUILD=        Makefile *.o unf_ext.${RUBY_DLEXT} mkmf.log
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 5421338b8f1c -r 04744f77d7f9 converters/ruby-unf_ext/PLIST
--- a/converters/ruby-unf_ext/PLIST     Sun Jul 07 15:16:38 2013 +0000
+++ b/converters/ruby-unf_ext/PLIST     Sun Jul 07 15:18:11 2013 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2013/03/10 13:09:33 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2013/07/07 15:18:11 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.document
 ${GEM_LIBDIR}/.gitignore
@@ -6,9 +6,7 @@
 ${GEM_LIBDIR}/LICENSE.txt
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/ext/unf_ext/Makefile
 ${GEM_LIBDIR}/ext/unf_ext/extconf.rb
-${GEM_LIBDIR}/ext/unf_ext/mkmf.log
 ${GEM_LIBDIR}/ext/unf_ext/unf.cc
 ${GEM_LIBDIR}/ext/unf_ext/unf/normalizer.hh
 ${GEM_LIBDIR}/ext/unf_ext/unf/table.hh
@@ -16,7 +14,6 @@
 ${GEM_LIBDIR}/ext/unf_ext/unf/trie/node.hh
 ${GEM_LIBDIR}/ext/unf_ext/unf/trie/searcher.hh
 ${GEM_LIBDIR}/ext/unf_ext/unf/util.hh
-${GEM_LIBDIR}/ext/unf_ext/unf_ext.${RUBY_DLEXT}
 ${GEM_LIBDIR}/lib/unf_ext.rb
 ${GEM_LIBDIR}/lib/unf_ext.${RUBY_DLEXT}
 ${GEM_LIBDIR}/lib/unf_ext/version.rb



Home | Main Index | Thread Index | Old Index