Date: Sat, 20 Aug 2016 21:29:56 +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: r420531 - head/ftp/filezilla Message-ID: <201608202129.u7KLTuoB046908@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Sat Aug 20 21:29:56 2016 New Revision: 420531 URL: https://svnweb.freebsd.org/changeset/ports/420531 Log: - Update to version 3.20.1 [1] - Register proxy dependencies found by stage-qa PR: 212008 [1] Submitted by: maintainer [1] Modified: head/ftp/filezilla/Makefile head/ftp/filezilla/distinfo Modified: head/ftp/filezilla/Makefile ============================================================================== --- head/ftp/filezilla/Makefile Sat Aug 20 21:07:46 2016 (r420530) +++ head/ftp/filezilla/Makefile Sat Aug 20 21:29:56 2016 (r420531) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= filezilla -PORTVERSION= 3.20.0 +PORTVERSION= 3.20.1 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION} DISTNAME= FileZilla_${PORTVERSION}_src @@ -19,12 +19,15 @@ LIB_DEPENDS= libfilezilla.so:ftp/libfile libgnutls.so:security/gnutls \ libidn.so:dns/libidn \ libnettle.so:security/nettle \ - libpugixml.so:textproc/pugixml + libpugixml.so:textproc/pugixml \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 BROKEN_FreeBSD_9= requires C++14 complier, 9.x lacks C++11 standard library INSTALLS_ICONS= yes USES= compiler:c++14-lang gmake localbase pkgconfig sqlite tar:bzip2 +USE_GNOME= cairo gtk20 USE_WX= 3.0 WX_CONF_ARGS= relative GNU_CONFIGURE= yes Modified: head/ftp/filezilla/distinfo ============================================================================== --- head/ftp/filezilla/distinfo Sat Aug 20 21:07:46 2016 (r420530) +++ head/ftp/filezilla/distinfo Sat Aug 20 21:29:56 2016 (r420531) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469703486 -SHA256 (FileZilla_3.20.0_src.tar.bz2) = 4af1db6104e72fb1212ab71c2329dab747809a29b5132aa7e00025668ce08e32 -SIZE (FileZilla_3.20.0_src.tar.bz2) = 4421222 +TIMESTAMP = 1471256056 +SHA256 (FileZilla_3.20.1_src.tar.bz2) = 8ae3d2452e42d17736c9a25ff400f5c78a40c650387ccbbf97b70a9f90049e2d +SIZE (FileZilla_3.20.1_src.tar.bz2) = 4423084
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608202129.u7KLTuoB046908>