From owner-svn-ports-head@freebsd.org Sun Jan 31 06:11:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FA7CA74D23; Sun, 31 Jan 2016 06:11:30 +0000 (UTC) (envelope-from pi@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 mx1.freebsd.org (Postfix) with ESMTPS id 3264E650; Sun, 31 Jan 2016 06:11:30 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0V6BTYU029970; Sun, 31 Jan 2016 06:11:29 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0V6BThA029966; Sun, 31 Jan 2016 06:11:29 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201601310611.u0V6BThA029966@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 31 Jan 2016 06:11:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407574 - head/devel/libosmocore X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jan 2016 06:11:30 -0000 Author: pi Date: Sun Jan 31 06:11:28 2016 New Revision: 407574 URL: https://svnweb.freebsd.org/changeset/ports/407574 Log: devel/libosmocore: 0.8.3 -> 0.9.0 - StatsD support - Disable building of static libraries - GTP Hub and OAP ports/identifiers assigned PR: 206681 Submitted by: Nikola Kolev (maintainer) Modified: head/devel/libosmocore/Makefile head/devel/libosmocore/distinfo head/devel/libosmocore/pkg-plist Modified: head/devel/libosmocore/Makefile ============================================================================== --- head/devel/libosmocore/Makefile Sun Jan 31 03:46:29 2016 (r407573) +++ head/devel/libosmocore/Makefile Sun Jan 31 06:11:28 2016 (r407574) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libosmocore -PORTVERSION= 0.8.3 +PORTVERSION= 0.9.0 CATEGORIES= devel MASTER_SITES= http://git.osmocom.org/libosmocore/snapshot/ \ http://chaosophia.net/downloads/osmocom/${PORTNAME}/ Modified: head/devel/libosmocore/distinfo ============================================================================== --- head/devel/libosmocore/distinfo Sun Jan 31 03:46:29 2016 (r407573) +++ head/devel/libosmocore/distinfo Sun Jan 31 06:11:28 2016 (r407574) @@ -1,2 +1,2 @@ -SHA256 (libosmocore-0.8.3.tar.gz) = 63f3dd82298b3280a701d3159ee8273cca10c45899ec6513c4fed22be657cbf9 -SIZE (libosmocore-0.8.3.tar.gz) = 561299 +SHA256 (libosmocore-0.9.0.tar.gz) = d09489630396941bdb4d123aba1a17595fd3ac9684a7a4874bc14387854bc2b4 +SIZE (libosmocore-0.9.0.tar.gz) = 573118 Modified: head/devel/libosmocore/pkg-plist ============================================================================== --- head/devel/libosmocore/pkg-plist Sun Jan 31 03:46:29 2016 (r407573) +++ head/devel/libosmocore/pkg-plist Sun Jan 31 06:11:28 2016 (r407574) @@ -35,7 +35,9 @@ include/osmocom/core/select.h include/osmocom/core/serial.h include/osmocom/core/signal.h include/osmocom/core/socket.h +include/osmocom/core/stat_item.h include/osmocom/core/statistics.h +include/osmocom/core/stats.h include/osmocom/core/strrb.h include/osmocom/core/talloc.h include/osmocom/core/timer.h @@ -98,35 +100,29 @@ include/osmocom/vty/buffer.h include/osmocom/vty/command.h include/osmocom/vty/logging.h include/osmocom/vty/misc.h +include/osmocom/vty/ports.h +include/osmocom/vty/stats.h include/osmocom/vty/telnet_interface.h include/osmocom/vty/vector.h include/osmocom/vty/vty.h -include/osmocom/vty/ports.h -lib/libosmocodec.a lib/libosmocodec.so lib/libosmocodec.so.0 lib/libosmocodec.so.0.0.0 -lib/libosmocore.a lib/libosmocore.so lib/libosmocore.so.6 lib/libosmocore.so.6.0.0 -lib/libosmogb.a lib/libosmogb.so lib/libosmogb.so.4 lib/libosmogb.so.4.0.0 -lib/libosmogsm.a lib/libosmogsm.so lib/libosmogsm.so.5 lib/libosmogsm.so.5.1.0 -lib/libosmosim.a lib/libosmosim.so lib/libosmosim.so.0 lib/libosmosim.so.0.0.0 -lib/libosmovty.a lib/libosmovty.so -lib/libosmovty.so.2 -lib/libosmovty.so.2.0.0 -lib/libosmoctrl.a +lib/libosmovty.so.3 +lib/libosmovty.so.3.0.0 lib/libosmoctrl.so lib/libosmoctrl.so.0 lib/libosmoctrl.so.0.0.0