diff options
author | swills <swills@FreeBSD.org> | 2019-05-23 04:51:57 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2019-05-23 04:51:57 +0800 |
commit | 11a0d95124e922057a0b85e1f5ef025521ed9997 (patch) | |
tree | 49c50292b6ba96724f683241f3282e28812a030c | |
parent | ae169545ac535a15126c703fc1be2354ddde8e30 (diff) | |
download | freebsd-ports-gnome-11a0d95124e922057a0b85e1f5ef025521ed9997.tar.gz freebsd-ports-gnome-11a0d95124e922057a0b85e1f5ef025521ed9997.tar.zst freebsd-ports-gnome-11a0d95124e922057a0b85e1f5ef025521ed9997.zip |
net/rdesktop: update to 1.8.6
While here, improve formatting.
PR: 238048
Submitted by: Greg Fitzgerald <gregf@hugops.pw>
-rw-r--r-- | net/rdesktop/Makefile | 27 | ||||
-rw-r--r-- | net/rdesktop/distinfo | 6 |
2 files changed, 17 insertions, 16 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile index b5cee6a1e1f2..7082c1199e69 100644 --- a/net/rdesktop/Makefile +++ b/net/rdesktop/Makefile @@ -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 diff --git a/net/rdesktop/distinfo b/net/rdesktop/distinfo index d18ec985465f..ea758ad7155c 100644 --- a/net/rdesktop/distinfo +++ b/net/rdesktop/distinfo @@ -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 |