View | Details | Raw Unified | Return to bug 248198 | Differences between
and this patch

Collapse All | Expand All

(-)net/freerdp/Makefile (-9 / +3 lines)
Lines 2-15 Link Here
2
# $FreeBSD: head/net/freerdp/Makefile 538329 2020-06-09 17:09:40Z kevans $
2
# $FreeBSD: head/net/freerdp/Makefile 538329 2020-06-09 17:09:40Z kevans $
3
3
4
PORTNAME=	freerdp
4
PORTNAME=	freerdp
5
DISTVERSION=	2.1.1
5
DISTVERSION=	2.2.0
6
PORTREVISION=	0
6
PORTREVISION=	0
7
CATEGORIES=	net comms
7
CATEGORIES=	net comms
8
MASTER_SITES=   https://pub.freerdp.com/releases/ \
9
		https://github.com/FreeRDP/FreeRDP/releases/download/${DISTVERSION}/
8
10
9
PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
10
# FreeBSD doesn't have O_TMPFILE, must use shm_open w/ SHM_ANON instead.
11
PATCHFILES=	1b5e234135b0.patch:-p1
12
13
MAINTAINER=	kevans@FreeBSD.org
11
MAINTAINER=	kevans@FreeBSD.org
14
COMMENT=	Free implementation of Remote Desktop Protocol
12
COMMENT=	Free implementation of Remote Desktop Protocol
15
13
Lines 34-43 Link Here
34
32
35
PLIST_SUB+=	PATCHVERSION="${PATCHVERSION}"
33
PLIST_SUB+=	PATCHVERSION="${PATCHVERSION}"
36
PLIST_SUB+=	MAJORVERSION="${MAJORVERSION}"
34
PLIST_SUB+=	MAJORVERSION="${MAJORVERSION}"
37
38
USE_GITHUB=	yes
39
GH_ACCOUNT=	FreeRDP
40
GH_PROJECT=	${GH_ACCOUNT}
41
35
42
CMAKE_ARGS+=	-DWITH_CHANNELS:BOOL=ON \
36
CMAKE_ARGS+=	-DWITH_CHANNELS:BOOL=ON \
43
		-DWITH_DIRECTFB:BOOL=OFF \
37
		-DWITH_DIRECTFB:BOOL=OFF \
(-)net/freerdp/distinfo (-5 / +3 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1591628011
1
TIMESTAMP = 1595498870
2
SHA256 (FreeRDP-FreeRDP-2.1.1_GH0.tar.gz) = ce363a6578530cf508df802bb980a8dd49a874919bfa33b8c61d992ad0882bfb
2
SHA256 (freerdp-2.2.0.tar.gz) = 19b30759e324ce7a9767af880116a4c571761e9ad9c5d6c98c5b302ff8c24c6c
3
SIZE (FreeRDP-FreeRDP-2.1.1_GH0.tar.gz) = 6828178
3
SIZE (freerdp-2.2.0.tar.gz) = 6878427
4
SHA256 (1b5e234135b0.patch) = a7991aa963405ffabd5bd7eebf61f36dd1b7a9aa767ca0f52b230c8008e90701
5
SIZE (1b5e234135b0.patch) = 1304
(-)net/freerdp/pkg-plist (+1 lines)
Lines 95-100 Link Here
95
include/freerdp2/freerdp/gdi/shape.h
95
include/freerdp2/freerdp/gdi/shape.h
96
include/freerdp2/freerdp/gdi/video.h
96
include/freerdp2/freerdp/gdi/video.h
97
include/freerdp2/freerdp/graphics.h
97
include/freerdp2/freerdp/graphics.h
98
include/freerdp2/freerdp/heartbeat.h
98
include/freerdp2/freerdp/input.h
99
include/freerdp2/freerdp/input.h
99
include/freerdp2/freerdp/license.h
100
include/freerdp2/freerdp/license.h
100
include/freerdp2/freerdp/listener.h
101
include/freerdp2/freerdp/listener.h

Return to bug 248198