Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 May 2018 17:42:03 +0000 (UTC)
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r468770 - head/net/remotebox
Message-ID:  <201805011742.w41Hg3A8050151@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: krion
Date: Tue May  1 17:42:03 2018
New Revision: 468770
URL: https://svnweb.freebsd.org/changeset/ports/468770

Log:
  Update to 2.5
  
  PR:		227885
  Submitted by:	maintainer

Modified:
  head/net/remotebox/Makefile
  head/net/remotebox/distinfo
  head/net/remotebox/pkg-plist

Modified: head/net/remotebox/Makefile
==============================================================================
--- head/net/remotebox/Makefile	Tue May  1 17:15:42 2018	(r468769)
+++ head/net/remotebox/Makefile	Tue May  1 17:42:03 2018	(r468770)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	remotebox
-DISTVERSION=	2.4
+DISTVERSION=	2.5
 CATEGORIES=	net
 MASTER_SITES=	http://remotebox.knobgoblin.org.uk/downloads/
-DISTNAME=	RemoteBox-${PORTVERSION}
+DISTNAME=	RemoteBox-${DISTVERSION}
 
 MAINTAINER=	freebsd_ports@k-worx.org
 COMMENT=	Open Source VirtualBox Client with Remote Management
@@ -17,19 +17,30 @@ RUN_DEPENDS=	p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \
 		p5-SOAP-Lite>=0:net/p5-SOAP-Lite
 
 USES=		shebangfix tar:bzip2
+SHEBANG_FILES=	remotebox
 NO_BUILD=	yes
 NO_ARCH=	yes
-SHEBANG_FILES=	remotebox
 
 OPTIONS_DEFINE=		DOCS
-OPTIONS_RADIO=		RDP
-OPTIONS_RADIO_RDP=	FREERDP RDESKTOP
-OPTIONS_DEFAULT=	FREERDP
-FREERDP_DESC=		Install freerdp (free RDP implementation)
-RDESKTOP_DESC=		Install rdesktop (RDP client for Windows)
+OPTIONS_DEFAULT=	FREERDP TIGERVNC
+OPTIONS_MULTI=		VIEWER
+OPTIONS_MULTI_VIEWER=	FREERDP RDESKTOP TIGERVNC VINAGRE
+OPTIONS_RADIO=		KDE
+OPTIONS_RADIO_KDE=	KRDC KRDC4
 
+FREERDP_DESC=		RDP client (fork of rdesktop with more features)
+KRDC_DESC=		RDP/VNC client for KDE5
+KRDC4_DESC=		RDP/VNC client for KDE4
+RDESKTOP_DESC=		RDP client (less features than freerdp)
+TIGERVNC_DESC=		VNC client (desktop neutral)
+VINAGRE_DESC=		VNC client for GNOME
+
 FREERDP_RUN_DEPENDS=	xfreerdp:net/freerdp
+KRDC_RUN_DEPENDS=	krdc:net/krdc
+KRDC4_RUN_DEPENDS=	krdc:net/krdc-kde4
 RDESKTOP_RUN_DEPENDS=	rdesktop:net/rdesktop
+TIGERVNC_RUN_DEPENDS=	vncviewer:net/tigervnc
+VINAGRE_RUN_DEPENDS=	vinagre:net/vinagre
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|$$Bin/share/remotebox|${DATADIR}|; \

Modified: head/net/remotebox/distinfo
==============================================================================
--- head/net/remotebox/distinfo	Tue May  1 17:15:42 2018	(r468769)
+++ head/net/remotebox/distinfo	Tue May  1 17:42:03 2018	(r468770)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1516962637
-SHA256 (RemoteBox-2.4.tar.bz2) = 7f32affe6c4d760c5bfb53b795e34761a1edeac0bcb1c9769ffd95d5eebfec93
-SIZE (RemoteBox-2.4.tar.bz2) = 798317
+TIMESTAMP = 1525089326
+SHA256 (RemoteBox-2.5.tar.bz2) = 54e1ddcffd25230af60d867562b303a173a2e2daaab7024b48f29df25c625235
+SIZE (RemoteBox-2.5.tar.bz2) = 776654

Modified: head/net/remotebox/pkg-plist
==============================================================================
--- head/net/remotebox/pkg-plist	Tue May  1 17:15:42 2018	(r468769)
+++ head/net/remotebox/pkg-plist	Tue May  1 17:42:03 2018	(r468770)
@@ -222,8 +222,6 @@ share/pixmaps/remotebox.png
 %%DATADIR%%/icons/vm_start_32px.png
 %%DATADIR%%/icons/vrdp_16px.png
 %%DATADIR%%/icons/vrdp_32px.png
-%%DATADIR%%/old_vboxService.pm
-%%DATADIR%%/old_vboxserializers.pl
 %%DATADIR%%/rbox_err.pl
 %%DATADIR%%/rbox_gui_edit.pl
 %%DATADIR%%/rbox_gui_edit_audio.pl



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