mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- 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]
This commit is contained in:
parent
79f33ca70f
commit
e9941eb31b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339795
@ -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
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
|
||||
PKGNAMESUFFIX= -nx
|
||||
|
||||
MAINTAINER= meta+ports@vmeta.jp
|
||||
COMMENT= Remmina plugin for NX
|
||||
|
||||
USE_XORG+= xkbfile
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME?= remmina-plugins
|
||||
PORTVERSION= 1.0.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net gnome
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= FreeRDP
|
||||
|
Loading…
Reference in New Issue
Block a user