diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-11-29 09:51:30 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-11-29 09:51:30 +0000 |
commit | a1af583929f28afb51a5190a9e28de2b1746d9ad (patch) | |
tree | b91b466eb9eb2ef81c548783b0eebab6e3cf6cf7 /net | |
parent | 26678e88891c4d09c898a1894d6ae375f9316503 (diff) | |
download | freebsd-ports-a1af583929f28afb51a5190a9e28de2b1746d9ad.zip |
Deprecate ports broken for more than 6 months
Diffstat (limited to 'net')
-rw-r--r-- | net/remmina-plugin-rdp/Makefile | 2 | ||||
-rw-r--r-- | net/remmina-plugins/Makefile | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/net/remmina-plugin-rdp/Makefile b/net/remmina-plugin-rdp/Makefile index 0c3cdafd852b..ad7f1d7576ca 100644 --- a/net/remmina-plugin-rdp/Makefile +++ b/net/remmina-plugin-rdp/Makefile @@ -10,6 +10,8 @@ LIB_DEPENDS= libfreerdp.so:${PORTSDIR}/net/freerdp MASTERDIR= ${.CURDIR}/../remmina-plugins BROKEN= version 1.0.0 is incompatible with freerdp 1.2.x +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-12-30 PLIST_SUB+= ICONS="" SSH="" diff --git a/net/remmina-plugins/Makefile b/net/remmina-plugins/Makefile index ca7e73b52315..a1d08c3d2696 100644 --- a/net/remmina-plugins/Makefile +++ b/net/remmina-plugins/Makefile @@ -20,7 +20,7 @@ GH_PROJECT= Remmina .else OPTIONS_DEFINE= KEYRING RDP VNC XDMCP TELEP NX NLS -OPTIONS_DEFAULT= KEYRING RDP VNC XDMCP TELEP NLS +OPTIONS_DEFAULT= KEYRING VNC XDMCP TELEP NLS KEYRING_DESC= GNOME Keyring plugin RDP_DESC= RDP protocol plugin VNC_DESC= VNC protocol plugin |