Date: Wed, 22 May 2019 20:51:58 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502287 - head/net/rdesktop Message-ID: <201905222051.x4MKpw0O078494@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905222051.x4MKpw0O078494>