Date: Mon, 10 Oct 2016 22:09:31 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423727 - head/ftp/filezilla Message-ID: <201610102209.u9AM9V77095225@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Mon Oct 10 22:09:31 2016 New Revision: 423727 URL: https://svnweb.freebsd.org/changeset/ports/423727 Log: - Update to version 3.22.1 - Fix typo in BROKEN message PR: 213198 Submitted by: maintainer Modified: head/ftp/filezilla/Makefile head/ftp/filezilla/distinfo Modified: head/ftp/filezilla/Makefile ============================================================================== --- head/ftp/filezilla/Makefile Mon Oct 10 21:59:39 2016 (r423726) +++ head/ftp/filezilla/Makefile Mon Oct 10 22:09:31 2016 (r423727) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= filezilla -PORTVERSION= 3.21.0 +PORTVERSION= 3.22.1 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION} DISTNAME= FileZilla_${PORTVERSION}_src @@ -23,10 +23,10 @@ LIB_DEPENDS= libfilezilla.so:ftp/libfile libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -BROKEN_FreeBSD_9= requires C++14 complier, 9.x lacks C++11 standard library +BROKEN_FreeBSD_9= requires C++14 compiler, 9.x lacks C++11 standard library INSTALLS_ICONS= yes -USES= compiler:c++14-lang gmake localbase pkgconfig sqlite tar:bzip2 +USES= compiler:c++14-lang gmake iconv:wchar_t localbase pkgconfig sqlite tar:bzip2 USE_GNOME= cairo gtk20 USE_WX= 3.0 WX_CONF_ARGS= relative Modified: head/ftp/filezilla/distinfo ============================================================================== --- head/ftp/filezilla/distinfo Mon Oct 10 21:59:39 2016 (r423726) +++ head/ftp/filezilla/distinfo Mon Oct 10 22:09:31 2016 (r423727) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472044995 -SHA256 (FileZilla_3.21.0_src.tar.bz2) = 209bcdfcd60ae2278fa2fa8d99421682e0db146add9e96cb1e8455c3378c80e4 -SIZE (FileZilla_3.21.0_src.tar.bz2) = 4428270 +TIMESTAMP = 1475575356 +SHA256 (FileZilla_3.22.1_src.tar.bz2) = 2ea8a0d613e062c34c01b0a1c0860e1328bb8247eb02aa73ef4597d984e4285f +SIZE (FileZilla_3.22.1_src.tar.bz2) = 4446400
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610102209.u9AM9V77095225>