diff options
author | pawel <pawel@FreeBSD.org> | 2014-12-20 02:22:54 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-12-20 02:22:54 +0800 |
commit | 8487be28d800778f5e3840b1293e3fde01541f5e (patch) | |
tree | e0389ea2931ccc37842579bdf5ceee78c8cd7a29 /devel | |
parent | fa33259d555fc28dd3100f12e226ccc1b40d4118 (diff) | |
download | freebsd-ports-gnome-8487be28d800778f5e3840b1293e3fde01541f5e.tar.gz freebsd-ports-gnome-8487be28d800778f5e3840b1293e3fde01541f5e.tar.zst freebsd-ports-gnome-8487be28d800778f5e3840b1293e3fde01541f5e.zip |
Update to version 0.3.0
PR: 195996
Submitted by: maintainer
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libosmo-abis/Makefile | 10 | ||||
-rw-r--r-- | devel/libosmo-abis/distinfo | 4 | ||||
-rw-r--r-- | devel/libosmo-abis/pkg-plist | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/devel/libosmo-abis/Makefile b/devel/libosmo-abis/Makefile index 8b4b75fd7c3d..562908b3acbc 100644 --- a/devel/libosmo-abis/Makefile +++ b/devel/libosmo-abis/Makefile @@ -1,11 +1,10 @@ # $FreeBSD$ PORTNAME= libosmo-abis -PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTVERSION= 0.3.0 CATEGORIES= devel -MASTER_SITES= http://chaosophia.net/downloads/osmocom/${PORTNAME}/ \ - http://ns1.chaosophia.net/downloads/osmocom/${PORTNAME}/ +MASTER_SITES= http://git.osmocom.org/libosmo-abis/snapshot/ \ + http://chaosophia.net/downloads/osmocom/${PORTNAME}/ MAINTAINER= koue@chaosophia.net COMMENT= Shared code regarding the A-bis interface between BTS and BSC @@ -20,6 +19,7 @@ USES= gmake libtool pkgconfig USE_AUTOTOOLS= aclocal autoconf automake libtoolize autoheader AUTOMAKE_ARGS= --gnu --add-missing --copy +USE_LDCONFIG= yes post-patch: ${REINPLACE_CMD} -e 's|pkgconfigdir.*|pkgconfigdir = ${PREFIX}/libdata/pkgconfig|g' \ @@ -27,7 +27,7 @@ post-patch: ${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version post-stage: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libosmoabis.so.3 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libosmoabis.so.4 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libosmotrau.so.0 .include <bsd.port.mk> diff --git a/devel/libosmo-abis/distinfo b/devel/libosmo-abis/distinfo index ad4608f53a50..0e188b16d0bd 100644 --- a/devel/libosmo-abis/distinfo +++ b/devel/libosmo-abis/distinfo @@ -1,2 +1,2 @@ -SHA256 (libosmo-abis-0.2.0.tar.gz) = 2f641539a392487571943322bba4e30a1953b736fa2cc4a96fc5ac46dd877bb3 -SIZE (libosmo-abis-0.2.0.tar.gz) = 75256 +SHA256 (libosmo-abis-0.3.0.tar.gz) = 5afb73aff6c8279f56887aac86adccd369cd1a454a5989b38147deef43fc0060 +SIZE (libosmo-abis-0.3.0.tar.gz) = 73639 diff --git a/devel/libosmo-abis/pkg-plist b/devel/libosmo-abis/pkg-plist index 83a8f12bd8cd..75d9e399c61a 100644 --- a/devel/libosmo-abis/pkg-plist +++ b/devel/libosmo-abis/pkg-plist @@ -8,8 +8,8 @@ include/osmocom/abis/e1_input.h include/osmocom/abis/lapd.h include/osmocom/abis/lapd_pcap.h include/osmocom/trau/osmo_ortp.h -lib/libosmoabis.so.3.0.0 -lib/libosmoabis.so.3 +lib/libosmoabis.so.4.0.0 +lib/libosmoabis.so.4 lib/libosmoabis.so lib/libosmotrau.so.0.0.0 lib/libosmotrau.so.0 |