From owner-svn-ports-all@freebsd.org Mon Dec 30 12:28:12 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BEC431DEC17; Mon, 30 Dec 2019 12:28:12 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47mcCc3Yxwz3RLC; Mon, 30 Dec 2019 12:28:12 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 758771B14; Mon, 30 Dec 2019 12:28:12 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBUCSCS1053051; Mon, 30 Dec 2019 12:28:12 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBUCSAbm053040; Mon, 30 Dec 2019 12:28:10 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201912301228.xBUCSAbm053040@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Mon, 30 Dec 2019 12:28:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521486 - in head/net: remmina remmina-plugin-st remmina-plugins X-SVN-Group: ports-head X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: in head/net: remmina remmina-plugin-st remmina-plugins X-SVN-Commit-Revision: 521486 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Dec 2019 12:28:12 -0000 Author: woodsb02 Date: Mon Dec 30 12:28:10 2019 New Revision: 521486 URL: https://svnweb.freebsd.org/changeset/ports/521486 Log: net/remmina and net/remmina-plugin*: Upgrade to 1.3.9 Also fix net/remmina-plugin-st: - Remove duplicate icon installed by net/remmina-plugin-exec - Include as default dependency of net/remmina-plugins Changes this release: https://gitlab.com/Remmina/Remmina/blob/v1.3.9/CHANGELOG.md Modified: head/net/remmina-plugin-st/Makefile head/net/remmina-plugin-st/pkg-plist head/net/remmina-plugins/Makefile head/net/remmina-plugins/distinfo head/net/remmina-plugins/pkg-descr head/net/remmina/Makefile head/net/remmina/distinfo head/net/remmina/pkg-descr head/net/remmina/pkg-plist Modified: head/net/remmina-plugin-st/Makefile ============================================================================== --- head/net/remmina-plugin-st/Makefile Mon Dec 30 11:48:08 2019 (r521485) +++ head/net/remmina-plugin-st/Makefile Mon Dec 30 12:28:10 2019 (r521486) @@ -5,6 +5,14 @@ PKGNAMESUFFIX= -st COMMENT= Remmina plugin for (Simple) Terminal use cases +RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/scalable/emblems/remmina-tool-symbolic.svg:net/remmina-plugin-exec # Shared icon file deleted below + +USES= gnome +USE_GNOME= cairo + +post-install: + ${RM} -rv ${STAGEDIR}${PREFIX}/share/icons + MASTERDIR= ${.CURDIR}/../remmina-plugins .include "${MASTERDIR}/Makefile" Modified: head/net/remmina-plugin-st/pkg-plist ============================================================================== --- head/net/remmina-plugin-st/pkg-plist Mon Dec 30 11:48:08 2019 (r521485) +++ head/net/remmina-plugin-st/pkg-plist Mon Dec 30 12:28:10 2019 (r521486) @@ -1,2 +1 @@ lib/remmina/plugins/remmina-plugin-st.so -share/icons/hicolor/scalable/emblems/remmina-tool-symbolic.svg Modified: head/net/remmina-plugins/Makefile ============================================================================== --- head/net/remmina-plugins/Makefile Mon Dec 30 11:48:08 2019 (r521485) +++ head/net/remmina-plugins/Makefile Mon Dec 30 12:28:10 2019 (r521486) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= remmina-plugins -DISTVERSION= 1.3.5 +DISTVERSION= 1.3.9 CATEGORIES= net gnome MAINTAINER?= woodsb02@FreeBSD.org @@ -15,7 +15,7 @@ LICENSE?= GPLv2+ USE_GITLAB= yes GL_ACCOUNT= Remmina GL_PROJECT= Remmina -GL_COMMIT= e1a0ffd30a0d8e35ed86ec81ecb4719bb870d62c +GL_COMMIT= 0606fee3f396e28d18dedf202fedcb064ce27ee6 .include "${.CURDIR}/../remmina-plugins/bsd.plugin.mk" @@ -23,8 +23,8 @@ GL_COMMIT= e1a0ffd30a0d8e35ed86ec81ecb4719bb870d62c USES= metaport -OPTIONS_DEFINE= EXEC KEYRING NX RDP SPICE VNC WWW XDMCP -OPTIONS_DEFAULT= EXEC KEYRING NX RDP SPICE VNC WWW XDMCP +OPTIONS_DEFINE= EXEC KEYRING NX RDP SPICE ST VNC WWW XDMCP +OPTIONS_DEFAULT= EXEC KEYRING NX RDP SPICE ST VNC WWW XDMCP EXEC_DESC= Plugin to execute a command KEYRING_DESC= GNOME Keyring plugin NX_DESC= NX protocol plugin Modified: head/net/remmina-plugins/distinfo ============================================================================== --- head/net/remmina-plugins/distinfo Mon Dec 30 11:48:08 2019 (r521485) +++ head/net/remmina-plugins/distinfo Mon Dec 30 12:28:10 2019 (r521486) @@ -1,3 +1,3 @@ -TIMESTAMP = 1564883727 -SHA256 (Remmina-Remmina-e1a0ffd30a0d8e35ed86ec81ecb4719bb870d62c_GL0.tar.gz) = 91c97b4e284dbc3612e000cd4ded1c01cf6f29b74ddde095d2ef6a7fc673b6d4 -SIZE (Remmina-Remmina-e1a0ffd30a0d8e35ed86ec81ecb4719bb870d62c_GL0.tar.gz) = 1474390 +TIMESTAMP = 1577704081 +SHA256 (Remmina-Remmina-0606fee3f396e28d18dedf202fedcb064ce27ee6_GL0.tar.gz) = 73fd703df7dae015ec168591ac001abf56f20fc062a4186e84d05df758cee602 +SIZE (Remmina-Remmina-0606fee3f396e28d18dedf202fedcb064ce27ee6_GL0.tar.gz) = 1628284 Modified: head/net/remmina-plugins/pkg-descr ============================================================================== --- head/net/remmina-plugins/pkg-descr Mon Dec 30 11:48:08 2019 (r521485) +++ head/net/remmina-plugins/pkg-descr Mon Dec 30 12:28:10 2019 (r521486) @@ -3,4 +3,4 @@ system administrators and travellers, who need to work computers in front of either large monitors or tiny netbooks. Remmina supports multiple network protocols in an integrated and consistant user interface. -WWW: http://www.remmina.org/ +WWW: https://www.remmina.org/ Modified: head/net/remmina/Makefile ============================================================================== --- head/net/remmina/Makefile Mon Dec 30 11:48:08 2019 (r521485) +++ head/net/remmina/Makefile Mon Dec 30 12:28:10 2019 (r521486) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= remmina -DISTVERSION= 1.3.5 +DISTVERSION= 1.3.9 CATEGORIES= net gnome MAINTAINER= woodsb02@FreeBSD.org @@ -21,14 +21,15 @@ USES= cmake compiler:c11 desktop-file-utils gettext g USE_GITLAB= yes GL_ACCOUNT= Remmina GL_PROJECT= Remmina -GL_COMMIT= e1a0ffd30a0d8e35ed86ec81ecb4719bb870d62c +GL_COMMIT= 0606fee3f396e28d18dedf202fedcb064ce27ee6 USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango USE_XORG= ice sm x11 xext xkbfile INSTALLS_ICONS= yes CMAKE_ARGS= --build=build \ -DWITH_APPINDICATOR:BOOL=false -SHEBANG_FILES= data/desktop/remmina-file-wrapper.sh.in +SHEBANG_FILES= data/desktop/remmina-file-wrapper.in +bash_CMD= ${SH} OPTIONS_DEFINE= AVAHI GCRYPT NLS SSH TERM OPTIONS_DEFAULT= AVAHI GCRYPT SSH TERM Modified: head/net/remmina/distinfo ============================================================================== --- head/net/remmina/distinfo Mon Dec 30 11:48:08 2019 (r521485) +++ head/net/remmina/distinfo Mon Dec 30 12:28:10 2019 (r521486) @@ -1,3 +1,3 @@ -TIMESTAMP = 1564883727 -SHA256 (Remmina-Remmina-e1a0ffd30a0d8e35ed86ec81ecb4719bb870d62c_GL0.tar.gz) = 91c97b4e284dbc3612e000cd4ded1c01cf6f29b74ddde095d2ef6a7fc673b6d4 -SIZE (Remmina-Remmina-e1a0ffd30a0d8e35ed86ec81ecb4719bb870d62c_GL0.tar.gz) = 1474390 +TIMESTAMP = 1577704081 +SHA256 (Remmina-Remmina-0606fee3f396e28d18dedf202fedcb064ce27ee6_GL0.tar.gz) = 73fd703df7dae015ec168591ac001abf56f20fc062a4186e84d05df758cee602 +SIZE (Remmina-Remmina-0606fee3f396e28d18dedf202fedcb064ce27ee6_GL0.tar.gz) = 1628284 Modified: head/net/remmina/pkg-descr ============================================================================== --- head/net/remmina/pkg-descr Mon Dec 30 11:48:08 2019 (r521485) +++ head/net/remmina/pkg-descr Mon Dec 30 12:28:10 2019 (r521486) @@ -19,4 +19,4 @@ The Remmina main program: Remmina plugins are available for the following network protocols: * RDP, VNC, NX, XDMCP, SSH, Telepathy -WWW: http://www.remmina.org/ +WWW: https://www.remmina.org/ Modified: head/net/remmina/pkg-plist ============================================================================== --- head/net/remmina/pkg-plist Mon Dec 30 11:48:08 2019 (r521485) +++ head/net/remmina/pkg-plist Mon Dec 30 12:28:10 2019 (r521486) @@ -1,12 +1,13 @@ bin/gnome-session-remmina bin/remmina -bin/remmina-file-wrapper.sh +bin/remmina-file-wrapper bin/remmina-gnome include/remmina/plugin.h include/remmina/remmina_trace_calls.h include/remmina/types.h libdata/pkgconfig/remmina.pc man/man1/gnome-session-remmina.1.gz +man/man1/remmina-file-wrapper.1.gz man/man1/remmina-gnome.1.gz man/man1/remmina.1.gz share/applications/org.remmina.Remmina.desktop @@ -14,6 +15,8 @@ share/applications/remmina-file.desktop share/applications/remmina-gnome.desktop share/gnome-session/sessions/remmina-gnome.session share/icons/hicolor/128x128/apps/org.remmina.Remmina.png +share/icons/hicolor/128x128/apps/remmina-panel-inverted.png +share/icons/hicolor/128x128/apps/remmina-panel.png share/icons/hicolor/16x16/apps/org.remmina.Remmina.png share/icons/hicolor/16x16/apps/remmina-panel-inverted.png share/icons/hicolor/16x16/apps/remmina-panel.png @@ -24,11 +27,25 @@ share/icons/hicolor/24x24/apps/org.remmina.Remmina.png share/icons/hicolor/24x24/apps/remmina-panel-inverted.png share/icons/hicolor/24x24/apps/remmina-panel.png share/icons/hicolor/256x256/apps/org.remmina.Remmina.png +share/icons/hicolor/256x256/apps/remmina-panel-inverted.png +share/icons/hicolor/256x256/apps/remmina-panel.png share/icons/hicolor/32x32/apps/org.remmina.Remmina.png +share/icons/hicolor/32x32/apps/remmina-panel-inverted.png +share/icons/hicolor/32x32/apps/remmina-panel.png share/icons/hicolor/48x48/apps/org.remmina.Remmina.png +share/icons/hicolor/48x48/apps/remmina-panel-inverted.png +share/icons/hicolor/48x48/apps/remmina-panel.png share/icons/hicolor/64x64/apps/org.remmina.Remmina.png +share/icons/hicolor/64x64/apps/remmina-panel-inverted.png +share/icons/hicolor/64x64/apps/remmina-panel.png share/icons/hicolor/72x72/apps/org.remmina.Remmina.png +share/icons/hicolor/72x72/apps/remmina-panel-inverted.png +share/icons/hicolor/72x72/apps/remmina-panel.png share/icons/hicolor/96x96/apps/org.remmina.Remmina.png +share/icons/hicolor/96x96/apps/remmina-panel-inverted.png +share/icons/hicolor/96x96/apps/remmina-panel.png +share/icons/hicolor/apps/org.remmina.Remmina-symbolic.svg +share/icons/hicolor/apps/remmina-symbolic.svg share/icons/hicolor/scalable/actions/remmina-camera-photo-symbolic.svg share/icons/hicolor/scalable/actions/remmina-connect-symbolic.svg share/icons/hicolor/scalable/actions/remmina-disconnect-symbolic.svg @@ -50,8 +67,12 @@ share/icons/hicolor/scalable/actions/remmina-switch-pa share/icons/hicolor/scalable/actions/remmina-system-run-symbolic.svg share/icons/hicolor/scalable/actions/view-list.svg share/icons/hicolor/scalable/apps/org.remmina.Remmina.svg +share/icons/hicolor/scalable/apps/remmina-panel-inverted.svg +share/icons/hicolor/scalable/apps/remmina-panel.svg share/icons/hicolor/scalable/emblems/remmina-sftp-symbolic.svg share/icons/hicolor/scalable/emblems/remmina-ssh-symbolic.svg +share/icons/hicolor/scalable/panel/remmina-panel-inverted.svg +share/icons/hicolor/scalable/panel/remmina-panel.svg share/locale/ar/LC_MESSAGES/remmina.mo share/locale/ast/LC_MESSAGES/remmina.mo share/locale/bg/LC_MESSAGES/remmina.mo @@ -76,6 +97,7 @@ share/locale/he/LC_MESSAGES/remmina.mo share/locale/hr/LC_MESSAGES/remmina.mo share/locale/hu/LC_MESSAGES/remmina.mo share/locale/id/LC_MESSAGES/remmina.mo +share/locale/ie/LC_MESSAGES/remmina.mo share/locale/it/LC_MESSAGES/remmina.mo share/locale/ja/LC_MESSAGES/remmina.mo share/locale/kk/LC_MESSAGES/remmina.mo