Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2016 16:57:19 +0000 (UTC)
From:      Ben Woods <woodsb02@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430004 - in head/net: remmina remmina-plugins
Message-ID:  <201612301657.uBUGvJvh088680@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: woodsb02
Date: Fri Dec 30 16:57:19 2016
New Revision: 430004
URL: https://svnweb.freebsd.org/changeset/ports/430004

Log:
  net/remmina and net/remmina-plugins: Update to 1.2.0-rcgit.17
  
  - Remove SURVEY option, as it was removed upstream
  - Remove net/remmina-plugin-rdp patch to work with recent versions of
    FreeRDP, as it is incorporated in this release of Remmina
  
  Changes this release:
    https://github.com/FreeRDP/Remmina/releases/tag/v1.2.0-rcgit.17

Modified:
  head/net/remmina-plugins/Makefile
  head/net/remmina-plugins/distinfo
  head/net/remmina/Makefile
  head/net/remmina/distinfo
  head/net/remmina/pkg-plist

Modified: head/net/remmina-plugins/Makefile
==============================================================================
--- head/net/remmina-plugins/Makefile	Fri Dec 30 16:53:50 2016	(r430003)
+++ head/net/remmina-plugins/Makefile	Fri Dec 30 16:57:19 2016	(r430004)
@@ -3,13 +3,9 @@
 
 PORTNAME?=	remmina-plugins
 DISTVERSIONPREFIX=v
-DISTVERSION=	1.2.0-rcgit.16
-PORTREVISION=	1
+DISTVERSION=	1.2.0-rcgit.17
 CATEGORIES=	net gnome
 
-PATCH_SITES=	https://github.com/FreeRDP/Remmina/commit/
-PATCHFILES=	9b783595bd7fbfc39d1194d28110519c49dcaecc.patch:-p1
-
 MAINTAINER?=	woodsb02@FreeBSD.org
 COMMENT?=	Remmina plugin system
 
@@ -41,8 +37,6 @@ TELEP_RUN_DEPENDS=	remmina-plugin-telepa
 VNC_RUN_DEPENDS=	remmina-plugin-vnc>=0:net/remmina-plugin-vnc
 XDMCP_RUN_DEPENDS=	remmina-plugin-xdmcp>=0:net/remmina-plugin-xdmcp
 
-do-patch:
-
 .include <bsd.port.mk>
 
 .endif

Modified: head/net/remmina-plugins/distinfo
==============================================================================
--- head/net/remmina-plugins/distinfo	Fri Dec 30 16:53:50 2016	(r430003)
+++ head/net/remmina-plugins/distinfo	Fri Dec 30 16:57:19 2016	(r430004)
@@ -1,5 +1,3 @@
-TIMESTAMP = 1482223169
-SHA256 (FreeRDP-Remmina-v1.2.0-rcgit.16_GH0.tar.gz) = edb347f9e4d0a2e682f7ffd22caa364b477653a1aca31d1c1922a86d81df4995
-SIZE (FreeRDP-Remmina-v1.2.0-rcgit.16_GH0.tar.gz) = 1008438
-SHA256 (9b783595bd7fbfc39d1194d28110519c49dcaecc.patch) = 2f6234f3be140fc17fc88da09cca06a0ff5364b123f7ee560c1daa17a3a00e53
-SIZE (9b783595bd7fbfc39d1194d28110519c49dcaecc.patch) = 58905
+TIMESTAMP = 1483114066
+SHA256 (FreeRDP-Remmina-v1.2.0-rcgit.17_GH0.tar.gz) = b4c7a8ee46b6ed323a2d70f6e8a3b6e2a9c9025eced85b57aacc00f484cadcb1
+SIZE (FreeRDP-Remmina-v1.2.0-rcgit.17_GH0.tar.gz) = 988237

Modified: head/net/remmina/Makefile
==============================================================================
--- head/net/remmina/Makefile	Fri Dec 30 16:53:50 2016	(r430003)
+++ head/net/remmina/Makefile	Fri Dec 30 16:57:19 2016	(r430004)
@@ -3,8 +3,7 @@
 
 PORTNAME=	remmina
 DISTVERSIONPREFIX=v
-DISTVERSION=	1.2.0-rcgit.16
-PORTREVISION=	1
+DISTVERSION=	1.2.0-rcgit.17
 CATEGORIES=	net gnome
 
 MAINTAINER=	woodsb02@FreeBSD.org
@@ -25,14 +24,13 @@ INSTALLS_ICONS=	yes
 CMAKE_ARGS=	--build=build \
 		-DWITH_APPINDICATOR:BOOL=false
 
-OPTIONS_DEFINE=		AVAHI GCRYPT NLS SSH SURVEY TERM
+OPTIONS_DEFINE=		AVAHI GCRYPT NLS SSH TERM
 OPTIONS_DEFAULT=	AVAHI GCRYPT SSH TERM
 OPTIONS_SUB=		yes
 
 AVAHI_DESC=		Build with Avahi support
 GCRYPT_DESC=		Build with libgcrypt support for password encryption
 SSH_DESC=		Build with SSH tunneling support
-SURVEY_DESC=		Enable user survey to allow developers to understand usage
 TERM_DESC=		Build with terminal support
 
 AVAHI_LIB_DEPENDS=	libavahi-client.so:net/avahi-app \
@@ -48,9 +46,6 @@ SSH_LIB_DEPENDS=	libssh_threads.so:secur
 SSH_LDFLAGS=		-fstack-protector
 SSH_CMAKE_BOOL=		WITH_LIBSSH
 
-SURVEY_LIB_DEPENDS=	libwebkit2gtk-4.0.so:www/webkit2-gtk3
-SURVEY_CMAKE_BOOL=	WITH_SURVEY
-
 TERM_USE=		gnome=vte3
 TERM_CMAKE_BOOL=	WITH_VTE
 

Modified: head/net/remmina/distinfo
==============================================================================
--- head/net/remmina/distinfo	Fri Dec 30 16:53:50 2016	(r430003)
+++ head/net/remmina/distinfo	Fri Dec 30 16:57:19 2016	(r430004)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1478174578
-SHA256 (FreeRDP-Remmina-v1.2.0-rcgit.16_GH0.tar.gz) = edb347f9e4d0a2e682f7ffd22caa364b477653a1aca31d1c1922a86d81df4995
-SIZE (FreeRDP-Remmina-v1.2.0-rcgit.16_GH0.tar.gz) = 1008438
+TIMESTAMP = 1483113768
+SHA256 (FreeRDP-Remmina-v1.2.0-rcgit.17_GH0.tar.gz) = b4c7a8ee46b6ed323a2d70f6e8a3b6e2a9c9025eced85b57aacc00f484cadcb1
+SIZE (FreeRDP-Remmina-v1.2.0-rcgit.17_GH0.tar.gz) = 988237

Modified: head/net/remmina/pkg-plist
==============================================================================
--- head/net/remmina/pkg-plist	Fri Dec 30 16:53:50 2016	(r430003)
+++ head/net/remmina/pkg-plist	Fri Dec 30 16:57:19 2016	(r430004)
@@ -97,4 +97,3 @@ share/icons/hicolor/scalable/apps/remmin
 %%DATADIR%%/ui/remmina_preferences.glade
 %%DATADIR%%/ui/remmina_spinner.glade
 %%DATADIR%%/ui/remmina_string_list.glade
-%%DATADIR%%/ui/remmina_survey.glade



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