ports/142550: Update ftp/filezilla to 3.3.1
Joseph S. Atkinson
jsa at wickedmachine.net
Sat Jan 9 23:50:02 UTC 2010
>Number: 142550
>Category: ports
>Synopsis: Update ftp/filezilla to 3.3.1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sat Jan 09 23:50:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Joseph S. Atkinson
>Release:
>Organization:
>Environment:
>Description:
Updates FileZilla to the latest, including some bugfixes for *nix environments. 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.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -ru /usr/ports/ftp/filezilla/Makefile filezilla/Makefile
--- /usr/ports/ftp/filezilla/Makefile 2010-01-05 15:37:17.000000000 -0500
+++ filezilla/Makefile 2010-01-09 07:10:31.000000000 -0500
@@ -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,7 @@
MAINTAINER= jsa at wickedmachine.net
COMMENT= Fast and reliable cross-platform FTP, FTPS and SFTP client
+RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils
LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls \
idn.16:${PORTSDIR}/dns/libidn
@@ -22,6 +23,7 @@
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 -ru /usr/ports/ftp/filezilla/distinfo filezilla/distinfo
--- /usr/ports/ftp/filezilla/distinfo 2010-01-05 15:37:17.000000000 -0500
+++ filezilla/distinfo 2010-01-09 05:49:03.000000000 -0500
@@ -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 -ru /usr/ports/ftp/filezilla/pkg-plist filezilla/pkg-plist
--- /usr/ports/ftp/filezilla/pkg-plist 2010-01-05 15:37:17.000000000 -0500
+++ filezilla/pkg-plist 2010-01-09 07:44:27.000000000 -0500
@@ -75,6 +75,10 @@
%%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
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list