Date: Wed, 29 May 2019 17:56:19 +0000 (UTC) From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502979 - head/devel/libosmo-netif Message-ID: <201905291756.x4THuJOo045794@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <koue@chaosophia.net> (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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905291756.x4THuJOo045794>