Date: Fri, 11 Jan 2019 18:50:47 +0000 (UTC) From: Richard Gallamore <ultima@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489988 - head/devel/libsearpc Message-ID: <201901111850.x0BIoliR040372@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ultima Date: Fri Jan 11 18:50:46 2019 New Revision: 489988 URL: https://svnweb.freebsd.org/changeset/ports/489988 Log: * Update to 3.1.0 (3.1-latest commit) Modified: head/devel/libsearpc/Makefile head/devel/libsearpc/distinfo head/devel/libsearpc/pkg-plist Modified: head/devel/libsearpc/Makefile ============================================================================== --- head/devel/libsearpc/Makefile Fri Jan 11 18:27:26 2019 (r489987) +++ head/devel/libsearpc/Makefile Fri Jan 11 18:50:46 2019 (r489988) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libsearpc -PORTVERSION= 3.0.8 -PORTREVISION= 1 +PORTVERSION= 3.1.0 PORTEPOCH= 1 CATEGORIES= devel @@ -17,7 +16,7 @@ LIB_DEPENDS= libjansson.so:devel/jansson \ USE_GITHUB= yes GH_ACCOUNT= haiwen -GH_TAGNAME= 12a0126 +GH_TAGNAME= 85127bef USES= autoreconf gettext libtool pathfix pkgconfig python:2.7 shebangfix SHEBANG_FILES= lib/searpc-codegen.py Modified: head/devel/libsearpc/distinfo ============================================================================== --- head/devel/libsearpc/distinfo Fri Jan 11 18:27:26 2019 (r489987) +++ head/devel/libsearpc/distinfo Fri Jan 11 18:50:46 2019 (r489988) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495809680 -SHA256 (haiwen-libsearpc-3.0.8-12a0126_GH0.tar.gz) = e26a2b657236125ce0ad54135e324dda906ea0fdc3f0933d69cdea40ee6cfe65 -SIZE (haiwen-libsearpc-3.0.8-12a0126_GH0.tar.gz) = 48733 +TIMESTAMP = 1546115031 +SHA256 (haiwen-libsearpc-3.1.0-85127bef_GH0.tar.gz) = ae28916463679fe0be8008a58c458c3264dbc60cd9f1e31b2926f04e842a8b4e +SIZE (haiwen-libsearpc-3.1.0-85127bef_GH0.tar.gz) = 51786 Modified: head/devel/libsearpc/pkg-plist ============================================================================== --- head/devel/libsearpc/pkg-plist Fri Jan 11 18:27:26 2019 (r489987) +++ head/devel/libsearpc/pkg-plist Fri Jan 11 18:50:46 2019 (r489988) @@ -18,6 +18,18 @@ libdata/pkgconfig/libsearpc.pc %%PYTHON_SITELIBDIR%%/pysearpc/common.py %%PYTHON_SITELIBDIR%%/pysearpc/common.pyc %%PYTHON_SITELIBDIR%%/pysearpc/common.pyo +%%PYTHON_SITELIBDIR%%/pysearpc/errors.py +%%PYTHON_SITELIBDIR%%/pysearpc/errors.pyc +%%PYTHON_SITELIBDIR%%/pysearpc/errors.pyo +%%PYTHON_SITELIBDIR%%/pysearpc/named_pipe.py +%%PYTHON_SITELIBDIR%%/pysearpc/named_pipe.pyc +%%PYTHON_SITELIBDIR%%/pysearpc/named_pipe.pyo %%PYTHON_SITELIBDIR%%/pysearpc/server.py %%PYTHON_SITELIBDIR%%/pysearpc/server.pyc %%PYTHON_SITELIBDIR%%/pysearpc/server.pyo +%%PYTHON_SITELIBDIR%%/pysearpc/transport.py +%%PYTHON_SITELIBDIR%%/pysearpc/transport.pyc +%%PYTHON_SITELIBDIR%%/pysearpc/transport.pyo +%%PYTHON_SITELIBDIR%%/pysearpc/utils.py +%%PYTHON_SITELIBDIR%%/pysearpc/utils.pyc +%%PYTHON_SITELIBDIR%%/pysearpc/utils.pyo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901111850.x0BIoliR040372>