From owner-svn-ports-all@freebsd.org Mon Dec 11 17:12:23 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 5D370E97FF4; Mon, 11 Dec 2017 17:12:23 +0000 (UTC) (envelope-from swills@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 146E26F148; Mon, 11 Dec 2017 17:12:23 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBBHCMqj053199; Mon, 11 Dec 2017 17:12:22 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBBHCLDa053196; Mon, 11 Dec 2017 17:12:21 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201712111712.vBBHCLDa053196@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 11 Dec 2017 17:12:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456052 - head/devel/libosmo-sccp X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/libosmo-sccp X-SVN-Commit-Revision: 456052 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: Mon, 11 Dec 2017 17:12:23 -0000 Author: swills Date: Mon Dec 11 17:12:21 2017 New Revision: 456052 URL: https://svnweb.freebsd.org/changeset/ports/456052 Log: devel/libosmo-sccp: update to 0.8.1 PR: 224249 Submitted by: Nikola Kolev (maintainer) Modified: head/devel/libosmo-sccp/Makefile head/devel/libosmo-sccp/distinfo head/devel/libosmo-sccp/pkg-plist Modified: head/devel/libosmo-sccp/Makefile ============================================================================== --- head/devel/libosmo-sccp/Makefile Mon Dec 11 17:02:03 2017 (r456051) +++ head/devel/libosmo-sccp/Makefile Mon Dec 11 17:12:21 2017 (r456052) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libosmo-sccp -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.1 CATEGORIES= devel MASTER_SITES= http://git.osmocom.org/libosmo-sccp/snapshot/ \ http://chaosophia.net/downloads/osmocom/${PORTNAME}/ @@ -12,14 +12,19 @@ COMMENT= SCCP network layer protocol implementation LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libosmocore.so:devel/libosmocore +LIB_DEPENDS= libosmocore.so:devel/libosmocore \ + libosmonetif.so:devel/libosmo-netif \ + libtalloc.so:devel/talloc CONFLICTS_INSTALL=libmtp-[0-9]* # lib/libmtp.a -USES= autoreconf pathfix pkgconfig +USES= autoreconf libtool pathfix pkgconfig GNU_CONFIGURE= yes post-patch: ${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so .include Modified: head/devel/libosmo-sccp/distinfo ============================================================================== --- head/devel/libosmo-sccp/distinfo Mon Dec 11 17:02:03 2017 (r456051) +++ head/devel/libosmo-sccp/distinfo Mon Dec 11 17:12:21 2017 (r456052) @@ -1,2 +1,3 @@ -SHA256 (libosmo-sccp-0.7.0.tar.gz) = 4f95f02bd58ee922bd9f8cf4624684cd52aa0035bafca5e42697f56abfa78c5e -SIZE (libosmo-sccp-0.7.0.tar.gz) = 41367 +TIMESTAMP = 1513004046 +SHA256 (libosmo-sccp-0.8.1.tar.gz) = 6dfb8dcb53fc8d26c7d09b7f91c1e0fd6d16f4c71a6dc5d7e80aaa7a9ba964c1 +SIZE (libosmo-sccp-0.8.1.tar.gz) = 236991 Modified: head/devel/libosmo-sccp/pkg-plist ============================================================================== --- head/devel/libosmo-sccp/pkg-plist Mon Dec 11 17:02:03 2017 (r456051) +++ head/devel/libosmo-sccp/pkg-plist Mon Dec 11 17:12:21 2017 (r456052) @@ -1,13 +1,27 @@ +bin/osmo-stp include/osmocom/sccp/sccp_types.h include/osmocom/sccp/sccp.h include/osmocom/mtp/mtp_level3.h include/osmocom/mtp/mtp_pcap.h include/osmocom/sigtran/m2ua_types.h -include/osmocom/sigtran/m3ua_types.h +include/osmocom/sigtran/mtp_sap.h +include/osmocom/sigtran/osmo_ss7.h include/osmocom/sigtran/xua_msg.h include/osmocom/sigtran/xua_types.h -lib/libxua.a -lib/libsccp.a +include/osmocom/sigtran/protocol/m3ua.h +include/osmocom/sigtran/protocol/mtp.h +include/osmocom/sigtran/protocol/sua.h +include/osmocom/sigtran/sccp_helpers.h +include/osmocom/sigtran/sccp_sap.h +include/osmocom/sigtran/sigtran_sap.h lib/libmtp.a -libdata/pkgconfig/libosmo-sccp.pc +lib/libosmo-sigtran.a +lib/libosmo-sigtran.so +lib/libosmo-sigtran.so.0 +lib/libosmo-sigtran.so.0.0.0 +lib/libsccp.a +lib/libxua.a libdata/pkgconfig/libosmo-mtp.pc +libdata/pkgconfig/libosmo-sccp.pc +libdata/pkgconfig/libosmo-sigtran.pc +libdata/pkgconfig/libosmo-xua.pc