Date: Thu, 11 Apr 2019 03:12:29 +0000 (UTC) From: Koichiro Iwao <meta@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498632 - head/net/remotebox Message-ID: <201904110312.x3B3CTsg064798@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: meta Date: Thu Apr 11 03:12:28 2019 New Revision: 498632 URL: https://svnweb.freebsd.org/changeset/ports/498632 Log: net/remotebox: Update dependency after net/tigervnc separation - vncviewer is now installed as net/tigervnc-viewer - Bump PORTREISION due to dependency change - Pet portlint (extra item in USES section) PR: 236928 Submitted by: myself Approved by: kai (maintainer) MFH: 2019Q2 Modified: head/net/remotebox/Makefile Modified: head/net/remotebox/Makefile ============================================================================== --- head/net/remotebox/Makefile Thu Apr 11 02:06:58 2019 (r498631) +++ head/net/remotebox/Makefile Thu Apr 11 03:12:28 2019 (r498632) @@ -3,6 +3,7 @@ PORTNAME= remotebox DISTVERSION= 2.5 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://remotebox.knobgoblin.org.uk/downloads/ DISTNAME= RemoteBox-${DISTVERSION} @@ -17,6 +18,7 @@ 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 @@ -35,7 +37,7 @@ VINAGRE_DESC= VNC client for GNOME FREERDP_RUN_DEPENDS= xfreerdp:net/freerdp KRDC_RUN_DEPENDS= krdc:net/krdc RDESKTOP_RUN_DEPENDS= rdesktop:net/rdesktop -TIGERVNC_RUN_DEPENDS= vncviewer:net/tigervnc +TIGERVNC_RUN_DEPENDS= vncviewer:net/tigervnc-viewer VINAGRE_RUN_DEPENDS= vinagre:net/vinagre post-patch:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904110312.x3B3CTsg064798>