Index: head/net/remotebox/Makefile =================================================================== --- head/net/remotebox/Makefile (revision 516986) +++ head/net/remotebox/Makefile (revision 516987) @@ -1,74 +1,74 @@ # Created by: Haowu Ge # $FreeBSD$ PORTNAME= remotebox DISTVERSION= 2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://remotebox.knobgoblin.org.uk/downloads/ DISTNAME= RemoteBox-${DISTVERSION} MAINTAINER= kai@FreeBSD.org COMMENT= Open Source VirtualBox Client with Remote Management LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/docs/COPYING 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 OPTIONS_DEFINE= DOCS KRDC OPTIONS_DEFAULT= FREERDP TIGERVNC OPTIONS_MULTI= VIEWER OPTIONS_MULTI_VIEWER= FREERDP RDESKTOP TIGERVNC VINAGRE FREERDP_DESC= RDP client (fork of rdesktop with more features) KRDC_DESC= RDP/VNC client for KDE5 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 RDESKTOP_RUN_DEPENDS= rdesktop:net/rdesktop TIGERVNC_RUN_DEPENDS= vncviewer:net/tigervnc-viewer VINAGRE_RUN_DEPENDS= vinagre:net/vinagre post-patch: @${REINPLACE_CMD} -e 's|$$Bin/share/remotebox|${DATADIR}|; \ s|$$Bin/docs|${DOCSDIR}|' \ ${WRKSRC}/remotebox do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/share/remotebox/*.pl ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/share/remotebox/*.pm ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/share/remotebox/remotebox.xml \ ${STAGEDIR}${DATADIR} @${MKDIR} ${STAGEDIR}${DATADIR}/icons/os @${MKDIR} ${STAGEDIR}${DATADIR}/icons/gueststatus ${INSTALL_DATA} ${WRKSRC}/share/remotebox/icons/*.png \ ${STAGEDIR}${DATADIR}/icons ${INSTALL_DATA} ${WRKSRC}/share/remotebox/icons/os/*.png \ ${STAGEDIR}${DATADIR}/icons/os ${INSTALL_DATA} ${WRKSRC}/share/remotebox/icons/gueststatus/*.png \ ${STAGEDIR}${DATADIR}/icons/gueststatus ${INSTALL_DATA} ${WRKSRC}/share/remotebox/icons/remotebox.png \ ${STAGEDIR}${PREFIX}/share/pixmaps @${MKDIR} ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.desktop \ ${STAGEDIR}${PREFIX}/share/applications post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/remotebox.pdf ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/changelog.txt ${STAGEDIR}${DOCSDIR} .include Index: head/net/remotebox/files/remotebox.desktop =================================================================== --- head/net/remotebox/files/remotebox.desktop (revision 516986) +++ head/net/remotebox/files/remotebox.desktop (revision 516987) @@ -1,10 +1,10 @@ [Desktop Entry] Encoding=UTF-8 Value=1.0 Type=Application Name=Remotebox GenericName=Remotebox Comment=Open Source VirtualBox Client with Remote Management -Icon=remotebox.png +Icon=remotebox Exec=remotebox Categories=System Index: head/x11/gcb/Makefile =================================================================== --- head/x11/gcb/Makefile (revision 516986) +++ head/x11/gcb/Makefile (revision 516987) @@ -1,35 +1,35 @@ # Created by: Nosov Artem # $FreeBSD$ PORTNAME= gcb PORTVERSION= 0.2.8 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11 MASTER_SITES= http://freebsd.flatrate.ru/distfiles/ \ http://ccbsd9.csie.nctu.edu.tw/~cp76/gcb/ MAINTAINER= chip-set@mail.ru COMMENT= GTK+ tool for managing x11 cut-buffers BROKEN= unfetchable HAS_CONFIGURE= yes USES= pkgconfig tar:bzip2 USE_GNOME= gtk20 post-patch: @${REINPLACE_CMD} -e 's|#!/bin/bash|#!${SH}|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|; \ s|^\(CFLAGS\)=\(.*\)-g\ -O\(.*\)|\1+=\2 \3|' \ ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/icons ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.desktop \ ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps .include Index: head/x11/gcb/files/gcb.desktop =================================================================== --- head/x11/gcb/files/gcb.desktop (revision 516986) +++ head/x11/gcb/files/gcb.desktop (revision 516987) @@ -1,8 +1,8 @@ [Desktop Entry] Encoding=UTF-8 Name=Gtk Copy-paste Buffer Comment=A GTK+ tool for managing x11 cut-buffers -Icon=gcb.png +Icon=gcb Exec=gcb -B Type=Application Categories=GNOME;Application;System