From owner-svn-ports-all@freebsd.org Fri Dec 1 20:25:42 2017 Return-Path: Delivered-To: svn-ports-all@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 101F9E69E84; Fri, 1 Dec 2017 20:25:42 +0000 (UTC) (envelope-from ultima@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 DB7786F8AD; Fri, 1 Dec 2017 20:25:41 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vB1KPe3h040276; Fri, 1 Dec 2017 20:25:40 GMT (envelope-from ultima@FreeBSD.org) Received: (from ultima@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB1KPeCQ040273; Fri, 1 Dec 2017 20:25:40 GMT (envelope-from ultima@FreeBSD.org) Message-Id: <201712012025.vB1KPeCQ040273@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ultima set sender to ultima@FreeBSD.org using -f From: Richard Gallamore Date: Fri, 1 Dec 2017 20:25:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455305 - in head/devel/libosmocore: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ultima X-SVN-Commit-Paths: in head/devel/libosmocore: . files X-SVN-Commit-Revision: 455305 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Fri, 01 Dec 2017 20:25:42 -0000 Author: ultima Date: Fri Dec 1 20:25:40 2017 New Revision: 455305 URL: https://svnweb.freebsd.org/changeset/ports/455305 Log: * Updated to 0.10.2 * Removed doxygen patches, these are no longer needed * Added python:2 to USES, devel/talloc has changed USES= python:2 --> python:2.7 (r454532), this port uses the python2 command. PR: 223434 Submitted by: Nikola Kolev (maintainer) Deleted: head/devel/libosmocore/files/ Modified: head/devel/libosmocore/Makefile head/devel/libosmocore/distinfo head/devel/libosmocore/pkg-plist Modified: head/devel/libosmocore/Makefile ============================================================================== --- head/devel/libosmocore/Makefile Fri Dec 1 19:45:53 2017 (r455304) +++ head/devel/libosmocore/Makefile Fri Dec 1 20:25:40 2017 (r455305) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libosmocore -PORTVERSION= 0.9.0 +PORTVERSION= 0.10.2 CATEGORIES= devel MASTER_SITES= http://git.osmocom.org/libosmocore/snapshot/ \ http://chaosophia.net/downloads/osmocom/${PORTNAME}/ @@ -12,9 +12,10 @@ COMMENT= Common library for all Osmocom projects LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite +LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite \ + libtalloc.so:devel/talloc -USES= alias autoreconf gmake libtool pathfix pkgconfig +USES= alias autoreconf gmake libtool pathfix pkgconfig python:2 GNU_CONFIGURE= yes LDFLAGS+= -lexecinfo USE_LDCONFIG= yes Modified: head/devel/libosmocore/distinfo ============================================================================== --- head/devel/libosmocore/distinfo Fri Dec 1 19:45:53 2017 (r455304) +++ head/devel/libosmocore/distinfo Fri Dec 1 20:25:40 2017 (r455305) @@ -1,2 +1,3 @@ -SHA256 (libosmocore-0.9.0.tar.gz) = d09489630396941bdb4d123aba1a17595fd3ac9684a7a4874bc14387854bc2b4 -SIZE (libosmocore-0.9.0.tar.gz) = 573118 +TIMESTAMP = 1509796944 +SHA256 (libosmocore-0.10.2.tar.gz) = d25431a464989599fb8f5c3d80c9ae4e971563dca0283d785ec21979d49b1e3a +SIZE (libosmocore-0.10.2.tar.gz) = 839366 Modified: head/devel/libosmocore/pkg-plist ============================================================================== --- head/devel/libosmocore/pkg-plist Fri Dec 1 19:45:53 2017 (r455304) +++ head/devel/libosmocore/pkg-plist Fri Dec 1 20:25:40 2017 (r455305) @@ -1,14 +1,24 @@ bin/osmo-arfcn bin/osmo-auc-gen +bin/osmo-release.sh +include/osmo-release.mk include/osmocom/codec/codec.h +include/osmocom/coding/gsm0503_coding.h +include/osmocom/coding/gsm0503_interleaving.h +include/osmocom/coding/gsm0503_mapping.h +include/osmocom/coding/gsm0503_parity.h +include/osmocom/coding/gsm0503_tables.h include/osmocom/core/application.h include/osmocom/core/backtrace.h include/osmocom/core/bit16gen.h include/osmocom/core/bit32gen.h include/osmocom/core/bit64gen.h +include/osmocom/core/bitcomp.h include/osmocom/core/bits.h include/osmocom/core/bitvec.h +include/osmocom/core/byteswap.h include/osmocom/core/conv.h +include/osmocom/core/counter.h include/osmocom/core/crc16.h include/osmocom/core/crc16gen.h include/osmocom/core/crc32gen.h @@ -17,6 +27,7 @@ include/osmocom/core/crc8gen.h include/osmocom/core/crcgen.h include/osmocom/core/defs.h include/osmocom/core/endian.h +include/osmocom/core/fsm.h include/osmocom/core/gsmtap.h include/osmocom/core/gsmtap_util.h include/osmocom/core/linuxlist.h @@ -28,10 +39,12 @@ include/osmocom/core/msgb.h include/osmocom/core/msgfile.h include/osmocom/core/panic.h include/osmocom/core/plugin.h +include/osmocom/core/prbs.h include/osmocom/core/prim.h include/osmocom/core/process.h include/osmocom/core/rate_ctr.h include/osmocom/core/select.h +include/osmocom/core/sercomm.h include/osmocom/core/serial.h include/osmocom/core/signal.h include/osmocom/core/socket.h @@ -47,17 +60,21 @@ include/osmocom/crypt/auth.h include/osmocom/crypt/gprs_cipher.h include/osmocom/ctrl/control_cmd.h include/osmocom/ctrl/control_if.h +include/osmocom/ctrl/control_vty.h include/osmocom/ctrl/ports.h include/osmocom/gprs/gprs_bssgp.h include/osmocom/gprs/gprs_bssgp_bss.h include/osmocom/gprs/gprs_msgb.h include/osmocom/gprs/gprs_ns.h include/osmocom/gprs/gprs_ns_frgre.h +include/osmocom/gprs/gprs_rlc.h +include/osmocom/gprs/protocol/gsm_04_60.h include/osmocom/gprs/protocol/gsm_08_16.h include/osmocom/gprs/protocol/gsm_08_18.h include/osmocom/gsm/a5.h include/osmocom/gsm/abis_nm.h include/osmocom/gsm/apn.h +include/osmocom/gsm/bitvec_gsm.h include/osmocom/gsm/comp128.h include/osmocom/gsm/comp128v23.h include/osmocom/gsm/gan.h @@ -67,26 +84,35 @@ include/osmocom/gsm/gsm0411_smr.h include/osmocom/gsm/gsm0411_utils.h include/osmocom/gsm/gsm0480.h include/osmocom/gsm/gsm0502.h +include/osmocom/gsm/gsm0503.h include/osmocom/gsm/gsm0808.h +include/osmocom/gsm/gsm0808_utils.h +include/osmocom/gsm/gsm23003.h include/osmocom/gsm/gsm48.h include/osmocom/gsm/gsm48_ie.h include/osmocom/gsm/gsm_utils.h +include/osmocom/gsm/gsup.h +include/osmocom/gsm/ipa.h include/osmocom/gsm/l1sap.h include/osmocom/gsm/lapd_core.h include/osmocom/gsm/lapdm.h include/osmocom/gsm/meas_rep.h include/osmocom/gsm/mncc.h +include/osmocom/gsm/oap.h include/osmocom/gsm/prim.h include/osmocom/gsm/protocol/gsm_03_40.h include/osmocom/gsm/protocol/gsm_03_41.h include/osmocom/gsm/protocol/gsm_04_08.h +include/osmocom/gsm/protocol/gsm_04_08_gprs.h include/osmocom/gsm/protocol/gsm_04_11.h include/osmocom/gsm/protocol/gsm_04_12.h +include/osmocom/gsm/protocol/gsm_04_14.h include/osmocom/gsm/protocol/gsm_04_80.h include/osmocom/gsm/protocol/gsm_08_08.h include/osmocom/gsm/protocol/gsm_08_58.h include/osmocom/gsm/protocol/gsm_09_02.h include/osmocom/gsm/protocol/gsm_12_21.h +include/osmocom/gsm/protocol/gsm_23_003.h include/osmocom/gsm/protocol/gsm_44_318.h include/osmocom/gsm/protocol/ipaccess.h include/osmocom/gsm/protocol/smpp34_osmocom.h @@ -94,7 +120,7 @@ include/osmocom/gsm/rsl.h include/osmocom/gsm/rxlev_stat.h include/osmocom/gsm/sysinfo.h include/osmocom/gsm/tlv.h -include/osmocom/gsm/ipa.h +include/osmocom/sim/class_tables.h include/osmocom/sim/sim.h include/osmocom/vty/buffer.h include/osmocom/vty/command.h @@ -108,27 +134,31 @@ include/osmocom/vty/vty.h lib/libosmocodec.so lib/libosmocodec.so.0 lib/libosmocodec.so.0.0.0 +lib/libosmocoding.so +lib/libosmocoding.so.0 +lib/libosmocoding.so.0.0.0 lib/libosmocore.so -lib/libosmocore.so.6 -lib/libosmocore.so.6.0.0 +lib/libosmocore.so.9 +lib/libosmocore.so.9.0.0 +lib/libosmoctrl.so +lib/libosmoctrl.so.0 +lib/libosmoctrl.so.0.1.0 lib/libosmogb.so -lib/libosmogb.so.4 -lib/libosmogb.so.4.0.0 +lib/libosmogb.so.5 +lib/libosmogb.so.5.0.0 lib/libosmogsm.so -lib/libosmogsm.so.5 -lib/libosmogsm.so.5.1.0 +lib/libosmogsm.so.8 +lib/libosmogsm.so.8.0.0 lib/libosmosim.so lib/libosmosim.so.0 -lib/libosmosim.so.0.0.0 +lib/libosmosim.so.0.0.1 lib/libosmovty.so -lib/libosmovty.so.3 -lib/libosmovty.so.3.0.0 -lib/libosmoctrl.so -lib/libosmoctrl.so.0 -lib/libosmoctrl.so.0.0.0 +lib/libosmovty.so.4 +lib/libosmovty.so.4.0.0 libdata/pkgconfig/libosmocodec.pc +libdata/pkgconfig/libosmocoding.pc libdata/pkgconfig/libosmocore.pc +libdata/pkgconfig/libosmoctrl.pc libdata/pkgconfig/libosmogb.pc libdata/pkgconfig/libosmogsm.pc libdata/pkgconfig/libosmovty.pc -libdata/pkgconfig/libosmoctrl.pc