svn commit: r534054 - head/net/openbsc
Rene Ladan
rene at FreeBSD.org
Tue May 5 10:04:54 UTC 2020
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
More information about the svn-ports-all
mailing list