Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 May 2020 10:04:53 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534054 - head/net/openbsc
Message-ID:  <202005051004.045A4rG4070736@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Tue May  5 10:04:53 2020
New Revision: 534054
URL: https://svnweb.freebsd.org/changeset/ports/534054

Log:
  net/openbsc: expire in one month, depends on expired devel/libosmo-netif

Modified:
  head/net/openbsc/Makefile

Modified: head/net/openbsc/Makefile
==============================================================================
--- head/net/openbsc/Makefile	Tue May  5 09:32:37 2020	(r534053)
+++ head/net/openbsc/Makefile	Tue May  5 10:04:53 2020	(r534054)
@@ -12,6 +12,9 @@ COMMENT=	GSM network in a box software
 
 LICENSE=	GPLv3
 
+DEPRECATED=	Depends on expired devel/libosmo-netif
+EXIPIRATION_DATE=2020-06-05
+
 LIB_DEPENDS=	libdbi.so:databases/libdbi \
 		libosmocore.so:devel/libosmocore \
 		libosmoabis.so:devel/libosmo-abis \
@@ -25,7 +28,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	CFLAGS="-I${LOCALBASE}/include"
 
 OPTIONS_DEFINE=	BSC NAT SQLITE DOCS
-OPTIONS_DEFAULT= BSC NAT
+OPTIONS_DEFAULT=BSC NAT
 
 BSC_DESC=	Enable OSMO BSC
 NAT_DESC=	Enable NAT support



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005051004.045A4rG4070736>