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)
This commit is contained in:
Kurt Jaeger 2016-11-19 13:42:44 +00:00
parent 04cca00366
commit 6679059bb3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426371
3 changed files with 8 additions and 7 deletions

View file

@ -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

View file

@ -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

View file

@ -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