pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libsearpc: Update to v3.2.0
Module Name: pkgsrc-wip
Committed By: Hauke Fath <hauke%NetBSD.org@localhost>
Pushed By: hauke
Date: Wed Jun 3 19:30:42 2020 +0200
Changeset: a3d340bffb88e7691d3f8a40af01c63642ffb739
Modified Files:
libsearpc/Makefile
libsearpc/PLIST
libsearpc/distinfo
Log Message:
libsearpc: Update to v3.2.0
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a3d340bffb88e7691d3f8a40af01c63642ffb739
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libsearpc/Makefile | 35 ++++++++++++++++-------------------
libsearpc/PLIST | 27 ++++++++++++++++++++-------
libsearpc/distinfo | 8 ++++----
3 files changed, 40 insertions(+), 30 deletions(-)
diffs:
diff --git a/libsearpc/Makefile b/libsearpc/Makefile
index 00ec4ce9dc..424050c125 100644
--- a/libsearpc/Makefile
+++ b/libsearpc/Makefile
@@ -1,42 +1,39 @@
# $NetBSD$
-VERSION= 3.0.7
-PKGNAME= libsearpc-${VERSION}
-CATEGORIES= net
-GITHUB_TAG= v${VERSION}
-DISTNAME= ${GITHUB_TAG}
+
+PKGNAME= libsearpc-3.2.0
+#PKGREVISION= 1
+
+CATEGORIES= devel net
+
MASTER_SITES= ${MASTER_SITE_GITHUB:=haiwen/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+DISTNAME= ${GITHUB_TAG}
MAINTAINER= amoibos%gmail.com@localhost
HOMEPAGE= http://seafile.com/
COMMENT= Simple RPC framework based on GObject system
LICENSE= apache-2.0
-DIST_SUBDIR= seafile-libsearpc
-WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
+DIST_SUBDIR= seafile
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_LANGUAGES+= c c++
-USE_TOOLS+= pkg-config gmake automake autoconf aclocal autoheader
+USE_LANGUAGES= c
+USE_TOOLS+= pkg-config autoconf automake
DEPENDS+= ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson
+PYTHON_VERSIONS_INCOMPATIBLE= 27
-PY_PATCHPLIST= yes
-PYTHON_VERSIONS_ACCEPTED= 27
-
-SUBST_CLASSES+= python
-SUBST_STAGE.python= pre-configure
-SUBST_FILES.python= lib/searpc-codegen.py
-
-SUBST_SED.python= -e 's,/usr/bin/env python2,${PYTHONBIN},'
+PY_PATCHPLIST= yes
+REPLACE_PYTHON+= lib/searpc-codegen.py
pre-configure:
- set -e; cd ${WRKSRC}; libtoolize; aclocal; autoheader; automake -a --foreign -i; autoconf
-
+ cd ${WRKSRC} && ${SH} ./autogen.sh
.include "../../textproc/jansson/buildlink3.mk"
+.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../textproc/json-glib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
diff --git a/libsearpc/PLIST b/libsearpc/PLIST
index 9c164423c4..6b91ff6fe8 100644
--- a/libsearpc/PLIST
+++ b/libsearpc/PLIST
@@ -1,20 +1,33 @@
@comment $NetBSD$
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
lib/libsearpc.la
lib/pkgconfig/libsearpc.pc
${PYSITELIB}/pysearpc/__init__.py
-${PYSITELIB}/pysearpc/__init__.pyc
${PYSITELIB}/pysearpc/__init__.pyo
-${PYSITELIB}/pysearpc/client.py
-${PYSITELIB}/pysearpc/client.pyc
+${PYSITELIB}/pysearpc/__init__.pyc
${PYSITELIB}/pysearpc/client.pyo
-${PYSITELIB}/pysearpc/common.py
-${PYSITELIB}/pysearpc/common.pyc
+${PYSITELIB}/pysearpc/client.pyc
${PYSITELIB}/pysearpc/common.pyo
-${PYSITELIB}/pysearpc/server.py
-${PYSITELIB}/pysearpc/server.pyc
+${PYSITELIB}/pysearpc/common.pyc
+${PYSITELIB}/pysearpc/errors.pyo
+${PYSITELIB}/pysearpc/errors.pyc
+${PYSITELIB}/pysearpc/named_pipe.pyo
+${PYSITELIB}/pysearpc/named_pipe.pyc
${PYSITELIB}/pysearpc/server.pyo
+${PYSITELIB}/pysearpc/server.pyc
+${PYSITELIB}/pysearpc/transport.pyo
+${PYSITELIB}/pysearpc/transport.pyc
+${PYSITELIB}/pysearpc/utils.pyo
+${PYSITELIB}/pysearpc/utils.pyc
+${PYSITELIB}/pysearpc/client.py
+${PYSITELIB}/pysearpc/common.py
+${PYSITELIB}/pysearpc/errors.py
+${PYSITELIB}/pysearpc/named_pipe.py
+${PYSITELIB}/pysearpc/server.py
+${PYSITELIB}/pysearpc/transport.py
+${PYSITELIB}/pysearpc/utils.py
diff --git a/libsearpc/distinfo b/libsearpc/distinfo
index 746523f504..6fb4ba4976 100644
--- a/libsearpc/distinfo
+++ b/libsearpc/distinfo
@@ -1,6 +1,6 @@
$NetBSD$
-SHA1 (seafile-libsearpc/v3.0.7.tar.gz) = 076520b780028131e2e80c32b58c958b77d02981
-RMD160 (seafile-libsearpc/v3.0.7.tar.gz) = 5ec81c6be8dca479236458fbed92aa444b20ae1a
-SHA512 (seafile-libsearpc/v3.0.7.tar.gz) = 6dfb222f40e4beed9f50630ebd939bc3ba83a7548457872775a05edd564888eb653d1828a3089f9a9d40c3b28d0706513916d85ea626036f7d32c1749678632c
-Size (seafile-libsearpc/v3.0.7.tar.gz) = 43286 bytes
+SHA1 (seafile/v3.2.0.tar.gz) = 1ff9686c2398164bd4f6ac526870a7e82ce964da
+RMD160 (seafile/v3.2.0.tar.gz) = 8bee634e7b2eafa788880b19c73d6e5f563b7604
+SHA512 (seafile/v3.2.0.tar.gz) = f6a8b48363a8f302082d9fda05d5c5f31596974c2d75b70fe0c11e24aab2648e9ff5ec43a1071077c4832c751e06f343d9d08c9abc992668393651337902d035
+Size (seafile/v3.2.0.tar.gz) = 53965 bytes
Home |
Main Index |
Thread Index |
Old Index