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

Collapse All | Expand All

(-)anydesk/Makefile (-8 / +7 lines)
Lines 1-6 Link Here
1
PORTNAME=	anydesk
1
PORTNAME=	anydesk
2
DISTVERSION=	6.0.1
2
DISTVERSION=	6.1.1
3
PORTREVISION=	1
4
CATEGORIES=	deskutils
3
CATEGORIES=	deskutils
5
MASTER_SITES=	https://download.anydesk.com/freebsd/
4
MASTER_SITES=	https://download.anydesk.com/freebsd/
6
DISTNAME=	${PORTNAME}-freebsd-${PORTVERSION}-${ARCH:S/amd64/x86_64/:S/i386/i386/}
5
DISTNAME=	${PORTNAME}-freebsd-${PORTVERSION}-${ARCH:S/amd64/x86_64/:S/i386/i386/}
Lines 8-26 Link Here
8
MAINTAINER=	freebsd@sysctl.cz
7
MAINTAINER=	freebsd@sysctl.cz
9
COMMENT=	Fast remote desktop
8
COMMENT=	Fast remote desktop
10
9
11
#LICENSE=	commercial
10
LICENSE=	commercial
12
#LICENSE_NAME=	commercial
11
LICENSE_NAME=	commercial
13
#LICENSE_FILE=	${WRKSRC}/copyright
12
LICENSE_FILE=	${WRKSRC}/copyright
14
#LICENSE_PERMS=	no-auto-accept no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell
13
LICENSE_PERMS=	no-auto-accept no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell
15
14
16
ONLY_FOR_ARCHS=	amd64 i386
15
ONLY_FOR_ARCHS=	amd64 i386
17
16
18
LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
17
LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
19
		libfreetype.so:print/freetype2 \
18
		libfreetype.so:print/freetype2 \
20
		libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \
21
		libinotify.so:devel/libinotify \
19
		libinotify.so:devel/libinotify \
22
		libpolkit-gobject-1.so:sysutils/polkit \
20
		libpolkit-gobject-1.so:sysutils/polkit \
23
		libxkbfile.so:x11/libxkbfile
21
		libxkbfile.so:x11/libxkbfile \
22
		libminizip.so:archivers/minizip \
24
23
25
USES=		gl gnome xorg
24
USES=		gl gnome xorg
26
25
(-)anydesk/distinfo (-5 / +5 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1598609156
1
TIMESTAMP = 1631799631
2
SHA256 (anydesk-freebsd-6.0.1-x86_64.tar.gz) = c5fb1e38a1db8d3eb7455c7354f104ae7926ce0ef0a52e57e68e053fd087c0cd
2
SHA256 (anydesk-freebsd-6.1.1-x86_64.tar.gz) = 489398d67115bfbbc168f64619d5820a7f65df6a23e26f80ead12d8ad157dca2
3
SIZE (anydesk-freebsd-6.0.1-x86_64.tar.gz) = 4917632
3
SIZE (anydesk-freebsd-6.1.1-x86_64.tar.gz) = 4870859
4
SHA256 (anydesk-freebsd-6.0.1-i386.tar.gz) = 7b4eef110e61a792cd1637f7202762abd0368e5ed522ec3e3d90622ecab7ced6
4
SHA256 (anydesk-freebsd-6.1.1-i386.tar.gz) = 94f163adccc6a918b29b9562074b8bb1126fb478d38d8efe668da3a792f8c3c5
5
SIZE (anydesk-freebsd-6.0.1-i386.tar.gz) = 4542225
5
SIZE (anydesk-freebsd-6.1.1-i386.tar.gz) = 4508641

Return to bug 258532