Index: devel/libsearpc/Makefile =================================================================== --- devel/libsearpc/Makefile (revision 426348) +++ devel/libsearpc/Makefile (working copy) @@ -1,15 +1,14 @@ # $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 @@ -16,7 +15,7 @@ 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 Index: devel/libsearpc/distinfo =================================================================== --- devel/libsearpc/distinfo (revision 426348) +++ devel/libsearpc/distinfo (working copy) @@ -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 Index: devel/libsearpc/pkg-plist =================================================================== --- devel/libsearpc/pkg-plist (revision 426348) +++ devel/libsearpc/pkg-plist (working copy) @@ -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