pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-tilt



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Nov 19 15:40:08 UTC 2016

Modified Files:
        pkgsrc/textproc/ruby-tilt: Makefile
Removed Files:
        pkgsrc/textproc/ruby-tilt/patches: patch-.._tilt-1.4.1.gemspec

Log Message:
Stop patching gemspec file and use OVERRIDE_GEMSPEC with updated
update-gemspec.rb script.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/ruby-tilt/Makefile
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/textproc/ruby-tilt/patches/patch-.._tilt-1.4.1.gemspec

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/ruby-tilt/Makefile
diff -u pkgsrc/textproc/ruby-tilt/Makefile:1.10 pkgsrc/textproc/ruby-tilt/Makefile:1.11
--- pkgsrc/textproc/ruby-tilt/Makefile:1.10     Sat Mar 14 07:54:52 2015
+++ pkgsrc/textproc/ruby-tilt/Makefile  Sat Nov 19 15:40:08 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2015/03/14 07:54:52 taca Exp $
+# $NetBSD: Makefile,v 1.11 2016/11/19 15:40:08 taca Exp $
 
 DISTNAME=      tilt-1.4.1
 PKGREVISION=   1
@@ -10,6 +10,7 @@ COMMENT=      Generic interface to multiple R
 LICENSE=       mit
 
 RUBYGEM_OPTIONS+=      --format-executable
+OVERRIDE_GEMSPEC+=     rdoc:
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index