pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-libyajl2



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Feb  3 14:42:25 UTC 2019

Modified Files:
        pkgsrc/devel/ruby-libyajl2: Makefile

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-libyajl2/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-libyajl2/Makefile
diff -u pkgsrc/devel/ruby-libyajl2/Makefile:1.1 pkgsrc/devel/ruby-libyajl2/Makefile:1.2
--- pkgsrc/devel/ruby-libyajl2/Makefile:1.1     Mon Jan 19 20:43:37 2015
+++ pkgsrc/devel/ruby-libyajl2/Makefile Sun Feb  3 14:42:25 2019
@@ -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 @@ LICENSE=      apache-2.0
 
 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