From owner-svn-ports-all@FreeBSD.ORG Wed Jan 15 17:28:02 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4C086492; Wed, 15 Jan 2014 17:28:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3743D1E67; Wed, 15 Jan 2014 17:28:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0FHS2n7039349; Wed, 15 Jan 2014 17:28:02 GMT (envelope-from fluffy@svn.freebsd.org) Received: (from fluffy@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0FHS0bj039336; Wed, 15 Jan 2014 17:28:00 GMT (envelope-from fluffy@svn.freebsd.org) Message-Id: <201401151728.s0FHS0bj039336@svn.freebsd.org> From: Dima Panov Date: Wed, 15 Jan 2014 17:28:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339795 - in head/net: remmina-plugin-gnome remmina-plugin-nx remmina-plugin-rdp remmina-plugin-telepathy remmina-plugin-vnc remmina-plugins X-SVN-Group: ports-head 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.17 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: Wed, 15 Jan 2014 17:28:02 -0000 Author: fluffy Date: Wed Jan 15 17:28:00 2014 New Revision: 339795 URL: http://svnweb.freebsd.org/changeset/ports/339795 QAT: https://qat.redports.org/buildarchive/r339795/ Log: - Add missed dependency on libvncserver [1] - Use new style for LIB_DEPENDS - Pass maintainership from Koichiro IWAO to myself for -gnome and -nx ports by his request - Bump PORTREVISION due to changed dependencies list [2] Noticed by: QAT [1], mat@ [2] Modified: head/net/remmina-plugin-gnome/Makefile head/net/remmina-plugin-nx/Makefile head/net/remmina-plugin-rdp/Makefile head/net/remmina-plugin-telepathy/Makefile head/net/remmina-plugin-vnc/Makefile head/net/remmina-plugins/Makefile Modified: head/net/remmina-plugin-gnome/Makefile ============================================================================== --- head/net/remmina-plugin-gnome/Makefile Wed Jan 15 17:19:34 2014 (r339794) +++ head/net/remmina-plugin-gnome/Makefile Wed Jan 15 17:28:00 2014 (r339795) @@ -3,10 +3,9 @@ PKGNAMESUFFIX= -gnome -MAINTAINER= meta+ports@vmeta.jp COMMENT= Remmina plugin for GNOME Keyring -LIB_DEPENDS= gnome-keyring:${PORTSDIR}/security/libgnome-keyring +LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring MASTERDIR= ${.CURDIR}/../remmina-plugins Modified: head/net/remmina-plugin-nx/Makefile ============================================================================== --- head/net/remmina-plugin-nx/Makefile Wed Jan 15 17:19:34 2014 (r339794) +++ head/net/remmina-plugin-nx/Makefile Wed Jan 15 17:28:00 2014 (r339795) @@ -3,7 +3,6 @@ PKGNAMESUFFIX= -nx -MAINTAINER= meta+ports@vmeta.jp COMMENT= Remmina plugin for NX USE_XORG+= xkbfile Modified: head/net/remmina-plugin-rdp/Makefile ============================================================================== --- head/net/remmina-plugin-rdp/Makefile Wed Jan 15 17:19:34 2014 (r339794) +++ head/net/remmina-plugin-rdp/Makefile Wed Jan 15 17:28:00 2014 (r339795) @@ -5,8 +5,7 @@ PKGNAMESUFFIX= -rdp COMMENT= Remmina plugin for RDP protocol -BUILD_DEPENDS= freerdp>=1.0.0:${PORTSDIR}/net/freerdp -RUN_DEPENDS= ${BUILD_DEPENDS} +LIB_DEPENDS= libfreerdp-core.so:${PORTSDIR}/net/freerdp MASTERDIR= ${.CURDIR}/../remmina-plugins Modified: head/net/remmina-plugin-telepathy/Makefile ============================================================================== --- head/net/remmina-plugin-telepathy/Makefile Wed Jan 15 17:19:34 2014 (r339794) +++ head/net/remmina-plugin-telepathy/Makefile Wed Jan 15 17:28:00 2014 (r339795) @@ -6,7 +6,7 @@ PKGNAMESUFFIX= -telepathy COMMENT= Remmina plugin for Telepathy support USE_GNOME+= gtk30 -LIB_DEPENDS= telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib +LIB_DEPENDS= libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib MASTERDIR= ${.CURDIR}/../remmina-plugins Modified: head/net/remmina-plugin-vnc/Makefile ============================================================================== --- head/net/remmina-plugin-vnc/Makefile Wed Jan 15 17:19:34 2014 (r339794) +++ head/net/remmina-plugin-vnc/Makefile Wed Jan 15 17:28:00 2014 (r339795) @@ -5,9 +5,10 @@ PKGNAMESUFFIX= -vnc COMMENT= Remmina plugin for VNC protocol -BUILD_DEPENDS= ${LOCALBASE}/include/gcrypt.h:${PORTSDIR}/security/libgcrypt -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ - gnutls:${PORTSDIR}/security/gnutls +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libgnutls.so:${PORTSDIR}/security/gnutls \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt \ + libvncserver.so:${PORTSDIR}/net/libvncserver MASTERDIR= ${.CURDIR}/../remmina-plugins Modified: head/net/remmina-plugins/Makefile ============================================================================== --- head/net/remmina-plugins/Makefile Wed Jan 15 17:19:34 2014 (r339794) +++ head/net/remmina-plugins/Makefile Wed Jan 15 17:28:00 2014 (r339795) @@ -3,7 +3,7 @@ PORTNAME?= remmina-plugins PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net gnome USE_GITHUB= yes GH_ACCOUNT= FreeRDP