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

Collapse All | Expand All

(-)remmina-plugins/Makefile (-3 / +3 lines)
Lines 2-15 Link Here
2
# $FreeBSD: head/net/remmina-plugins/Makefile 402586 2015-11-29 09:51:30Z antoine $
2
# $FreeBSD: head/net/remmina-plugins/Makefile 402586 2015-11-29 09:51:30Z antoine $
3
3
4
PORTNAME?=	remmina-plugins
4
PORTNAME?=	remmina-plugins
5
PORTVERSION=	1.0.0
5
PORTVERSION=	1.2.0
6
PORTREVISION?=	4
7
CATEGORIES=	net gnome
6
CATEGORIES=	net gnome
7
DISTNAME=	${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}
8
8
9
MAINTAINER?=	ports@FreeBSD.org
9
MAINTAINER?=	ports@FreeBSD.org
10
COMMENT?=	Remmina plugin system
10
COMMENT?=	Remmina plugin system
11
11
12
BROKEN=		unfetchable
12
GH_TAGNAME=	v${PORTVERSION}-rcgit.1
13
13
14
USE_GITHUB=	yes
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	FreeRDP
15
GH_ACCOUNT=	FreeRDP
(-)remmina-plugins/bsd.plugin.mk (-3 / +1 lines)
Lines 9-15 Link Here
9
RUN_DEPENDS+=	remmina>=${PORTVERSION}:${PORTSDIR}/net/remmina
9
RUN_DEPENDS+=	remmina>=${PORTVERSION}:${PORTSDIR}/net/remmina
10
10
11
USES+=		cmake gmake pkgconfig desktop-file-utils
11
USES+=		cmake gmake pkgconfig desktop-file-utils
12
USE_GNOME=	atk gdkpixbuf2 glib20 gtk20 pango
12
USE_GNOME=	atk gdkpixbuf2 glib20 gtk30 pango
13
INSTALLS_ICONS=	yes
13
INSTALLS_ICONS=	yes
14
LDFLAGS+=	-lpthread -L${LOCALBASE}/lib
14
LDFLAGS+=	-lpthread -L${LOCALBASE}/lib
15
CPPFLAGS+=	-I${LOCALBASE}/include
15
CPPFLAGS+=	-I${LOCALBASE}/include
Lines 19-26 Link Here
19
CMAKE_ARGS+=    -DWITH_APPINDICATOR=OFF
19
CMAKE_ARGS+=    -DWITH_APPINDICATOR=OFF
20
# set build directory
20
# set build directory
21
CMAKE_ARGS+=    --build=build
21
CMAKE_ARGS+=    --build=build
22
# prefer gtk2 rather than gtk3
23
CMAKE_ARGS+=    -DGTK_VERSION=2
24
22
25
SSH_DESC=	Build with SSH tunneling support
23
SSH_DESC=	Build with SSH tunneling support
26
24
(-)remmina-plugins/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (FreeRDP-Remmina-1.0.0_GH0.tar.gz) = 33502e086e5dc95d8d6596dee214fa1499094d558495afe3c1a87df322c56128
1
SHA256 (FreeRDP-Remmina-1.2.0_GH0.tar.gz) = 25451f356291ad1b71f06d61fc077abed9f6579ac374ebfc9a818921dbcaf318
2
SIZE (FreeRDP-Remmina-1.0.0_GH0.tar.gz) = 540418
2
SIZE (FreeRDP-Remmina-1.2.0_GH0.tar.gz) = 797551
(-)remmina-plugins/pkg-descr (-1 / +1 lines)
Lines 3-6 Link Here
3
computers in front of either large monitors or tiny netbooks. Remmina supports
3
computers in front of either large monitors or tiny netbooks. Remmina supports
4
multiple network protocols in an integrated and consistant user interface.
4
multiple network protocols in an integrated and consistant user interface.
5
5
6
WWW: http://remmina.sourceforge.net/
6
WWW: http://freerdp.github.io/Remmina/

Return to bug 198492