update to rdesktop-1.9.0, requested + tested by Alexey Suslikov
This commit is contained in:
parent
61db6fe656
commit
15fe1c4880
@ -1,25 +1,26 @@
|
||||
# $OpenBSD: Makefile,v 1.47 2019/07/12 20:51:20 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.48 2019/12/06 09:23:59 sthen Exp $
|
||||
|
||||
COMMENT= open source client for Windows Terminal Server
|
||||
|
||||
V= 1.8.6
|
||||
V= 1.9.0
|
||||
DISTNAME= rdesktop-$V
|
||||
|
||||
CATEGORIES= x11 net
|
||||
|
||||
MASTER_SITES= https://github.com/rdesktop/rdesktop/releases/download/v$V/
|
||||
|
||||
HOMEPAGE= http://www.rdesktop.org/
|
||||
HOMEPAGE= https://www.rdesktop.org/
|
||||
|
||||
# GPLv3+
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB += X11 Xrandr ao c crypto iconv pcsclite pthread samplerate
|
||||
WANTLIB += ssl
|
||||
WANTLIB += X11 Xcursor Xrandr ao c gmp gnutls hogweed iconv nettle
|
||||
WANTLIB += pcsclite pthread samplerate tasn1
|
||||
|
||||
LIB_DEPENDS= audio/libao \
|
||||
audio/libsamplerate \
|
||||
converters/libiconv \
|
||||
security/gnutls \
|
||||
security/pcsc-lite
|
||||
|
||||
NO_TEST= Yes
|
||||
@ -34,4 +35,6 @@ CONFIGURE_ARGS= --with-x=${X11BASE} \
|
||||
--enable-smartcard \
|
||||
--disable-credssp
|
||||
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (rdesktop-1.8.6.tar.gz) = REJtKzTWoyu4TlqnI2nqgDnBaLi9WCd7lM4y2w/I9GY=
|
||||
SIZE (rdesktop-1.8.6.tar.gz) = 321061
|
||||
SHA256 (rdesktop-1.9.0.tar.gz) = RzwvMSORN5lg7+QcqtN4UsWTEryPEA+bXyZgmrVwQog=
|
||||
SIZE (rdesktop-1.9.0.tar.gz) = 368980
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2014/11/17 15:09:16 benoit Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2019/12/06 09:23:59 sthen Exp $
|
||||
@bin bin/rdesktop
|
||||
@man man/man1/rdesktop.1
|
||||
share/rdesktop/
|
||||
@ -12,6 +12,7 @@ share/rdesktop/keymaps/de-ch
|
||||
share/rdesktop/keymaps/en-dv
|
||||
share/rdesktop/keymaps/en-gb
|
||||
share/rdesktop/keymaps/en-us
|
||||
share/rdesktop/keymaps/en-us-intl
|
||||
share/rdesktop/keymaps/es
|
||||
share/rdesktop/keymaps/et
|
||||
share/rdesktop/keymaps/fi
|
||||
|
Loading…
Reference in New Issue
Block a user