pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-treetop



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Nov 19 15:24:45 UTC 2016

Modified Files:
        pkgsrc/textproc/ruby-treetop: Makefile
Removed Files:
        pkgsrc/textproc/ruby-treetop/patches: patch-.._treetop-1.4.15.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.7 -r1.8 pkgsrc/textproc/ruby-treetop/Makefile
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/textproc/ruby-treetop/patches/patch-.._treetop-1.4.15.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-treetop/Makefile
diff -u pkgsrc/textproc/ruby-treetop/Makefile:1.7 pkgsrc/textproc/ruby-treetop/Makefile:1.8
--- pkgsrc/textproc/ruby-treetop/Makefile:1.7   Sat Mar 15 15:15:06 2014
+++ pkgsrc/textproc/ruby-treetop/Makefile       Sat Nov 19 15:24:45 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2014/03/15 15:15:06 taca Exp $
+# $NetBSD: Makefile,v 1.8 2016/11/19 15:24:45 taca Exp $
 
 DISTNAME=      treetop-1.4.15
 CATEGORIES=    textproc
@@ -11,6 +11,7 @@ LICENSE=      mit
 DEPENDS+=      ${RUBY_PKGPREFIX}-polyglot>=0.3.1:../../devel/ruby-polyglot
 
 CONFLICTS=     ruby[1-9][0-9]-treetop-[0-9]*
+OVERRIDE_GEMSPEC+=     polyglot:
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index