View | Details | Raw Unified | Return to bug 142550
Collapse All | Expand All

(-)filezilla/Makefile (-1 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	filezilla
8
PORTNAME=	filezilla
9
PORTVERSION=	3.3.0.1
9
PORTVERSION=	3.3.1
10
CATEGORIES=	ftp
10
CATEGORIES=	ftp
11
MASTER_SITES=	SF/${PORTNAME}/FileZilla_Client/${PORTVERSION}
11
MASTER_SITES=	SF/${PORTNAME}/FileZilla_Client/${PORTVERSION}
12
DISTNAME=	FileZilla_${PORTVERSION}_src
12
DISTNAME=	FileZilla_${PORTVERSION}_src
Lines 14-19 Link Here
14
MAINTAINER=	jsa@wickedmachine.net
14
MAINTAINER=	jsa@wickedmachine.net
15
COMMENT=	Fast and reliable cross-platform FTP, FTPS and SFTP client
15
COMMENT=	Fast and reliable cross-platform FTP, FTPS and SFTP client
16
16
17
RUN_DEPENDS=	xdg-open:${PORTSDIR}/devel/xdg-utils
17
LIB_DEPENDS=	gnutls.40:${PORTSDIR}/security/gnutls \
18
LIB_DEPENDS=	gnutls.40:${PORTSDIR}/security/gnutls \
18
		idn.16:${PORTSDIR}/dns/libidn
19
		idn.16:${PORTSDIR}/dns/libidn
19
20
Lines 22-27 Link Here
22
USE_GMAKE=	yes
23
USE_GMAKE=	yes
23
USE_WX=		2.8
24
USE_WX=		2.8
24
WX_CONF_ARGS=	relative
25
WX_CONF_ARGS=	relative
26
WX_UNICODE=	yes
25
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
26
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
28
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
27
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
29
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
(-)filezilla/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (FileZilla_3.3.0.1_src.tar.bz2) = f273aef3b8408d0a1c7f0fee39733e9b
1
MD5 (FileZilla_3.3.1_src.tar.bz2) = 3454defa3bdb137bf69fc73495231ca1
2
SHA256 (FileZilla_3.3.0.1_src.tar.bz2) = 67abea4b429e759eabafc510d342e04d9da0bfd18ab52c5d8d5e58523b023caa
2
SHA256 (FileZilla_3.3.1_src.tar.bz2) = 2c4e8e37c63517404967efd2740d5ebeff6dae1c52b29a31a209766a90204178
3
SIZE (FileZilla_3.3.0.1_src.tar.bz2) = 3113486
3
SIZE (FileZilla_3.3.1_src.tar.bz2) = 3129864
(-)filezilla/pkg-plist (+4 lines)
Lines 75-80 Link Here
75
%%DATADIR%%/resources/16x16/remotetreeview.png
75
%%DATADIR%%/resources/16x16/remotetreeview.png
76
%%DATADIR%%/resources/16x16/server.png
76
%%DATADIR%%/resources/16x16/server.png
77
%%DATADIR%%/resources/16x16/sitemanager.png
77
%%DATADIR%%/resources/16x16/sitemanager.png
78
%%DATADIR%%/resources/16x16/sort_down_dark.png
79
%%DATADIR%%/resources/16x16/sort_down_light.png
80
%%DATADIR%%/resources/16x16/sort_up_dark.png
81
%%DATADIR%%/resources/16x16/sort_up_light.png
78
%%DATADIR%%/resources/16x16/symlink.png
82
%%DATADIR%%/resources/16x16/symlink.png
79
%%DATADIR%%/resources/16x16/synchronize.png
83
%%DATADIR%%/resources/16x16/synchronize.png
80
%%DATADIR%%/resources/16x16/unknown.png
84
%%DATADIR%%/resources/16x16/unknown.png

Return to bug 142550