svn commit: r339795 - in head/net: remmina-plugin-gnome remmina-plugin-nx remmina-plugin-rdp remmina-plugin-telepathy remmina-plugin-vnc remmina-plugins

Dima Panov fluffy at FreeBSD.org
Wed Jan 15 17:28:02 UTC 2014


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 at 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 at 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


More information about the svn-ports-all mailing list