diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-01-12 09:12:33 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-01-12 09:12:33 +0800 |
commit | 48a06845c3e1855f567a443b9de1f5ae6575bd84 (patch) | |
tree | 23e3ee9c5b93e0758ef0fe407ba94f72c3f8ac7b /ftp/filezilla | |
parent | 0f7879ed7ae457d71ae9d6e111ad69ba83945f38 (diff) | |
download | freebsd-ports-gnome-48a06845c3e1855f567a443b9de1f5ae6575bd84.tar.gz freebsd-ports-gnome-48a06845c3e1855f567a443b9de1f5ae6575bd84.tar.zst freebsd-ports-gnome-48a06845c3e1855f567a443b9de1f5ae6575bd84.zip |
- Update to 3.3.1
Switch to using the now mandantroy unicode version of wx,
and include new depend on xdg-utils.
Special thanks for the bsd.wx.mk magic
that made updating the unicode bit painless.
PR: ports/142550
Submitted by: "Joseph S. Atkinson" <jsa@wickedmachine.net>
Diffstat (limited to 'ftp/filezilla')
-rw-r--r-- | ftp/filezilla/Makefile | 5 | ||||
-rw-r--r-- | ftp/filezilla/distinfo | 6 | ||||
-rw-r--r-- | ftp/filezilla/pkg-plist | 4 |
3 files changed, 11 insertions, 4 deletions
diff --git a/ftp/filezilla/Makefile b/ftp/filezilla/Makefile index 2e28ca9ca406..e8db386af5ca 100644 --- a/ftp/filezilla/Makefile +++ b/ftp/filezilla/Makefile @@ -6,7 +6,7 @@ # PORTNAME= filezilla -PORTVERSION= 3.3.0.1 +PORTVERSION= 3.3.1 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION} DISTNAME= FileZilla_${PORTVERSION}_src @@ -14,6 +14,8 @@ DISTNAME= FileZilla_${PORTVERSION}_src MAINTAINER= jsa@wickedmachine.net COMMENT= Fast and reliable cross-platform FTP, FTPS and SFTP client +RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils +BUILD_DEPENDS= ${RUN_DEPENDS} LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls \ idn.16:${PORTSDIR}/dns/libidn @@ -22,6 +24,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_WX= 2.8 WX_CONF_ARGS= relative +WX_UNICODE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/ftp/filezilla/distinfo b/ftp/filezilla/distinfo index dbf965082077..d4f793eb008f 100644 --- a/ftp/filezilla/distinfo +++ b/ftp/filezilla/distinfo @@ -1,3 +1,3 @@ -MD5 (FileZilla_3.3.0.1_src.tar.bz2) = f273aef3b8408d0a1c7f0fee39733e9b -SHA256 (FileZilla_3.3.0.1_src.tar.bz2) = 67abea4b429e759eabafc510d342e04d9da0bfd18ab52c5d8d5e58523b023caa -SIZE (FileZilla_3.3.0.1_src.tar.bz2) = 3113486 +MD5 (FileZilla_3.3.1_src.tar.bz2) = 3454defa3bdb137bf69fc73495231ca1 +SHA256 (FileZilla_3.3.1_src.tar.bz2) = 2c4e8e37c63517404967efd2740d5ebeff6dae1c52b29a31a209766a90204178 +SIZE (FileZilla_3.3.1_src.tar.bz2) = 3129864 diff --git a/ftp/filezilla/pkg-plist b/ftp/filezilla/pkg-plist index bfabdc1c3ccc..291eac916380 100644 --- a/ftp/filezilla/pkg-plist +++ b/ftp/filezilla/pkg-plist @@ -75,6 +75,10 @@ share/pixmaps/filezilla.png %%DATADIR%%/resources/16x16/remotetreeview.png %%DATADIR%%/resources/16x16/server.png %%DATADIR%%/resources/16x16/sitemanager.png +%%DATADIR%%/resources/16x16/sort_down_dark.png +%%DATADIR%%/resources/16x16/sort_down_light.png +%%DATADIR%%/resources/16x16/sort_up_dark.png +%%DATADIR%%/resources/16x16/sort_up_light.png %%DATADIR%%/resources/16x16/symlink.png %%DATADIR%%/resources/16x16/synchronize.png %%DATADIR%%/resources/16x16/unknown.png |