aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorfluffy <fluffy@FreeBSD.org>2014-01-16 01:28:00 +0800
committerfluffy <fluffy@FreeBSD.org>2014-01-16 01:28:00 +0800
commit34f0723b003688268b03433d41594111ed600541 (patch)
tree8cd275fe27920d64f6f65877e05a7f4f04ce9dd6 /net
parent95ad0a9c2c971bbf46bfd3d6efc3767d9a272f14 (diff)
downloadfreebsd-ports-gnome-34f0723b003688268b03433d41594111ed600541.tar.gz
freebsd-ports-gnome-34f0723b003688268b03433d41594111ed600541.tar.zst
freebsd-ports-gnome-34f0723b003688268b03433d41594111ed600541.zip
- 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]
Diffstat (limited to 'net')
-rw-r--r--net/remmina-plugin-gnome/Makefile3
-rw-r--r--net/remmina-plugin-nx/Makefile1
-rw-r--r--net/remmina-plugin-rdp/Makefile3
-rw-r--r--net/remmina-plugin-telepathy/Makefile2
-rw-r--r--net/remmina-plugin-vnc/Makefile7
-rw-r--r--net/remmina-plugins/Makefile2
6 files changed, 8 insertions, 10 deletions
diff --git a/net/remmina-plugin-gnome/Makefile b/net/remmina-plugin-gnome/Makefile
index f87365c8173a..5a2522f0058b 100644
--- a/net/remmina-plugin-gnome/Makefile
+++ b/net/remmina-plugin-gnome/Makefile
@@ -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
diff --git a/net/remmina-plugin-nx/Makefile b/net/remmina-plugin-nx/Makefile
index 494a4f0f7f0f..fea561401e9a 100644
--- a/net/remmina-plugin-nx/Makefile
+++ b/net/remmina-plugin-nx/Makefile
@@ -3,7 +3,6 @@
PKGNAMESUFFIX= -nx
-MAINTAINER= meta+ports@vmeta.jp
COMMENT= Remmina plugin for NX
USE_XORG+= xkbfile
diff --git a/net/remmina-plugin-rdp/Makefile b/net/remmina-plugin-rdp/Makefile
index afa8701be895..5a0bf555c68c 100644
--- a/net/remmina-plugin-rdp/Makefile
+++ b/net/remmina-plugin-rdp/Makefile
@@ -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
diff --git a/net/remmina-plugin-telepathy/Makefile b/net/remmina-plugin-telepathy/Makefile
index d7a7081017cc..9a2e30addf1c 100644
--- a/net/remmina-plugin-telepathy/Makefile
+++ b/net/remmina-plugin-telepathy/Makefile
@@ -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
diff --git a/net/remmina-plugin-vnc/Makefile b/net/remmina-plugin-vnc/Makefile
index 64dbc523a063..ef9a2a317d27 100644
--- a/net/remmina-plugin-vnc/Makefile
+++ b/net/remmina-plugin-vnc/Makefile
@@ -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
diff --git a/net/remmina-plugins/Makefile b/net/remmina-plugins/Makefile
index a532b4af11ed..858d967e149c 100644
--- a/net/remmina-plugins/Makefile
+++ b/net/remmina-plugins/Makefile
@@ -3,7 +3,7 @@
PORTNAME?= remmina-plugins
PORTVERSION= 1.0.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net gnome
USE_GITHUB= yes
GH_ACCOUNT= FreeRDP