Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2015 00:46:18 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399940 - head/ftp/filezilla
Message-ID:  <201510220046.t9M0kIsd073629@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Thu Oct 22 00:46:18 2015
New Revision: 399940
URL: https://svnweb.freebsd.org/changeset/ports/399940

Log:
  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)

Modified:
  head/ftp/filezilla/Makefile
  head/ftp/filezilla/distinfo

Modified: head/ftp/filezilla/Makefile
==============================================================================
--- head/ftp/filezilla/Makefile	Wed Oct 21 23:55:22 2015	(r399939)
+++ head/ftp/filezilla/Makefile	Thu Oct 22 00:46:18 2015	(r399940)
@@ -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}/se
 		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

Modified: head/ftp/filezilla/distinfo
==============================================================================
--- head/ftp/filezilla/distinfo	Wed Oct 21 23:55:22 2015	(r399939)
+++ head/ftp/filezilla/distinfo	Thu Oct 22 00:46:18 2015	(r399940)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510220046.t9M0kIsd073629>