diff options
author | Rene Ladan <rene@FreeBSD.org> | 2015-12-30 23:50:16 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2015-12-30 23:50:16 +0000 |
commit | 7b655e7cffbe94d34fda0b2627bbdcac49b6bcc5 (patch) | |
tree | 65999f61188c770b74ff660dce5b89bb4baf5349 | |
parent | a159ab9d0ce85b19b9604e8781f85fc4fc79a5cf (diff) | |
download | ports-7b655e7cffbe94d34fda0b2627bbdcac49b6bcc5.tar.gz ports-7b655e7cffbe94d34fda0b2627bbdcac49b6bcc5.zip |
Notes
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/remmina-plugin-rdp/Makefile | 18 |
3 files changed, 1 insertions, 19 deletions
@@ -8084,3 +8084,4 @@ graphics/pinta||2015-12-30|Has expired: Broken for more than 6 months games/kanatest||2015-12-30|Has expired: Broken for more than 6 months editors/bless||2015-12-30|Has expired: Broken for more than 6 months security/burpsuite||2015-12-30|Has expired: Broken for more than 6 months +net/remmina-plugin-rdp||2015-12-30|Has expired: Broken for more than 6 months diff --git a/net/Makefile b/net/Makefile index f5cf99b196c2..5d903d6b1e03 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1039,7 +1039,6 @@ SUBDIR += remmina-plugin-gnome SUBDIR += remmina-plugin-i18n SUBDIR += remmina-plugin-nx - SUBDIR += remmina-plugin-rdp SUBDIR += remmina-plugin-telepathy SUBDIR += remmina-plugin-vnc SUBDIR += remmina-plugin-xdmcp diff --git a/net/remmina-plugin-rdp/Makefile b/net/remmina-plugin-rdp/Makefile deleted file mode 100644 index ad7f1d7576ca..000000000000 --- a/net/remmina-plugin-rdp/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Alexander Logvinov <avl@FreeBSD.org> -# $FreeBSD$ - -PKGNAMESUFFIX= -rdp - -COMMENT= Remmina plugin for RDP protocol - -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="" - -.include "${MASTERDIR}/Makefile" |