pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ruby-addressable



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jun 21 15:48:47 UTC 2020

Modified Files:
        pkgsrc/net/ruby-addressable: Makefile

Log Message:
net/ruby-addressable: add "USE_LANGUAGES=       # none"

Add "USE_LANGUAGES=     # none" for a pure ruby package.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/ruby-addressable/Makefile

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

Modified files:

Index: pkgsrc/net/ruby-addressable/Makefile
diff -u pkgsrc/net/ruby-addressable/Makefile:1.21 pkgsrc/net/ruby-addressable/Makefile:1.22
--- pkgsrc/net/ruby-addressable/Makefile:1.21   Sat Oct 19 08:16:24 2019
+++ pkgsrc/net/ruby-addressable/Makefile        Sun Jun 21 15:48:47 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2019/10/19 08:16:24 tsutsui Exp $
+# $NetBSD: Makefile,v 1.22 2020/06/21 15:48:47 taca Exp $
 
 DISTNAME=      addressable-2.7.0
 CATEGORIES=    net
@@ -10,5 +10,7 @@ LICENSE=      mit
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-public_suffix>=2.0.2:../../net/ruby-public_suffix
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index