diff options
author | junovitch <junovitch@FreeBSD.org> | 2015-10-22 08:46:18 +0800 |
---|---|---|
committer | junovitch <junovitch@FreeBSD.org> | 2015-10-22 08:46:18 +0800 |
commit | 8e5a1fe1e4c566688820eaec6c7d12cfda5bd124 (patch) | |
tree | 127959b1fec36c1051835290d4aa8680c924327c | |
parent | faa4f051423806a86dd904f507857bd04fe9533b (diff) | |
download | freebsd-ports-gnome-8e5a1fe1e4c566688820eaec6c7d12cfda5bd124.tar.gz freebsd-ports-gnome-8e5a1fe1e4c566688820eaec6c7d12cfda5bd124.tar.zst freebsd-ports-gnome-8e5a1fe1e4c566688820eaec6c7d12cfda5bd124.zip |
ftp/filezilla: update 3.14.0 -> 3.14.1 plus minor fixes
- Fix indentation in BROKEN statement
- Remove WX_UNICODE (no-op after r397077)
Changes: https://filezilla-project.org/versions.php
PR: 203836
Submitted by: matthew@reztek.cz (maintainer)
-rw-r--r-- | ftp/filezilla/Makefile | 5 | ||||
-rw-r--r-- | ftp/filezilla/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/ftp/filezilla/Makefile b/ftp/filezilla/Makefile index 53f5a27d51cf..f9c4e91e2807 100644 --- a/ftp/filezilla/Makefile +++ b/ftp/filezilla/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= filezilla -PORTVERSION= 3.14.0 +PORTVERSION= 3.14.1 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION} DISTNAME= FileZilla_${PORTVERSION}_src @@ -20,14 +20,13 @@ LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ libidn.so:${PORTSDIR}/dns/libidn \ libpugixml.so:${PORTSDIR}/textproc/pugixml -BROKEN_FreeBSD_9= requires C++14 complier, 9.x lacks C++11 standard library +BROKEN_FreeBSD_9= requires C++14 complier, 9.x lacks C++11 standard library INSTALLS_ICONS= yes USES= compiler:c++14-lang gmake pkgconfig tar:bzip2 USE_SQLITE= 3 USE_WX= 3.0 WX_CONF_ARGS= relative -WX_UNICODE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/ftp/filezilla/distinfo b/ftp/filezilla/distinfo index e9d7f1b4eea2..64589a97833c 100644 --- a/ftp/filezilla/distinfo +++ b/ftp/filezilla/distinfo @@ -1,2 +1,2 @@ -SHA256 (FileZilla_3.14.0_src.tar.bz2) = 92385ab4f30bc7e5e457d6a3310645cc6c4bd0e83a78e12c33f2778b73d579fd -SIZE (FileZilla_3.14.0_src.tar.bz2) = 4415005 +SHA256 (FileZilla_3.14.1_src.tar.bz2) = b10871b6ced5f52062b44deda037edb8a38090b226a018b9b64b1a1feb59d46c +SIZE (FileZilla_3.14.1_src.tar.bz2) = 4411187 |