Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 2014 14:56:22 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358010 - head/devel/yajl
Message-ID:  <201406161456.s5GEuMO2048600@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Mon Jun 16 14:56:22 2014
New Revision: 358010
URL: http://svnweb.freebsd.org/changeset/ports/358010
QAT: https://qat.redports.org/buildarchive/r358010/

Log:
  - Update to 2.1.0
  
    ChangeLog:
  
    * fixed some compiler warnings
    * documentation improvements
    * build fix for NetBSD (and whenever sh != bash)
    * allow client to reset generator
    * remove bash dependencies
    * add api tests
    * remove ruby dependency
    * nmake install works on windows
    * build fix for qnx
    * debugging improvements
    * json_verify supports -s flag for stream processing
    * json_reformat supports -s flag for stream processing
  
  - Take maintainership

Modified:
  head/devel/yajl/Makefile
  head/devel/yajl/distinfo
  head/devel/yajl/pkg-descr

Modified: head/devel/yajl/Makefile
==============================================================================
--- head/devel/yajl/Makefile	Mon Jun 16 14:53:43 2014	(r358009)
+++ head/devel/yajl/Makefile	Mon Jun 16 14:56:22 2014	(r358010)
@@ -1,21 +1,20 @@
 # $FreeBSD$
 
 PORTNAME=	yajl
-PORTVERSION=	2.0.4
-PORTREVISION=	1
+PORTVERSION=	2.1.0
 CATEGORIES=	devel
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	gahr@FreeBSD.org
 COMMENT=	Portable JSON parsing and serialization library in ANSI C
 
+LICENSE=	ISCL
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	lloyd
-GH_COMMIT=	fee1ebe
-
-LICENSE=	ISCL
+GH_COMMIT=	66cb08c
 
 USE_LDCONFIG=	yes
-USES=		cmake
+USES=		cmake:outsource
 
 PLIST_SUB=	VERSION=${PORTVERSION}
 

Modified: head/devel/yajl/distinfo
==============================================================================
--- head/devel/yajl/distinfo	Mon Jun 16 14:53:43 2014	(r358009)
+++ head/devel/yajl/distinfo	Mon Jun 16 14:56:22 2014	(r358010)
@@ -1,2 +1,2 @@
-SHA256 (yajl-2.0.4.tar.gz) = c19b9691cf15f22e74d903cd06ac9ba5e1e216e6a1b82bfe787c3b48a25bc118
-SIZE (yajl-2.0.4.tar.gz) = 82814
+SHA256 (yajl-2.1.0.tar.gz) = 510a13e0be57cd4ba99e60ac806a3635854af51316d3131d3742a90298ccde38
+SIZE (yajl-2.1.0.tar.gz) = 84039

Modified: head/devel/yajl/pkg-descr
==============================================================================
--- head/devel/yajl/pkg-descr	Mon Jun 16 14:53:43 2014	(r358009)
+++ head/devel/yajl/pkg-descr	Mon Jun 16 14:56:22 2014	(r358010)
@@ -2,4 +2,4 @@ Yet Another JSON Library. YAJL is a smal
 JSON parser written in ANSI C, and a small validating JSON generator.
 YAJL is released under the BSD license. 
 
-WWW:	http://lloyd.github.com/yajl/
+WWW: http://lloyd.github.com/yajl/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406161456.s5GEuMO2048600>