Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2016 13:42:44 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426371 - head/devel/libsearpc
Message-ID:  <201611191342.uAJDgiJe080944@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat Nov 19 13:42:44 2016
New Revision: 426371
URL: https://svnweb.freebsd.org/changeset/ports/426371

Log:
  devel/libsearpc: update 3.0.7 -> 3.1.0
  
  - Fix memory leak
  - allow return NULL for json return type
  - Support json param type.
  - Support json value in async mode.
  - Add license file
  
  PR:		214658
  Changes:	https://github.com/haiwen/libsearpc/commits/v3.1-latest
  Submitted by:	Ultima1252@gmail.com (maintainer)

Modified:
  head/devel/libsearpc/Makefile
  head/devel/libsearpc/distinfo
  head/devel/libsearpc/pkg-plist

Modified: head/devel/libsearpc/Makefile
==============================================================================
--- head/devel/libsearpc/Makefile	Sat Nov 19 13:35:40 2016	(r426370)
+++ head/devel/libsearpc/Makefile	Sat Nov 19 13:42:44 2016	(r426371)
@@ -1,22 +1,21 @@
 # $FreeBSD$
 
 PORTNAME=	libsearpc
-PORTVERSION=	3.0.7
-PORTREVISION=	1
+PORTVERSION=	3.1.0
 CATEGORIES=	devel
 
 MAINTAINER=	ultima1252@gmail.com
 COMMENT=	Simple RPC framework based on GObject System in C
 
-LICENSE=	LGPL3
-LICENSE_FILE=	${WRKSRC}/COPYING
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 LIB_DEPENDS=	libjansson.so:devel/jansson \
 		libgobject-2.0.so:devel/glib20
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	haiwen
-GH_TAGNAME=	v3.0-latest
+GH_TAGNAME=	v3.1-latest
 
 USES=		autoreconf gettext libtool pathfix pkgconfig python:2
 USE_LDCONFIG=	yes

Modified: head/devel/libsearpc/distinfo
==============================================================================
--- head/devel/libsearpc/distinfo	Sat Nov 19 13:35:40 2016	(r426370)
+++ head/devel/libsearpc/distinfo	Sat Nov 19 13:42:44 2016	(r426371)
@@ -1,2 +1,3 @@
-SHA256 (haiwen-libsearpc-3.0.7-v3.0-latest_GH0.tar.gz) = 56313771e0ad7dc075c4590b6a75daeb3939937b21716d82c91be2612133b8cd
-SIZE (haiwen-libsearpc-3.0.7-v3.0-latest_GH0.tar.gz) = 43275
+TIMESTAMP = 1479519868
+SHA256 (haiwen-libsearpc-3.1.0-v3.1-latest_GH0.tar.gz) = 13fddb5494f5367dc36c31afb7b7b868570225e37f6bb7a13ec6e323ef527eb2
+SIZE (haiwen-libsearpc-3.1.0-v3.1-latest_GH0.tar.gz) = 55472

Modified: head/devel/libsearpc/pkg-plist
==============================================================================
--- head/devel/libsearpc/pkg-plist	Sat Nov 19 13:35:40 2016	(r426370)
+++ head/devel/libsearpc/pkg-plist	Sat Nov 19 13:42:44 2016	(r426371)
@@ -1,5 +1,6 @@
 bin/searpc-codegen.py
 include/searpc-client.h
+include/searpc-named-pipe-transport.h
 include/searpc-server.h
 include/searpc-utils.h
 include/searpc.h



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