From owner-svn-ports-all@freebsd.org Wed May 29 17:56:21 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E6DD15A8CD6; Wed, 29 May 2019 17:56:21 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 94AA7773A7; Wed, 29 May 2019 17:56:20 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6CD025438; Wed, 29 May 2019 17:56:20 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4THuK6g045797; Wed, 29 May 2019 17:56:20 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4THuJOo045794; Wed, 29 May 2019 17:56:19 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201905291756.x4THuJOo045794@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Wed, 29 May 2019 17:56:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502979 - head/devel/libosmo-netif X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/devel/libosmo-netif X-SVN-Commit-Revision: 502979 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 94AA7773A7 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 May 2019 17:56:21 -0000 Author: kai Date: Wed May 29 17:56:19 2019 New Revision: 502979 URL: https://svnweb.freebsd.org/changeset/ports/502979 Log: devel/libosmo-netif: Update to 0.5.0 While I'm here: * Fix LICENSE * Pet portlint (Separate USES block, add related USE_x variable to it and fix whitespace issues). Notable changes since 0.3.0: * Stream client: Update logging * Add socket name functions to stream client/server * Stream client: Fix disconnection logic * Stream client: Report reconnection event as INFO * Stream client: Add disconnect callback * Deprecate osmo_stream_cli_open2() * AMR: Add spec reference for AMR frame types * AMR: Add define constants for AMR payload length * AMR: Add functions to convert between bw-efficient and octet-aligned * Fix strncpy bug in rs232.c * Migrate from osmo_ipa_idtag_parse() to ipa_ccm_id_resp_parse() * Link libosmo-netif against libosmogsm * Detect freed connections in osmo_stream_srv_read() http://git.osmocom.org/libosmo-netif/tree/debian/changelog PR: 238188 Submitted by: Nikola Kolev (maintainer) Modified: head/devel/libosmo-netif/Makefile head/devel/libosmo-netif/distinfo head/devel/libosmo-netif/pkg-plist Modified: head/devel/libosmo-netif/Makefile ============================================================================== --- head/devel/libosmo-netif/Makefile Wed May 29 17:41:34 2019 (r502978) +++ head/devel/libosmo-netif/Makefile Wed May 29 17:56:19 2019 (r502979) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libosmo-netif -PORTVERSION= 0.3.0 +PORTVERSION= 0.5.0 CATEGORIES= devel MASTER_SITES= http://git.osmocom.org/libosmo-netif/snapshot/ \ http://chaosophia.net/downloads/osmocom/${PORTNAME}/ @@ -9,7 +9,7 @@ MASTER_SITES= http://git.osmocom.org/libosmo-netif/sna MAINTAINER= koue@chaosophia.net COMMENT= Library containing common/shared code regarding network interface -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libosmocore.so:devel/libosmocore \ @@ -17,18 +17,19 @@ LIB_DEPENDS= libosmocore.so:devel/libosmocore \ libtalloc.so:devel/talloc USES= autoreconf libtool pathfix pkgconfig +USE_LDCONFIG= yes + GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USE_LDCONFIG= yes PORTDOCS= * -OPTIONS_DEFINE= DOXYGEN DAHDI DOCS +OPTIONS_DEFINE= DOXYGEN DAHDI DOCS DOXYGEN_DESC= Build documentation DAHDI_DESC= Build DAHDI input driver DOXYGEN_IMPLIES= DOCS -DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen \ +DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen \ dot:graphics/graphviz DOXYGEN_CONFIGURE_ENV_OFF=ac_cv_path_DOXYGEN=false Modified: head/devel/libosmo-netif/distinfo ============================================================================== --- head/devel/libosmo-netif/distinfo Wed May 29 17:41:34 2019 (r502978) +++ head/devel/libosmo-netif/distinfo Wed May 29 17:56:19 2019 (r502979) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534508821 -SHA256 (libosmo-netif-0.3.0.tar.gz) = 37b9fdc680f08e4da3f17cc79049ce0ed96cdd3647974cf99ad31456ce96a432 -SIZE (libosmo-netif-0.3.0.tar.gz) = 214310 +TIMESTAMP = 1559036433 +SHA256 (libosmo-netif-0.5.0.tar.gz) = 852c9240a356560cce301daffcd5b2aab939e792a7d719888962ff9bd7b3a396 +SIZE (libosmo-netif-0.5.0.tar.gz) = 223757 Modified: head/devel/libosmo-netif/pkg-plist ============================================================================== --- head/devel/libosmo-netif/pkg-plist Wed May 29 17:41:34 2019 (r502978) +++ head/devel/libosmo-netif/pkg-plist Wed May 29 17:56:19 2019 (r502979) @@ -10,5 +10,5 @@ include/osmocom/netif/stream.h lib/libosmonetif.a lib/libosmonetif.so lib/libosmonetif.so.6 -lib/libosmonetif.so.6.0.0 +lib/libosmonetif.so.6.1.0 libdata/pkgconfig/libosmo-netif.pc