diff options
author | meta <meta@FreeBSD.org> | 2019-04-11 11:12:28 +0800 |
---|---|---|
committer | meta <meta@FreeBSD.org> | 2019-04-11 11:12:28 +0800 |
commit | 9a3172a4993fe0fe048ce1167dc714a029f0a45c (patch) | |
tree | 00ebdad4e38798ff90f33f75a46def16118b7652 /net/remotebox | |
parent | f30f4c1a60e70b5bc14fd2b1f5212f510a506e77 (diff) | |
download | freebsd-ports-gnome-9a3172a4993fe0fe048ce1167dc714a029f0a45c.tar.gz freebsd-ports-gnome-9a3172a4993fe0fe048ce1167dc714a029f0a45c.tar.zst freebsd-ports-gnome-9a3172a4993fe0fe048ce1167dc714a029f0a45c.zip |
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
Diffstat (limited to 'net/remotebox')
-rw-r--r-- | net/remotebox/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/remotebox/Makefile b/net/remotebox/Makefile index d9e8758c8b19..257f2bc944f1 100644 --- a/net/remotebox/Makefile +++ b/net/remotebox/Makefile @@ -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: |