pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: taca
Date: Mon Mar 23 15:36:04 UTC 2020
Modified Files:
pkgsrc/devel/ruby-locale: Makefile
pkgsrc/devel/ruby-memoist: Makefile
Log Message:
Add USE_LANGUAGES
Add "USE_LANGUAGES= # none".
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-locale/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-memoist/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-locale/Makefile
diff -u pkgsrc/devel/ruby-locale/Makefile:1.8 pkgsrc/devel/ruby-locale/Makefile:1.9
--- pkgsrc/devel/ruby-locale/Makefile:1.8 Sun Feb 16 04:21:50 2020
+++ pkgsrc/devel/ruby-locale/Makefile Mon Mar 23 15:36:04 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2020/02/16 04:21:50 tsutsui Exp $
+# $NetBSD: Makefile,v 1.9 2020/03/23 15:36:04 taca Exp $
DISTNAME= locale-2.1.3
CATEGORIES= devel
@@ -8,5 +8,7 @@ HOMEPAGE= https://ruby-gettext.github.co
COMMENT= Pure ruby library which provides basic APIs for localization
LICENSE= ruby-license OR gnu-lgpl-v3
+USE_LANGUAGES= # none
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-memoist/Makefile
diff -u pkgsrc/devel/ruby-memoist/Makefile:1.4 pkgsrc/devel/ruby-memoist/Makefile:1.5
--- pkgsrc/devel/ruby-memoist/Makefile:1.4 Wed Dec 11 14:51:36 2019
+++ pkgsrc/devel/ruby-memoist/Makefile Mon Mar 23 15:36:04 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/12/11 14:51:36 tsutsui Exp $
+# $NetBSD: Makefile,v 1.5 2020/03/23 15:36:04 taca Exp $
DISTNAME= memoist-0.16.2
CATEGORIES= devel
@@ -8,5 +8,7 @@ HOMEPAGE= https://github.com/matthewrudy
COMMENT= Replacement of memoizable, memoize methods invocation
LICENSE= mit
+USE_LANGUAGES= # none
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index