svn commit: r547512 - head/net/rdesktop

Alexey Dokuchaev danfe at FreeBSD.org
Fri Sep 4 06:31:40 UTC 2020


Author: danfe
Date: Fri Sep  4 06:31:38 2020
New Revision: 547512
URL: https://svnweb.freebsd.org/changeset/ports/547512

Log:
  - Update `net/rdesktop' to the latest version 1.9.0
  - Unfortunately, now used GnuTLS instead of OpenSSL
  - Transfer maintainership to the new volunteer
  - Add missing USE_XORG component and sort pkg-plist
  
  PR:	248195

Modified:
  head/net/rdesktop/Makefile
  head/net/rdesktop/distinfo
  head/net/rdesktop/pkg-plist

Modified: head/net/rdesktop/Makefile
==============================================================================
--- head/net/rdesktop/Makefile	Fri Sep  4 05:25:46 2020	(r547511)
+++ head/net/rdesktop/Makefile	Fri Sep  4 06:31:38 2020	(r547512)
@@ -2,17 +2,22 @@
 # $FreeBSD$
 
 PORTNAME=	rdesktop
-PORTVERSION=	1.8.6
+PORTVERSION=	1.9.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net comms
 
-MAINTAINER=	gregf at hugops.pw
+MAINTAINER=	freebsd at gregv.net
 COMMENT=	RDP client for Windows NT/2000/2003 Terminal Server
 
 LICENSE=	GPLv3
 
-USES=		autoreconf gmake iconv pkgconfig ssl xorg
-USE_XORG=	x11 xrandr
+LIB_DEPENDS=	libgmp.so:math/gmp \
+		libgnutls.so:security/gnutls \
+		libnettle.so:security/nettle \
+		libtasn1.so:security/libtasn1
+
+USES=		autoreconf gmake iconv pkgconfig xorg
+USE_XORG=	x11 xcursor xrandr
 USE_GITHUB=	yes
 
 CONFIGURE_ARGS+=	${ICONV_CONFIGURE_ARG} \
@@ -61,6 +66,10 @@ CONFIGURE_ARGS+=	--with-debug-smartcard
 post-configure:
 	${ECHO} "#define WITH_DEBUG_SERIAL 1" >> ${WRKSRC}/rdesktop.h
 .endif
+
+post-patch:
+	@${REINPLACE_CMD} -e '/-o rdesktop/s,-lX11,& -lgmp,' \
+		${WRKSRC}/Makefile.in
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/rdesktop ${STAGEDIR}${PREFIX}/bin

Modified: head/net/rdesktop/distinfo
==============================================================================
--- head/net/rdesktop/distinfo	Fri Sep  4 05:25:46 2020	(r547511)
+++ head/net/rdesktop/distinfo	Fri Sep  4 06:31:38 2020	(r547512)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1558529787
-SHA256 (rdesktop-rdesktop-v1.8.6_GH0.tar.gz) = ffb9f8e2f0b7a06e383e550698bdc9734ae33eb3ec971b0a094078434a4bba6d
-SIZE (rdesktop-rdesktop-v1.8.6_GH0.tar.gz) = 393706
+TIMESTAMP = 1568963028
+SHA256 (rdesktop-rdesktop-v1.9.0_GH0.tar.gz) = d547c2e6f3e4c818a7e69a0f39adb39fac303633e0c25aa804bb588507ffc230
+SIZE (rdesktop-rdesktop-v1.9.0_GH0.tar.gz) = 390062

Modified: head/net/rdesktop/pkg-plist
==============================================================================
--- head/net/rdesktop/pkg-plist	Fri Sep  4 05:25:46 2020	(r547511)
+++ head/net/rdesktop/pkg-plist	Fri Sep  4 06:31:38 2020	(r547512)
@@ -10,7 +10,6 @@ man/man1/rdesktop.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/lspci-channel.txt
 %%PORTDOCS%%%%DOCSDIR%%/makerelease.txt
 %%PORTDOCS%%%%DOCSDIR%%/patches.txt
-%%PORTDOCS%%%%DOCSDIR%%/rdpsnd-rec.txt
 %%PORTDOCS%%%%DOCSDIR%%/rdpsnd.txt
 %%PORTDOCS%%%%DOCSDIR%%/redirection.txt
 %%PORTDOCS%%%%DOCSDIR%%/seamlessrdp-channel.txt
@@ -34,8 +33,8 @@ man/man1/rdesktop.1.gz
 %%DATADIR%%/keymaps/fr-bepo
 %%DATADIR%%/keymaps/fr-ca
 %%DATADIR%%/keymaps/fr-ch
-%%DATADIR%%/keymaps/hr
 %%DATADIR%%/keymaps/he
+%%DATADIR%%/keymaps/hr
 %%DATADIR%%/keymaps/hu
 %%DATADIR%%/keymaps/is
 %%DATADIR%%/keymaps/it


More information about the svn-ports-all mailing list