Commits

Frank Schima authored 1e312148e8e
rdesktop: Update to version 1.9.0

Closes: https://trac.macports.org/ticket/59624
No tags

net/rdesktop/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4 PortGroup github 1.0
5 5
6 -github.setup rdesktop rdesktop 1.8.6 v
7 -revision 2
8 -# Stealth update occurred for 1.8.6; remove when updating to new release
9 -dist_subdir ${name}/${version}_1
6 +github.setup rdesktop rdesktop 1.9.0 v
7 +revision 0
10 8 categories net
11 9 license GPL-3+
12 10 maintainers nomaintainer
13 11 description Windows Terminal Server Client
14 12 long_description \
15 13 rdesktop is an RDP client to access Microsoft Terminal Server based services.\
16 14 \
17 15 The variant called w2k-license-hack is a backported patch from an rdesktop \
18 16 1.1 patchset which was not integrated into the latest version -- it will \
19 17 announce the client as Windows 2000 machine causing the Terminal Server to \
40 38
41 39 configure.args --mandir=${prefix}/share/man \
42 40 --with-sound=libao \
43 41 --with-openssl=${prefix} \
44 42 --with-libiconv-prefix=${prefix} \
45 43 --disable-credssp \
46 44 --disable-smartcard
47 45
48 46 build.target rdesktop
49 47
50 -checksums rmd160 f321c0ee177cb495f9a1f54f5c755fd2b22ed01a \
51 - sha256 4131c5cc3d6a2e1a6515180502093c2b1b94cc8c34dd3f86aa8b3475399634ef \
52 - size 322459
48 +checksums rmd160 a403d660585dc4f8433ea885359e4452148a2c98 \
49 + sha256 473c2f312391379960efe41caad37852c59312bc8f100f9b5f26609ab5704288 \
50 + size 368980
53 51
54 52 variant w2k_license_hack description {will announce the client as Windows 2000 machine} {
55 53 patchfiles patch-licence.c
56 54 }
57 55
58 56 variant smartcard description {enables smartcard forwarding (currently broken)} {
59 57 # configure.args-append --enable-smartcard
60 58 notes-append "Smartcard support is currently broken."
61 59 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut