svn commit: r502287 - head/net/rdesktop
Steve Wills
swills at FreeBSD.org
Wed May 22 20:51:59 UTC 2019
Author: swills
Date: Wed May 22 20:51:57 2019
New Revision: 502287
URL: https://svnweb.freebsd.org/changeset/ports/502287
Log:
net/rdesktop: update to 1.8.6
While here, improve formatting.
PR: 238048
Submitted by: Greg Fitzgerald <gregf at hugops.pw>
Modified:
head/net/rdesktop/Makefile (contents, props changed)
head/net/rdesktop/distinfo (contents, props changed)
Modified: head/net/rdesktop/Makefile
==============================================================================
--- head/net/rdesktop/Makefile Wed May 22 20:51:41 2019 (r502286)
+++ head/net/rdesktop/Makefile Wed May 22 20:51:57 2019 (r502287)
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= rdesktop
-PORTVERSION= 1.8.5
-DISTVERSIONPREFIX=v
+PORTVERSION= 1.8.6
+DISTVERSIONPREFIX= v
CATEGORIES= net comms ipv6
MAINTAINER= gregf at hugops.pw
@@ -15,9 +15,10 @@ USES= autoreconf gmake iconv pkgconfig ssl
USE_XORG= x11 xrandr
USE_GITHUB= yes
-CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} --disable-credssp
-GNU_CONFIGURE= yes
-DOCS= doc/AUTHORS doc/TODO doc/*.txt
+CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} \
+ --disable-credssp
+GNU_CONFIGURE= yes
+DOCS= doc/*.txt doc/AUTHORS doc/TODO
OPTIONS_DEFINE= AO DEBUG DOCS IPV6 SAMPLERATE SMARTCARD
SMARTCARD_DESC= Enable SmartCard login via PCSC-lite
@@ -25,7 +26,7 @@ SMARTCARD_DESC= Enable SmartCard login via PCSC-lite
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MAO}
-LIB_DEPENDS+= libao.so:audio/libao
+LIB_DEPENDS+= libao.so:audio/libao
CONFIGURE_ARGS+= --with-sound=libao
.else
CONFIGURE_ARGS+= --with-sound=oss
@@ -46,13 +47,13 @@ CONFIGURE_ARGS+= --disable-smartcard
.endif
.if ${PORT_OPTIONS:MDEBUG}
-CONFIGURE_ARGS+= --with-debug\
- --with-debug-kbd\
- --with-debug-rdp5\
- --with-debug-clipboard\
- --with-debug-sound\
- --with-debug-channel\
- --with-debug-seamless
+CONFIGURE_ARGS+= --with-debug \
+ --with-debug-channel \
+ --with-debug-clipboard \
+ --with-debug-kbd \
+ --with-debug-rdp5 \
+ --with-debug-seamless \
+ --with-debug-sound
.if ${PORT_OPTIONS:MSMARTCARD}
CONFIGURE_ARGS+= --with-debug-smartcard
.endif
Modified: head/net/rdesktop/distinfo
==============================================================================
--- head/net/rdesktop/distinfo Wed May 22 20:51:41 2019 (r502286)
+++ head/net/rdesktop/distinfo Wed May 22 20:51:57 2019 (r502287)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557391651
-SHA256 (rdesktop-rdesktop-v1.8.5_GH0.tar.gz) = 94dab068070802d872e38717fad451e5db2bd6a49428bbb1ccf6bf47e2ffaca0
-SIZE (rdesktop-rdesktop-v1.8.5_GH0.tar.gz) = 393680
+TIMESTAMP = 1558529787
+SHA256 (rdesktop-rdesktop-v1.8.6_GH0.tar.gz) = ffb9f8e2f0b7a06e383e550698bdc9734ae33eb3ec971b0a094078434a4bba6d
+SIZE (rdesktop-rdesktop-v1.8.6_GH0.tar.gz) = 393706
More information about the svn-ports-head
mailing list