pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-libyajl2 devel/ruby-libyajl2: update to 2.0.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/7d7b102c64f4
branches: trunk
changeset: 329274:7d7b102c64f4
user: taca <taca%pkgsrc.org@localhost>
date: Sun Feb 03 14:42:25 2019 +0000
description:
devel/ruby-libyajl2: update to 2.0.0
* pkgsrc change: add "USE_LANGUAGES= # none" line.
2.0.0 (2018-10-24)
* Removed testing for Ruby 1.8/1.9/Ruby Enterprise Edition
* Removed the dependency on mime-types, which was needed for Ruby 1.8
* Resolved Chefstyle warnings
* Added instructions for installing package dependencies to the readme
* Escape prefix when generating makefile
diffstat:
devel/ruby-libyajl2/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r f08fcb7355fb -r 7d7b102c64f4 devel/ruby-libyajl2/Makefile
--- a/devel/ruby-libyajl2/Makefile Sun Feb 03 14:38:49 2019 +0000
+++ b/devel/ruby-libyajl2/Makefile Sun Feb 03 14:42:25 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2015/01/19 20:43:37 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2019/02/03 14:42:25 taca Exp $
-DISTNAME= libyajl2-1.2.0
+DISTNAME= libyajl2-2.0.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -10,6 +10,8 @@
MAKE_ENV+= USE_SYSTEM_LIBYAJL2=yes
+USE_LANGUAGES= # none
+
.include "../../lang/ruby/gem.mk"
.include "../../devel/yajl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index