aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2018-02-18 17:29:27 +0800
committerantoine <antoine@FreeBSD.org>2018-02-18 17:29:27 +0800
commita93eeb7c7c194eec0bba585d1a81b8e8ee8d4624 (patch)
treee65f8a77264c1b72c9fa6593f5956201cdd7677d /net-im
parent1b52554e9aa5a56e853945ff3b05bdd003912958 (diff)
downloadfreebsd-ports-gnome-a93eeb7c7c194eec0bba585d1a81b8e8ee8d4624.tar.gz
freebsd-ports-gnome-a93eeb7c7c194eec0bba585d1a81b8e8ee8d4624.tar.zst
freebsd-ports-gnome-a93eeb7c7c194eec0bba585d1a81b8e8ee8d4624.zip
Deprecate ports broken for more than 6 months
Diffstat (limited to 'net-im')
-rw-r--r--net-im/ring-daemon/Makefile2
-rw-r--r--net-im/ring-gnome/Makefile3
-rw-r--r--net-im/ring-libclient/Makefile3
3 files changed, 8 insertions, 0 deletions
diff --git a/net-im/ring-daemon/Makefile b/net-im/ring-daemon/Makefile
index 41cbc52f9824..2b50f20f297d 100644
--- a/net-im/ring-daemon/Makefile
+++ b/net-im/ring-daemon/Makefile
@@ -13,6 +13,8 @@ COMMENT= Daemon part of the Ring VoIP SIP phone and IM
LICENSE= GPLv3
BROKEN= fails to build
+DEPRECATED= Broken for more than 6 months
+EXPIRATION_DATE= 2018-03-19
BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
LIB_DEPENDS= libyaml-cpp.so:devel/yaml-cpp \
diff --git a/net-im/ring-gnome/Makefile b/net-im/ring-gnome/Makefile
index 957d0a7c2864..fd335fc0b91a 100644
--- a/net-im/ring-gnome/Makefile
+++ b/net-im/ring-gnome/Makefile
@@ -13,6 +13,9 @@ COMMENT= Gnome client of the Ring VoIP SIP phone and IM
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Depends on expiring and broken net-im/ring-daemon
+EXPIRATION_DATE= 2018-03-19
+
LIB_DEPENDS= libringclient.so:net-im/ring-libclient \
libqrencode.so:graphics/libqrencode \
libcogl-pango.so:graphics/cogl \
diff --git a/net-im/ring-libclient/Makefile b/net-im/ring-libclient/Makefile
index 5094d33ee04c..e8e57bb6a11a 100644
--- a/net-im/ring-libclient/Makefile
+++ b/net-im/ring-libclient/Makefile
@@ -12,6 +12,9 @@ COMMENT= Client library for the Ring VoIP SIP phone and IM
LICENSE= GPLv3
+DEPRECATED= Depends on expiring and broken net-im/ring-daemon
+EXPIRATION_DATE= 2018-03-19
+
LIB_DEPENDS= libring.so:net-im/ring-daemon
USE_GITHUB= yes