svn commit: r455736 - in head/devel/libosmo-abis: . files
Steve Wills
swills at FreeBSD.org
Thu Dec 7 16:13:27 UTC 2017
Author: swills
Date: Thu Dec 7 16:13:25 2017
New Revision: 455736
URL: https://svnweb.freebsd.org/changeset/ports/455736
Log:
devel/libosmo-abis: update to 0.4.0
PR: 224161
Submitted by: Nikola Kolev <koue at chaosophia.net> (maintainer)
Deleted:
head/devel/libosmo-abis/files/
Modified:
head/devel/libosmo-abis/Makefile
head/devel/libosmo-abis/distinfo
head/devel/libosmo-abis/pkg-plist
Modified: head/devel/libosmo-abis/Makefile
==============================================================================
--- head/devel/libosmo-abis/Makefile Thu Dec 7 16:10:41 2017 (r455735)
+++ head/devel/libosmo-abis/Makefile Thu Dec 7 16:13:25 2017 (r455736)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= libosmo-abis
-PORTVERSION= 0.3.2
-PORTREVISION= 2
+PORTVERSION= 0.4.0
CATEGORIES= devel
MASTER_SITES= http://git.osmocom.org/libosmo-abis/snapshot/ \
http://chaosophia.net/downloads/osmocom/${PORTNAME}/
@@ -14,6 +13,7 @@ LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libosmocore.so:devel/libosmocore \
+ libtalloc.so:devel/talloc \
libortp.so:net/ortp
USES= autoreconf gmake libtool pathfix pkgconfig
Modified: head/devel/libosmo-abis/distinfo
==============================================================================
--- head/devel/libosmo-abis/distinfo Thu Dec 7 16:10:41 2017 (r455735)
+++ head/devel/libosmo-abis/distinfo Thu Dec 7 16:13:25 2017 (r455736)
@@ -1,2 +1,3 @@
-SHA256 (libosmo-abis-0.3.2.tar.gz) = a8edf90effd9ea3f6ec626d3baa98da218f2a4c9b178cf428b831eb60ec4ed30
-SIZE (libosmo-abis-0.3.2.tar.gz) = 73927
+TIMESTAMP = 1512656884
+SHA256 (libosmo-abis-0.4.0.tar.gz) = a4f6ccd4bc27e99a5e558de7b22d690aea075e711247975bbf93953749f44e4e
+SIZE (libosmo-abis-0.4.0.tar.gz) = 83714
Modified: head/devel/libosmo-abis/pkg-plist
==============================================================================
--- head/devel/libosmo-abis/pkg-plist Thu Dec 7 16:10:41 2017 (r455735)
+++ head/devel/libosmo-abis/pkg-plist Thu Dec 7 16:13:25 2017 (r455736)
@@ -7,12 +7,13 @@ include/osmocom/abis/subchan_demux.h
include/osmocom/abis/e1_input.h
include/osmocom/abis/lapd.h
include/osmocom/abis/lapd_pcap.h
+include/osmocom/abis/unixsocket_proto.h
include/osmocom/trau/osmo_ortp.h
-lib/libosmoabis.so.4.0.0
-lib/libosmoabis.so.4
+lib/libosmoabis.so.6.0.0
+lib/libosmoabis.so.6
lib/libosmoabis.so
-lib/libosmotrau.so.0.0.0
-lib/libosmotrau.so.0
+lib/libosmotrau.so.2.0.0
+lib/libosmotrau.so.2
lib/libosmotrau.so
lib/libosmoabis.a
lib/libosmotrau.a
More information about the svn-ports-all
mailing list