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

Collapse All | Expand All

(-)anydesk/Makefile (-9 / +10 lines)
Lines 1-26 Link Here
1
# $FreeBSD: head/deskutils/anydesk/Makefile 506012 2019-07-06 17:55:11Z swills $
2
1
PORTNAME=	anydesk
3
PORTNAME=	anydesk
2
DISTVERSION=	6.0.1
4
DISTVERSION=	6.1.1
3
PORTREVISION=	1
4
CATEGORIES=	deskutils
5
CATEGORIES=	deskutils
5
MASTER_SITES=	https://download.anydesk.com/freebsd/
6
MASTER_SITES=	https://download.anydesk.com/freebsd/
6
DISTNAME=	${PORTNAME}-freebsd-${PORTVERSION}-${ARCH:S/amd64/x86_64/:S/i386/i386/}
7
DISTNAME=	${PORTNAME}-freebsd-${PORTVERSION}-${ARCH:S/amd64/x86_64/:S/i386/i386/}
7
8
8
MAINTAINER=	freebsd@sysctl.cz
9
MAINTAINER=	maintainer@email.com
9
COMMENT=	Fast remote desktop
10
COMMENT=	Fast remote desktop
10
11
11
#LICENSE=	commercial
12
LICENSE=	commercial
12
#LICENSE_NAME=	commercial
13
LICENSE_NAME=	commercial
13
#LICENSE_FILE=	${WRKSRC}/copyright
14
LICENSE_FILE=	${WRKSRC}/copyright
14
#LICENSE_PERMS=	no-auto-accept no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell
15
LICENSE_PERMS=	no-auto-accept no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell
15
16
16
ONLY_FOR_ARCHS=	amd64 i386
17
ONLY_FOR_ARCHS=	amd64 i386
17
18
18
LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
19
LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
19
		libfreetype.so:print/freetype2 \
20
		libfreetype.so:print/freetype2 \
20
		libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \
21
		libinotify.so:devel/libinotify \
21
		libinotify.so:devel/libinotify \
22
		libpolkit-gobject-1.so:sysutils/polkit \
22
		libpolkit-gobject-1.so:sysutils/polkit \
23
		libxkbfile.so:x11/libxkbfile
23
		libxkbfile.so:x11/libxkbfile \
24
		libminizip.so:archivers/minizip \
24
25
25
USES=		gl gnome xorg
26
USES=		gl gnome xorg
26
27
(-)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